06 2016 档案

摘要:在c#中想要使用对congfig文件的操作必要引用一个dll“system.configuration.dll” 读取 : string str= System.Configuration.ConfigurationSettings.AppSettings["Key"]; 对配置文件进行修改: Co 阅读全文
posted @ 2016-06-28 16:53 胡进 阅读(242) 评论(0) 推荐(0)
摘要:select * from (select *,row_number() over(order by CONTENT_ID ) as rnum from ArchiveContents) t where t.rnum between @这是第几页 and @这是一页显示多少条数据 阅读全文
posted @ 2016-06-06 18:57 胡进 阅读(413) 评论(0) 推荐(0)