/********运行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
转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:
移动开发 时间:
2014-09-03 21:01:27
阅读次数:
278
最新版Unity官方文档,优化图形性能(Optimizing Graphics Performance)的中文翻译。Unity圣典上那一篇太老旧了。...
分类:
其他好文 时间:
2014-09-03 19:54:37
阅读次数:
629
进入mysqlserver
如下:
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 810
Server version: 5.6.10 MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights rese...
分类:
数据库 时间:
2014-09-03 15:03:46
阅读次数:
243
几乎每一个前端程序员都知道应该把script标签放在页面底部。关于这个经典的论述可以追溯到Nicholas的 High Performance Javasript 这本书的第一章Loading and Execution中,他之所以建议这么做是因为:Put all ...
分类:
其他好文 时间:
2014-09-03 09:29:06
阅读次数:
463
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
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...
分类:
编程语言 时间:
2014-09-02 21:08:15
阅读次数:
338
ashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。意思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并...
分类:
移动开发 时间:
2014-09-02 07:56:14
阅读次数:
282