会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晓志
博客园
首页
新随笔
联系
订阅
管理
[置顶]
平台转化
摘要: StreamReader sr = new StreamReader(path, Encoding.ASCII); string str2 = sr.ReadToEnd(); string str1 = str2.Replace("\r\n", "\n"); sr.Close(); FileStre
阅读全文
posted @ 2017-06-05 17:43 晓志
阅读(289)
评论(2)
推荐(0)
2018年3月8日
代码运行时间
摘要: System.Diagnostics.Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); // 开始监视代码运行时间 // 需要测试的代码 .... stopwatch.Stop(); // 停止监视 TimeSpan timespan
阅读全文
posted @ 2018-03-08 14:05 晓志
阅读(404)
评论(1)
推荐(1)
2017年6月6日
检测锁及死锁详细信息,及sql语句
摘要: SELECT SessionID = s.Session_id, l.request_session_id spid, a.blocked, a.start_time, a.ecid, OBJECT_NAME(l.resource_associated_entity_id) tableName, a
阅读全文
posted @ 2017-06-06 18:13 晓志
阅读(404)
评论(0)
推荐(0)
公告