01 2015 档案

摘要:update SysRoleAction set UpdateOn = sr.UpdateOn from SysRole as sr, SysRoleAction as sra where sr.RoleValue=sra.RoleId and RoleValue=2 and sr.Id=42; 阅读全文
posted @ 2015-01-26 13:14 apegu 阅读(285) 评论(0) 推荐(0) 编辑
摘要:想要通过配置文件配置C#前台画面,好奇做了以下测试:在项目中新建了app.config与app1.config两个配置文件,请教一下各位高手如果想从app1.config中读取配置信息应该如何读取?采用ConfigurationManager.AppSettings 属性似乎只能读取到app.con... 阅读全文
posted @ 2015-01-08 23:11 apegu 阅读(1067) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2015-01-07 23:47 apegu 阅读(289) 评论(0) 推荐(0) 编辑
摘要:/// /// 捕捉异常 /// protected void Application_Error() { // 获得前一个异常的实例 var ex = Server.GetLastError().GetBaseException(); { ... 阅读全文
posted @ 2015-01-05 23:05 apegu 阅读(671) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示