码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
让python代码运行的更快
原文地址:http://infiniteloop.in/blog/quick-python-performance-optimization-part-i/ 往往小的改变却能带来大的性能提升, 下面说下python中的几点性能优化。 1.使用timeit模块 2.减少函数的调用次数 3.使用xrange代替range 4.''.join()代替+,+= 5.while 1 代替 wh...
分类:编程语言   时间:2014-08-06 19:28:32    阅读次数:247
Nested weights are bad for performance
警告信息“Nested weights are bad for performance”的消除方法 原因分析:在布局进行嵌套使用时,父布局与子布局都使用了android:layout_weight,但不是必须使用时,便会出现如题所示的警告信息。 解决方法:根据实际情况,去除子布局中非必须使用的a.....
分类:其他好文   时间:2014-08-04 13:49:17    阅读次数:210
RH442 1
##hardware profiling ##RH442 Getting to know your hardware ###Hardware profiling Before tuning the performance, it‘s important to understand the capabilities of your system CPU 内部寄存器:硬件,时钟...
分类:其他好文   时间:2014-08-03 12:56:35    阅读次数:253
使用事务提升sqlite insert的性能
使用事务,解决sqlite insert缓慢的问题,时间从10秒缩短到0.07秒...
分类:数据库   时间:2014-07-30 12:18:53    阅读次数:273
举例详细说明javascript作用域、闭包原理以及性能问题(转)
这可能是每一个jser都曾经为之头疼的却又非常经典的问题,关系到内存,关系到闭包,关系到javascript运行机制。关系到功能,关系到性能。文章内容主要参考自《High Performance JavaScript》,这本书对javascript性能方面确实讲的比较深入,大家有空都可以尝试着阅读一...
分类:编程语言   时间:2014-07-29 12:43:16    阅读次数:285
Windows性能优化关键点-Windows Performance tuning important settings
windows 7 8 performance tuning 性能优化
分类:Windows程序   时间:2014-07-29 10:21:48    阅读次数:261
《码农周刊》干货精选--Python篇(转)
原文:http://baoz.me/446252 码农周刊如何让 Python 代码运行得更快?作者给出了 18 条 Python 代码性能优化小贴士,简单明了,拿来即用。http://infiniteloop.in/blog/quick-python-performance-optimizatio...
分类:编程语言   时间:2014-07-26 01:44:36    阅读次数:648
The APR based Apache Tomcat Native library 异常解决办法
tomat在linux服务器上启动报The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.lib...
分类:其他好文   时间:2014-07-24 17:35:26    阅读次数:250
Mysql安装完毕运行时没有 mysql 和 performance_schema 数据库
Mysql问题 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)...
分类:数据库   时间:2014-07-22 23:47:07    阅读次数:298
Neutron GRE模式要注意的问题
GRE模式下,如果MTU和Offloading配置不当,会严重降低网络性能(https://ask.openstack.org/en/question/6140/quantum-neutron-gre-slow-performance/)。RDO推荐以下的配置(http://openstack.re...
分类:其他好文   时间:2014-07-22 22:43:13    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!