最新文章列表

Android性能优化系列---Improving Layout Performance(二)

Improving Layout Performance(二) 本文出处:http://developer.android.com/training/improving-layouts/reusing-layouts.html            Re-using Layouts with <include/>         为了提高你的Layouts的复用性,你也可以使用 ...
xhmj12 评论(0) 有1096人浏览 2014-05-09 14:24

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 ...
leonzhx 评论(0) 有909人浏览 2014-04-21 23:14

优化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 ...
abacus 评论(0) 有1233人浏览 2014-04-21 13:43

[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 ...
cute.spring 评论(0) 有719人浏览 2014-04-20 18:46

SQL性能优化

SQL 优化原则 http://www.cnblogs.com/ziyiFly/archive/2008/12/24/1361380.html O​R​A​C​L​E​ ​S​Q​L​性​能​优​化​(​全​) http://wenku.baidu.com/view/b2aaba3887c24028915fc337.html
darrenzhu 评论(0) 有929人浏览 2014-04-19 19:51

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 ...
leonzhx 评论(0) 有785人浏览 2014-04-19 12:28

[perf] java常用基本操作性能测试-异常

性能测试: 由于软硬件及其复杂,本结果只具有参考意义。 代码: https://github.com/zhang-xzhi/perftest 测试方法: 1个test运行loop次,为一个suite,算一个suite的平均时间。 可以跑多个suite,各个suite算各自的suite平均时间。 由各个suite的平均时间计算总体平均时间。 计算各个suite的平均时间和总体平均时间的误差是否在 ...
zhang_xzhi_xjtu 评论(0) 有1160人浏览 2014-03-08 09:53

Java/JVM垃圾回收机制和算法总结

什么是Java垃圾回收器 Java垃圾回收器是Java虚拟机(JVM)的三个重要模块(另外两个是解释器和多线程机制)之一,为应用程序提供内存的自动分配(Memory Allocation)、自动回收(Garbage Collect)功能,这两个操作都发生在Java堆上(一段内存快)。某一个时点,一个对象如果有一个以上的引用(Rreference)指向它,那么该对象就为活着的(Live),否则死 ...
banaba 评论(1) 有4522人浏览 2014-01-20 23:04

性能调优

性能瓶颈主要存在哪里? 我们不管是做互联网应用还是企业级应用。都必须考虑到系统的性能问题,时常会听见客户抱怨:系统太慢啦....... 我们该从哪写方面着手? 1:计算机资源着手:    需考虑:1、系统I/O            2、网络操作            3、异常            4、数据库            5、锁竞争            6、内存 2、系统层次着手: ...
gao911111 评论(0) 有622人浏览 2013-12-19 17:17

提高elasticsearch索引速度

提高索引性能和速度从几下方面着手:  1. 增大索引实时时间设置:index.engine.robin.refresh_interval :10s (默认为1s)   2. 增大内存缓冲区: indices.memory.index_buffer_size:20% (默认为heap大小的10%)  3. 增加translog方面的设置: index.translog.flush_thresh ...
maxrocray 评论(0) 有2769人浏览 2013-11-20 13:45

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 ...
superconecrusher 评论(0) 有8人浏览 2013-11-04 14:48

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 ...
superconecrusher 评论(0) 有9人浏览 2013-11-01 11:00

【原创】Android 性能优化(一)

文章都为原创,转载请注明出处,未经允许而盗用者追究法律责任。   编写者:李文栋 Android性能优化     根据Android的层次结构,性能优化也是分层次进行的,本文会分别对Application、Framework、Native、Kernel各层做总结,每层主要会从性能优化的基本思想、优化技巧、优化工具几个方面进行说明。 第一章Android应用性能优化(概述)      ...
rayleeya 评论(0) 有18047人浏览 2013-10-18 21:19

Hibernate程序性能优化的考虑要点

本文依照 HIBERNATE 帮助文档,一些网络书籍及项目经验整理而成,只提供要点和思路,具体做法可以留言探讨,或是找一些更详细更有针对性的资料。 初用 HIBERNATE 的人也许都遇到过性能问题,实现同一功能,用 HIBERNATE 与用 JDBC 性能相差十几倍很正常,如果不及早调整,很可能影响整个项目的进度。 大体上,对于 HIBERNATE 性能调优的主要考虑点如下 : •数据库设 ...
vipshichg 评论(1) 有2865人浏览 2013-10-06 18:50

用于软件包管理的21个Linux YUM命令

YUM到底是啥东东? YUM(Yellowdog Updater Modified)是一款开源命令行及图形化软件包管理工具,面向基于RPM(红帽软件包管理器)的Linux系统。它让广大用户和系统管理员可以在系统上轻松地安装、更新、移除或搜索软件包。它由Seth Vidal开发和发布,采用了GPL(通用公共许可证),是一款开源工具。这意味着,谁都可以下载和访问代码,以修复软件错误,开发定制的软件包 ...
flycars001 评论(0) 有970人浏览 2013-09-29 14:50

解读Java性能方面的9个误区

Java性能问题被冠以某种黑暗魔法的称谓。一部分是因为其平台的复杂性,在很多情况下,无法定位其性能问题根源。然而,在以前对于Java性能的技巧,有一种趋向:认为其由人们的智慧,经验构成,而不是应用统计和实证推理。在这篇文章中,我希望去验证一些最荒谬的技术神话。 1. Java运行慢 在所有最过时的Java性能谬论当中,这可能是最明显的言论。 是的,在90年代和20年代初期,Java确实有点 ...
vipshichg 评论(0) 有1221人浏览 2013-08-27 10:21

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 ...
Imagination_Fly 评论(0) 有897人浏览 2013-08-23 14:55

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 ...
feikiss 评论(2) 有1680人浏览 2013-07-17 18:26

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 ...
king_tt 评论(0) 有732人浏览 2011-03-07 11:45

最近博客热门TAG

应用服务器(43288) Spring(40812) Hibernate(33330) Tomcat(28345) 框架(27200) 设计模式(24056) Servlet(23313) Struts(22805) Bean(22194) 企业应用(18268) thread(15826) 多线程(14801) SUN(11436) 虚拟机(11382) Cache(11314) Security(8002) SSH(7109) DAO(6880) MVC(6206) AOP(6187)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics