05 2013 档案
摘要:<script type="text/javascript" charset="utf-8" src="../ueditor/editor_config.js"></script> <script type="text/javascript" charset="utf-8" src="../ueditor/editor_all.js"></script> <dl> <dt>图片标题:</dt>
阅读全文
摘要://C#调用C++的DLL搜集整理的所有数据类型转换方式,可能会有重复或者多种方案,自己多测试 //c++:HANDLE(void *) ---- c#:System.IntPtr //c++:Byte(unsigned char) ---- c#:System.Byte //c++:SHORT(short) ---- c#:System.Int16 //c++:WORD(unsigned short) ---- c#:System.UInt16 //c++:INT(int) ---- c#:System.Int16 //c++:INT(int) ---...
阅读全文
摘要:private void CaptureJpeg() { var catchBmp = new Bitmap(pictureBox1.Width, pictureBox1.Height); var g = Graphics.FromImage(catchBmp); //转换成控件在屏幕上的坐标 var screenPoint = PointToScreen(pictureBox1.Location); //拷贝屏幕区域到Bitmap ...
阅读全文
摘要:C++public delegate bool EventCallBack(int index, int type, int param1, int param2);[DllImport(WAPA_DLL, EntryPoint = "WAPA_IPC_SetEventCallBack", CallingConvention = CallingConvention.Cdecl)]public static extern int WAPA_IPC_SetEventCallBack(EventCallBack fEvent); C#调用 public ctlCamera() .
阅读全文
摘要:目测IE10加强了CSS命名的规范要求,原来的命名是连接符,现在要改成下划线将class="required-validate"改成required_validate即可
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <script type="text/javascript" src="/j
阅读全文
摘要:另存为mht,用正则替换以下两个标签<x:SupBook>之间</x:SupBook><x:ExcelName>之间</x:ExcelName>
阅读全文

浙公网安备 33010602011771号