码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
How to do code coverage test for windows service
First, instrument the exe or dll by commandvsinstr -coverage the dll/exesecond, start the performance monitorVSPerfCmd.exe /start:coverage /output:"D:...
分类:Windows程序   时间:2014-07-11 22:29:17    阅读次数:437
PC 机开机提示 CPU fan error press f1
第1步检查PC机主板上的CPU风扇电源接口的位置,应该插在cpu-fan的主板接口上;而不是sys-fan或power-fan上;如果还无法解决就采用第2部,在bios里忽略掉该错误提示开机按delete,进入BIOS,然后进入POWER,然后找到MONITOR既“监测”选项,在里面看到的CPUFANSPEED是N/A修改那个值
分类:其他好文   时间:2014-07-09 09:02:03    阅读次数:212
introduction
Good morning, my name is Li Huan. It’s really a great honor to have this opportunity for a interview. I hope I can make a good performance today. Now ...
分类:其他好文   时间:2014-07-07 12:11:36    阅读次数:194
Simple Automated Backups for MongoDB Replica Sets
There are a bunch of different methods you can use to back up your MongoDB data, but if you want to avoid downtime and/or potential performance degradation, the most common advice seems to be that y...
分类:数据库   时间:2014-07-06 09:26:04    阅读次数:437
最新的goldengate monitor 12.1.3已经发布
Oracle GoldenGate管理包针对OGG提供企业级的监控和管理,包含有如下模块:Oracle Enterprise Manager Plug-in. 利用OEM框架查看、管理和预警OGGOracle GoldenGate Monitor. 一个独立查看、管理、预警OGG的产品,同时提供点对...
分类:其他好文   时间:2014-07-05 19:54:22    阅读次数:246
自定向下分析Binder 之 Binder Model(1)
Java层的Binder对象模型: IBinder IBinder是Binder通信机制中的核心部分(Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when pe...
分类:其他好文   时间:2014-07-03 16:46:20    阅读次数:204
Android应用性能优化之使用SparseArray替代HashMap
HashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。 意 思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并不熟悉,第一感觉应该是Android 提供的一个类。按住Ctrl点击进入Spar...
分类:移动开发   时间:2014-07-02 08:02:21    阅读次数:338
CentOS 搭建 Mysql MMM 高可用架构
环境 CentOS Mysql 5.1 前提 安装了EPEL,具体安装步骤请参照 http://blog.csdn.net/robinsonmhj/article/details/36184863 机器列表 机器IP 机器名 192.168.0.135 db1 192.168.0.136 monitor 19...
分类:数据库   时间:2014-07-02 07:25:58    阅读次数:398
【性能分析】初探VS2010中的Profile(性能剖析)功能
VS2010中的Profile(性能剖析)功能十分实用,它可以协助程序员迅速锁定当前程序的性能瓶颈,为程序的优化做准备。点击VS2010的Analyze菜单,选择Launch Performance Wizard,依照提示可以很方便地完成Profile的必需配置。可能你会碰到"Injection o...
分类:其他好文   时间:2014-07-01 18:47:32    阅读次数:249
HTML5的学习--performance获取加载时间的工具
前段时间因为项目需要获取页面加载的时间,就去看了下HTML5中的performane。之后用其写了一个小工具,用来获取详细的页面加载时间。GitHub上的地址是:https://github.com/CraryPrimitiveMan/performance-tool
分类:Web程序   时间:2014-07-01 10:41:08    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!