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

浙公网安备 33010602011771号