码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
Performance tips
HTML5 Techniques for Optimizing Mobile PerformanceScrolling Performance
分类:其他好文   时间:2014-12-30 21:56:42    阅读次数:134
db2 monitor event
1.创建事件监控器至少需要哪些权限? DBADM authority SQLADM authority 2.事件监控器的种类有哪些? 3. db2 flush event monitor eventmonitorname命令的用途是什么 将当前的数据库监控数据写入到对应的文件中 4.打开或关闭监视器...
分类:数据库   时间:2014-12-30 16:32:41    阅读次数:274
性能优化:使用SparseArray代替HashMap<Integer,Object>
HashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。 ? 意思就是说用SparseArr...
分类:其他好文   时间:2014-12-29 15:42:15    阅读次数:143
查看sql语句加锁信息
问题:最近使用quartz集群,总是报deadlock问题,所以需要查看一下执行的sql导致的加锁冲突。步骤:1、在要测试的库中创建指定表innodb_lock_monitorcreate table innodb_lock_monitor(x int) engine=innodb;2、执行sqlB...
分类:数据库   时间:2014-12-29 13:41:42    阅读次数:176
oracle 基线与优化(三)
SQL Performance Impact Analyzer Report...
分类:数据库   时间:2014-12-28 18:18:46    阅读次数:316
【翻译】We2.0的10大客户端性能问题
原文链接:Top 10 Client-Side Performance Problems in Web 2.0
分类:其他好文   时间:2014-12-27 01:26:15    阅读次数:165
如何在MyEclipse中建立一个代理服务器
一、什么是 TCP/IP Monitor TCP/IP monitor 是可以监控在某个端口上通过 TCP/IP 协议传送的通信数据的一个工具软件。 TCP/IP monitor 工具,通过一些配置,这个工具可以用简单明了的形式将客户端和服务器端之间传输的数据呈现给开发者。二、TCP/IP moni...
分类:系统相关   时间:2014-12-26 21:40:34    阅读次数:286
sublime text 2使用方法
最近开始使用sublime text 2这款软件,写python程序确实方便多了。记录一下使用时遇到的问题吧。1、更改字号在菜单Preferences下找到 Settings – User点击,会打开performance.sublime-settings这个文件。修改font_size 即可。后来...
分类:其他好文   时间:2014-12-26 20:07:47    阅读次数:193
MySQL 5.6为什么关闭元数据统计信息自动更新&统计信息收集源代码探索
问题描述:MySQL5.5.15原sql如下:selectconstraint_schema,table_name,constraint_name,constraint_typefrominformation_schema.table_constraintswheretable_schemanotin(‘information_schema‘,‘mysql‘,‘test‘,‘performance_schema’);不只是上面提到的table_constraints,..
分类:数据库   时间:2014-12-26 14:55:10    阅读次数:179
Neutron - improve dhcp performance
参考链接https://www.mirantis.com/blog/improving-dhcp-performance-openstack/
分类:其他好文   时间:2014-12-26 14:55:03    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!