摘要:
--读取库中的所有表名 select name from sysobjects where xtype='u' --读取指定表的所有列名 select name from syscolumns where id=(select max(id) from sysobjects where xtype='u' and name='表名')--依照officialDocument的表结构创建officialDocumentdraft表select * into officialDocumentdraft from officialDocument wh 阅读全文
posted @ 2011-08-25 17:24
fannet
阅读(165)
评论(0)
推荐(0)
摘要:
app.xamlpublic App(){bool registerResult = WebRequest.RegisterPrefix("http://", WebRequestCreator.ClientHttp);bool httpsResult = WebRequest.RegisterPrefix("https://", WebRequestCreator.ClientHttp);}//显示真实错误信息 阅读全文
posted @ 2011-08-25 15:34
fannet
阅读(126)
评论(0)
推荐(0)
摘要:
1.获取web.config配置内容:web.config<appSettings> <add key="Token" value="30DED145"/> </appSettings>default.aspxprotected string InitParams { get; set; }InitParams = string.Format("{0}={1}", "key1", "value1");InitParams += string.Format(&q 阅读全文
posted @ 2011-08-25 11:18
fannet
阅读(628)
评论(0)
推荐(0)

浙公网安备 33010602011771号