上一页 1 ··· 6 7 8 9 10
摘要: ActiveX的AssemblyInof.cs文件 IObjectSafety 接口 using System;using System.Runtime.InteropServices;namespace ActiveXDemo{ [ComImport, GuidAttribute("CB5BDC8 阅读全文
posted @ 2017-02-20 15:56 hi..... 阅读(172) 评论(0) 推荐(0) 编辑
摘要: c:\windows\microsoft.net\framework\v4.0.30319\ilasm.exe /dll/resource=ClassLibrary1.res ClassLibrary1.il 阅读全文
posted @ 2017-02-20 13:46 hi..... 阅读(418) 评论(0) 推荐(0) 编辑
摘要: GET:生到数据列表(默认),或者得到一条实体数据 POST:添加服务端添加一条记录,记录实体为Form对象 PUT:添加或修改服务端的一条记录,记录实体的Form对象,记录主键以GET方式进行传输 DELETE:删除 服务端的一条记录 <script> function add() { $.aja 阅读全文
posted @ 2017-02-15 16:50 hi..... 阅读(114) 评论(0) 推荐(0) 编辑
摘要: var url = "http://localhost:24334/api/UserApi"; var handler = new HttpClientHandler() { AutomaticDecompression = DecompressionMethods.GZip }; using (v 阅读全文
posted @ 2017-02-15 16:45 hi..... 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #region 无焦点窗体 [System.Runtime.InteropServices.DllImport("user32.dll")] private extern static IntPtr SetActiveWindow(IntPtr handle); private const int WM_ACTIVATE = 0x006; private const int WM_ACT... 阅读全文
posted @ 2017-02-03 17:45 hi..... 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10