摘要:
The type Database cannot be constructed. You must configure the container to supply this value. 在ConnectionString配置节增加 providerName="System.Data.SqlCl 阅读全文
摘要:
一、全局热键注册1、先引用DLL[System.Runtime.InteropServices.DllImport("user32.dll")] //导入WinAPIpublic static extern bool RegisterHotKey( //设置热键IntPtr hWnd, // 窗口句... 阅读全文
摘要:
获得表信息:select syscolumns.name as field, syscolumns.isnullable as nullis, systypes.name as sqltype, syscolumns.[length] as lenth, ISNULL... 阅读全文
摘要:
1、创建自定义类型 2、继承IHttpHandler接口,并实现 3、配置Web.Config文件,注册类型 4、访问public class QuickMsgSatisticsHandler : IHttpHandler { HttpContext context =... 阅读全文