码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
Python性能鸡汤(转)
英文原文: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] - Fetching strategies
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
sql performance Kill Lock
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
Performance Test of List<T>, LinkedList<T>, Queue<T>, ConcurrentQueue<T>
//Test Group 1 { var watch = Stopwatch.StartNew(); var list = new List(); for (int...
分类:其他好文   时间:2014-09-04 14:50:49    阅读次数:165
运行sql server profiler所需的权限
/********运行Sql Server Profiler所需的权限(performance)*********/--EG.-- 使用TRACE帐户(Performancetest)跟踪Sql Server事件.-- 创建TRACE登陆帐户(Performancetest),并授予其 ALTER ...
分类:数据库   时间:2014-09-04 13:17:59    阅读次数:193
Fiddler学习一
Fiddler可以做什么?1)Web Debugging2) Performance Testing3) HTTP/HTTPS Traffic Recording4) Web Session Manipulation5) Security Testing6) Customizing Fiddler
分类:其他好文   时间:2014-09-04 13:10:31    阅读次数:144
译文:前端性能的重要性 The Importance of Frontend Performance
翻译O'reilly书集中 Hign Performance Web Sites 章节A...
分类:其他好文   时间:2014-09-04 09:45:48    阅读次数:143
Unity3D - 图形性能优化
最新版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
Measure Java Performance – Sampling or Instrumentation
copy from https://blog.codecentric.de/en/2011/10/measure-java-performance-sampling-or-instrumentation/In recent discussions, I noticed a confusion abo...
分类:编程语言   时间:2014-09-03 09:27:16    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!