HTML5 Techniques for Optimizing Mobile PerformanceScrolling Performance
分类:
其他好文 时间:
2014-12-30 21:56:42
阅读次数:
134
1.创建事件监控器至少需要哪些权限? DBADM authority SQLADM authority 2.事件监控器的种类有哪些? 3. db2 flush event monitor eventmonitorname命令的用途是什么 将当前的数据库监控数据写入到对应的文件中 4.打开或关闭监视器...
分类:
数据库 时间:
2014-12-30 16:32:41
阅读次数:
274
HashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。 ? 意思就是说用SparseArr...
分类:
其他好文 时间:
2014-12-29 15:42:15
阅读次数:
143
问题:最近使用quartz集群,总是报deadlock问题,所以需要查看一下执行的sql导致的加锁冲突。步骤:1、在要测试的库中创建指定表innodb_lock_monitorcreate table innodb_lock_monitor(x int) engine=innodb;2、执行sqlB...
分类:
数据库 时间:
2014-12-29 13:41:42
阅读次数:
176
SQL Performance Impact Analyzer Report...
分类:
数据库 时间:
2014-12-28 18:18:46
阅读次数:
316
原文链接:Top 10 Client-Side Performance Problems in Web 2.0
分类:
其他好文 时间:
2014-12-27 01:26:15
阅读次数:
165
一、什么是 TCP/IP Monitor TCP/IP monitor 是可以监控在某个端口上通过 TCP/IP 协议传送的通信数据的一个工具软件。 TCP/IP monitor 工具,通过一些配置,这个工具可以用简单明了的形式将客户端和服务器端之间传输的数据呈现给开发者。二、TCP/IP moni...
分类:
系统相关 时间:
2014-12-26 21:40:34
阅读次数:
286
最近开始使用sublime text 2这款软件,写python程序确实方便多了。记录一下使用时遇到的问题吧。1、更改字号在菜单Preferences下找到 Settings – User点击,会打开performance.sublime-settings这个文件。修改font_size 即可。后来...
分类:
其他好文 时间:
2014-12-26 20:07:47
阅读次数:
193
问题描述: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
参考链接https://www.mirantis.com/blog/improving-dhcp-performance-openstack/
分类:
其他好文 时间:
2014-12-26 14:55:03
阅读次数:
143