上一页 1 ··· 3 4 5 6 7
摘要: 获得表信息:select syscolumns.name as field, syscolumns.isnullable as nullis, systypes.name as sqltype, syscolumns.[length] as lenth, ISNULL... 阅读全文
posted @ 2015-08-28 10:41 扶我起来我还要敲 阅读(1238) 评论(0) 推荐(0)
摘要: 1、创建自定义类型 2、继承IHttpHandler接口,并实现 3、配置Web.Config文件,注册类型 4、访问public class QuickMsgSatisticsHandler : IHttpHandler { HttpContext context =... 阅读全文
posted @ 2015-08-28 10:37 扶我起来我还要敲 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7