本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
zysnba - xiangjie88
- sgqt
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wallimn
- wy_19921005
- vipbooks
- benladeng5225
- 龙儿筝
- javashop
- ranbuijj
- fantaxy025025
- zw7534313
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- jh108020
- wiseboyloves
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- lemonhandsome
- jbosscn
- mengjichen
- zxq_2017
- luxurioust
- lzyfn123
- forestqqqq
- nychen2000
- Xeden
- zhanjia
- wjianwei666
- ajinn
- hanbaohong
- 喧嚣求静
- jickcai
- kingwell.leng
- mwhgJava
- silverend
- lich0079
- lchb139128
最新文章列表
Android性能优化系列---Improving Layout Performance(二)
Improving Layout Performance(二)
本文出处:http://developer.android.com/training/improving-layouts/reusing-layouts.html
Re-using Layouts with <include/>
为了提高你的Layouts的复用性,你也可以使用 ...
Item 57: Use exceptions only for exceptional conditions
1. Exceptions are, as their name implies, to be used only for exceptional conditions; they should never be used for ordinary control flow. A well-designed API must not force its clients to use excep ...
优化groupby 和distinct
Optimizing GROUP BY and DISTINCT
MySQL optimizes these two kinds of queries similarly in many cases, and in fact con-
verts between them as needed internally during the optimization process. Both ty ...
[Node.js] 学习笔记 - express router
参考:
http://stackoverflow.com/questions/12695591/node-js-express-js-how-does-app-router-work
The best option is to put all of your static resources under a specific folder. (IE /static) You can then mo ...
Item 55: Optimize judiciously
1. Don’t sacrifice sound architectural principles for performance. Strive to write good programs rather than fast ones.
2. Implementation problems can be fixed by later optimization, but pervasi ...
[perf] java常用基本操作性能测试-异常
性能测试:
由于软硬件及其复杂,本结果只具有参考意义。
代码:
https://github.com/zhang-xzhi/perftest
测试方法:
1个test运行loop次,为一个suite,算一个suite的平均时间。
可以跑多个suite,各个suite算各自的suite平均时间。
由各个suite的平均时间计算总体平均时间。
计算各个suite的平均时间和总体平均时间的误差是否在 ...
Java/JVM垃圾回收机制和算法总结
什么是Java垃圾回收器
Java垃圾回收器是Java虚拟机(JVM)的三个重要模块(另外两个是解释器和多线程机制)之一,为应用程序提供内存的自动分配(Memory Allocation)、自动回收(Garbage Collect)功能,这两个操作都发生在Java堆上(一段内存快)。某一个时点,一个对象如果有一个以上的引用(Rreference)指向它,那么该对象就为活着的(Live),否则死 ...
性能调优
性能瓶颈主要存在哪里?
我们不管是做互联网应用还是企业级应用。都必须考虑到系统的性能问题,时常会听见客户抱怨:系统太慢啦.......
我们该从哪写方面着手?
1:计算机资源着手:
需考虑:1、系统I/O
2、网络操作
3、异常
4、数据库
5、锁竞争
6、内存
2、系统层次着手: ...
提高elasticsearch索引速度
提高索引性能和速度从几下方面着手:
1. 增大索引实时时间设置:index.engine.robin.refresh_interval :10s (默认为1s)
2. 增大内存缓冲区: indices.memory.index_buffer_size:20% (默认为heap大小的10%)
3. 增加translog方面的设置: index.translog.flush_thresh ...
How to lisp Lisp output a paragraph"Process Cement Plant Machinery M
(defun main ()
(format *query-io* "Try to input something here:") (force-output *"The Chinese government has attached great importance to the mining industry's contribut ...
Ruby Programming Language open“50 tph iron ore beneficiation plant in russia”
delegate outhandler(); void call_block(outhandler yield) { Console.WriteLIne("Start of method"); yield(); yield(); Console.WriteLIne("End of method"); } void test(){Console.WriteLin ...
【原创】Android 性能优化(一)
文章都为原创,转载请注明出处,未经允许而盗用者追究法律责任。
编写者:李文栋
Android性能优化
根据Android的层次结构,性能优化也是分层次进行的,本文会分别对Application、Framework、Native、Kernel各层做总结,每层主要会从性能优化的基本思想、优化技巧、优化工具几个方面进行说明。
第一章Android应用性能优化(概述)
...
Hibernate程序性能优化的考虑要点
本文依照 HIBERNATE 帮助文档,一些网络书籍及项目经验整理而成,只提供要点和思路,具体做法可以留言探讨,或是找一些更详细更有针对性的资料。
初用 HIBERNATE 的人也许都遇到过性能问题,实现同一功能,用 HIBERNATE 与用 JDBC 性能相差十几倍很正常,如果不及早调整,很可能影响整个项目的进度。
大体上,对于 HIBERNATE 性能调优的主要考虑点如下 :
•数据库设 ...
用于软件包管理的21个Linux YUM命令
YUM到底是啥东东?
YUM(Yellowdog Updater Modified)是一款开源命令行及图形化软件包管理工具,面向基于RPM(红帽软件包管理器)的Linux系统。它让广大用户和系统管理员可以在系统上轻松地安装、更新、移除或搜索软件包。它由Seth Vidal开发和发布,采用了GPL(通用公共许可证),是一款开源工具。这意味着,谁都可以下载和访问代码,以修复软件错误,开发定制的软件包 ...
解读Java性能方面的9个误区
Java性能问题被冠以某种黑暗魔法的称谓。一部分是因为其平台的复杂性,在很多情况下,无法定位其性能问题根源。然而,在以前对于Java性能的技巧,有一种趋向:认为其由人们的智慧,经验构成,而不是应用统计和实证推理。在这篇文章中,我希望去验证一些最荒谬的技术神话。
1. Java运行慢
在所有最过时的Java性能谬论当中,这可能是最明显的言论。
是的,在90年代和20年代初期,Java确实有点 ...
MySQL调优之101条技巧(收藏)
该文来自http://blog.monitis.com/index.php/2011/07/12/101-tips-to-mysql-tuning-and-optimization/
MySQL Server Hardware and OS Tuning:
1. Have enough physical memory to load your entire InnoDB file into mem ...
java socket performance investigation
these days I'm confused about the Tcp performance while using java socket. In fact the java code is very simple. details as below:
1. server open a port and begin to listen.
2. client request and afte ...
HDFS添加和删除节点
From http://developer.yahoo.com/hadoop/tutorial/module2.html
Rebalancing Blocks
如何添加新节点到集群:
New nodes can be added to a cluster in a straightforward manner. On the new node,the same Hadoop version ...