2014-08-23 BaoXinjian一、摘要网上流传的一个用以查询单一SQL查询的效率并导出为HTML报表的脚本,功能与DBMS_PROFILER类似通过session查询SQL_ID,只有运行脚本,导出为HTML报表该SQL脚本下载地址:http://files.cnblogs.com/ea...
分类:
数据库 时间:
2014-09-09 15:07:00
阅读次数:
335
英文原文:http://blog.monitis.com/index.php/2012/02/13/python-performance-tips-part-1/英文原文:http://blog.monitis.com/index.php/2012/03/21/python-performance-...
分类:
编程语言 时间:
2014-09-08 03:14:26
阅读次数:
424
Hibernate中的抓取策略,参考文档:http://docs.jboss.org/hibernate/orm/3.5/reference/zh-CN/html/performance.html如下代码:@SuppressWarnings({ "unchecked" }) public st...
分类:
系统相关 时间:
2014-09-05 14:10:41
阅读次数:
201
sp_who2 activesp_lock 76select object_name(261575970,16)select %%lockres%%,* from SessionLock(nolock) --from reporttempdbselect * from SessionData whe...
分类:
数据库 时间:
2014-09-04 18:55:49
阅读次数:
222
//Test Group 1 { var watch = Stopwatch.StartNew(); var list = new List(); for (int...
分类:
其他好文 时间:
2014-09-04 14:50:49
阅读次数:
165
/********运行Sql Server Profiler所需的权限(performance)*********/--EG.-- 使用TRACE帐户(Performancetest)跟踪Sql Server事件.-- 创建TRACE登陆帐户(Performancetest),并授予其 ALTER ...
分类:
数据库 时间:
2014-09-04 13:17:59
阅读次数:
193
Fiddler可以做什么?1)Web Debugging2) Performance Testing3) HTTP/HTTPS Traffic Recording4) Web Session Manipulation5) Security Testing6) Customizing Fiddler
分类:
其他好文 时间:
2014-09-04 13:10:31
阅读次数:
144
翻译O'reilly书集中 Hign Performance Web Sites 章节A...
分类:
其他好文 时间:
2014-09-04 09:45:48
阅读次数:
143
最新版Unity官方文档,优化图形性能(Optimizing Graphics Performance)的中文翻译。Unity圣典上那一篇太老旧了。...
分类:
其他好文 时间:
2014-09-03 19:54:37
阅读次数:
629
几乎每一个前端程序员都知道应该把script标签放在页面底部。关于这个经典的论述可以追溯到Nicholas的 High Performance Javasript 这本书的第一章Loading and Execution中,他之所以建议这么做是因为:Put all ...
分类:
其他好文 时间:
2014-09-03 09:29:06
阅读次数:
463