最新文章列表

B-tree索引和hash索引

A B-tree index can be used for column comparisons in expressions that use the =, >, >=, <, <=, or BETWEEN operators. 1、The index also can be used for LIKE comparisons if the argument to LIK ...
2057 评论(0) 有1547人浏览 2013-06-28 18:09

OpenGL ES应用开发实践指南:iOS卷

《OpenGL ES应用开发实践指南:iOS卷》 基本信息 原书名:Learning OpenGL ES for iOS:A Hands-On Guide to Modern 3D Graphics Programming 作者: (美)Erik M.Buck 译者: 徐学 ...
china-pub2010 评论(0) 有1011人浏览 2013-06-24 16:36

TPC-H on Hive

TPC-H是数据库/数据仓库选型决策用的benchmark。它是世界公认的benchmark,由一套面向业务的数据查询和并发数据更新组成。百度文库里有个文档写的还不错。   Jia, Yuntao在HIVE-600中提交了TPC-H的hive driver。Driver由shell脚本作为bootstrap,由一系列HQL文件组成,总共22个benchmark。Driver中并不包含原始数据, ...
joshuasabrina 评论(0) 有1479人浏览 2013-06-10 20:37

When to commit

When to commit ? The question I asked myself recently what seems to be one of those for which the response should be quick and painless. So, when to send the commit command to Solr (or Lucene)? De ...
beritha 评论(0) 有845人浏览 2013-05-30 14:15

Linux,如何看性能

摘自Brendan Gregg(Lead Performance Engineer of joyent)的PPT。joyent公司可能很多人没听说过,但是提到node.js,相信很多人都知道。joyent公司正是node.js的主要开发者  
joshuasabrina 评论(0) 有1073人浏览 2013-05-22 10:48

现代嵌入式计算(英文版)

《现代嵌入式计算(英文版)》 基本信息 原书名: Modern Embedded Computing: Designing Connected, Pervasive, Media-Rich Systems 原出版社: Morgan Kaufmann 作者: (美)Peter Barry Patrick Crowley [作译者介绍] 丛书名: 经典原版书库 出版社:机械工业出版社 I ...
china-pub2010 评论(0) 有779人浏览 2013-03-20 16:35

转载:ACE访谈之二 - 熊军:不积跬步,无以至千里

原文地址:http://www.eygle.com/archives/2013/01/ace_xiongjun_answer.html 以下是ITPUB论坛访问 熊军 的访问稿,摘录在这里与Oracle爱好者们分享。 大家好,今天是一周新的开始,继续给大家带来ORACLE ACE的人物采访。今天的采访嘉宾是熊军先生(ID:magic007),熊军先生一直从事Oracle数据库专业技术服务工作,有 ...
sd6292766 评论(0) 有1118人浏览 2013-02-09 22:43

[转]Analyze Java Thread Dumps

Getting a Thread Dump We will introduce the three most commonly used methods. Note that there are many other ways to get a thread dump. A thread dump can only show the thread status at the time of mea ...
jarbee 评论(0) 有2344人浏览 2013-01-28 17:24

http://hi.baidu.com/higkoo

我的主页:   http://hi.baidu.com/higkoo
higkoo 评论(0) 有721人浏览 2013-01-24 09:40

查看mongo数据库的慢查询

进入到mongo的shell中,先查看mongo的profile设置情况 db.getProfilingLevel() db.setProfilingLevel(0,1000) 0代表关闭,1代表只记录slowlog,这里我们设置成了1000,也就是1000ms db.getProfilingLevel() db.system.profile.find().limit(10).sort( { ...
luozhaoyu 评论(0) 有3473人浏览 2013-01-23 16:53

Android 性能最佳实践 1

Performance Tips 性能小贴士 http://developer.android.com/training/articles/perf-tips.html 简单翻译: 两条写出高效代码的基本规则: 1. 不要做不必要的操作 2. 不要申请不必要的内存 避免创建不必要的对象 尽量定义静态方法 为常量使用final定义 避免创建Getters/Setters 使用增强的For循环 ...
Elrond 评论(0) 有1427人浏览 2013-01-23 11:49

Hibnerate二级缓存工作原理

I've written multiple articles here at Javalobby on the Hibernate O/R mapping tool, and they are usually met with a large degree of popularity. Hibernate isn't just a popular kid on the block, however; ...
kunkun39 评论(0) 有754人浏览 2013-01-07 19:23

初探一下html5的performance相关

前言:   本文部分内容来源于http://w3c-test.org/webperf/specs/NavigationTiming/ 以及一些互联网资料   个人做积累学习用,感谢!     正文:     window下面引入了一个新的对象:     下图为本人chrome返回:   已实现草案定义的接口的浏览器:   IE9+ Chrome11+ ...
zhangyaochun 评论(0) 有2593人浏览 2012-12-28 13:46

MySql Explain 的使用[转]

说到Explain,肯定很多读者之前已经用过了,MySQL Query Optimizer 通过执行 EXPLAIN 命令来告诉我们它将使用一个怎样的执行计划来优化Query。所以,可以说 Explain 是在优化 Query 时最直接有效地验证我们想法的工具。在本章前面已经谈到,一个好的 SQL Performance Tuner 在动手优化一个 Query 之前,头脑中就应该已经有了一个好的执行 ...
budairenqin 评论(0) 有3008人浏览 2012-12-27 13:10

python 的 built-in 模块

Help on built-in module __builtin__: NAME __builtin__ - Built-in functions, exceptions, and other objects. FILE (built-in) DESCRIPTION Noteworthy: None is the `nil' object; E ...
hypercube 评论(0) 有1998人浏览 2012-11-27 10:39

字符串切分工具比较

在日常开发中,我们经常需要处理字符串。字符串处理通常有两个主要的场景:一个是字符串的格式化,通常我们通过String.format方法或者构建一个StringBuilder,然后通过append方法来完成;另一个是字符串的切分。在这篇文章中,通过String.split、Apache Commons中的StringUtils.split和Google工具包Gauva中提供的Splitter三个字符串 ...
floating 评论(3) 有2835人浏览 2012-10-27 22:31

SysBench manual

SysBench manual Alexey Kopytov <kaamos@users.sourceforge.net> Copyright © 2004-2009 MySQL AB Table of Contents 1. Introduction 1. Features of SysBench 2. Design 3. Links 4. Installation 2. Usag ...
syzxlyx_cu 评论(0) 有1048人浏览 2012-09-24 07:24

Ehcache学习文档1——Hello, Ehcache(中英文对照beta1.0)

  Hello, Ehcache  Introduction 简介 Definitions 定义 Why caching works 为何缓存有用
caichaowei 评论(0) 有3191人浏览 2012-09-19 10:38

最近博客热门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