码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
运行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
[Android Memory] 内存分析工具 MAT 的使用
转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:移动开发   时间:2014-09-03 21:01:27    阅读次数:278
Unity3D - 图形性能优化
最新版Unity官方文档,优化图形性能(Optimizing Graphics Performance)的中文翻译。Unity圣典上那一篇太老旧了。...
分类:其他好文   时间:2014-09-03 19:54:37    阅读次数:629
mysql 开启远程服务
进入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
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
Implementing a java agent to instrument code (copy from http://chimpler.wordpress.com/2013/11/05/implementing-a-java-agent-to-instrument-code/)
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
Android应用性能优化之使用SparseArray替代HashMap
ashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。意思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并...
分类:移动开发   时间:2014-09-02 07:56:14    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!