07 2013 档案

摘要:SELECT HostName,* FROM [Master].[dbo].[SYSPROCESSES] WHERE [DBID] IN ( SELECT [DBID] FROM [Master].[dbo].[SYSDATABASES] WHERE NAME='数据库名') 阅读全文
posted @ 2013-07-25 14:54 chengeng 阅读(234) 评论(0) 推荐(0)
摘要:模板页先判断是否有方法DocumentReady,有的话就调用1、模板页2、内容页DocumentReady(); 阅读全文
posted @ 2013-07-12 11:46 chengeng 阅读(261) 评论(0) 推荐(0)
摘要:.Net 2.0开始支持 static void Main(string[] args) { using (TransactionScope ts = new TransactionScope()) { UserBLL u = new UserBLL(); TeacherBLL t = new Te 阅读全文
posted @ 2013-07-10 00:37 chengeng 阅读(534) 评论(0) 推荐(0)