摘要: Isolation levels in SQL Server control the way locking works between transactions.SQL Server 2008 supports the following isolation levelsRead Uncommit... 阅读全文
posted @ 2014-09-03 08:57 HelloTech 阅读(212) 评论(0) 推荐(0) 编辑
摘要: copy from https://blog.codecentric.de/en/2011/10/measure-java-performance-sampling-or-instrumentation/In recent discussions, I noticed a confusion abo... 阅读全文
posted @ 2014-09-03 08:56 HelloTech 阅读(308) 评论(0) 推荐(0) 编辑
摘要: Five ways for tracing Java executionI'm often faced with a situation where I need to dig into code that I didn't write. Most of it is poorly documente... 阅读全文
posted @ 2014-09-03 08:54 HelloTech 阅读(158) 评论(0) 推荐(0) 编辑
摘要: With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf... 阅读全文
posted @ 2014-09-02 19:31 HelloTech 阅读(357) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-08-31 09:26 HelloTech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/gaochundong/p/3813252.html 阅读全文
posted @ 2014-08-28 13:42 HelloTech 阅读(158) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/bluespot/p/3665336.html 阅读全文
posted @ 2014-08-28 13:39 HelloTech 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Sql starts to execute slowly, because long sql executions block many other sqls.Check approach:There are reports that can be generated from within man... 阅读全文
posted @ 2014-08-27 13:33 HelloTech 阅读(201) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/skywang12345/p/3154474.htmlhttps://www.rallydev.com/community/engineering/java-references-strong-soft-weak-phantom 阅读全文
posted @ 2014-08-25 15:14 HelloTech 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Clustered Index: Clustered index defines the way in which data is ordered physically on the disk. And there can only be one way in which you can order... 阅读全文
posted @ 2014-08-24 19:24 HelloTech 阅读(230) 评论(0) 推荐(0) 编辑