源码编译安装MySQL5.6.16 http://www.chenyudong.com/archives/building-mysql-5-6-from-source.html
分类:
数据库 时间:
2014-12-30 17:24:44
阅读次数:
157
Object Constancyhttp://bost.ocks.org/mike/constancy/http://corner.squareup.com/2012/04/building-analytics.htmlTo achieve object constancy withD3.js, s...
分类:
其他好文 时间:
2014-12-27 22:58:56
阅读次数:
154
Given an integer array with no duplicates. A max tree building on this array is defined as follow:The root is the maximum number in the arrayThe left ...
分类:
其他好文 时间:
2014-12-27 06:37:51
阅读次数:
132
If we use Gradle in a multi-module project we can define project dependencies between modules. Gradle uses the information from the project dependenci...
分类:
其他好文 时间:
2014-12-26 21:36:13
阅读次数:
106
减少Eclipse启动后自动启动的插件
具体操作: 在Preferences -> General -> StartUp and Shutdown: 将除Plug-ins activated on startup以外的项目有节选的去掉(比如Mylyn等没用到,就去掉了)
效果: 启动Eclipse后,会有Initialing Java Tools的滚动条,会发现快了很多.
减少...
分类:
系统相关 时间:
2014-12-25 23:44:10
阅读次数:
936
proc 里的 commit等于提交就是你做了insert或者update后,commit后才是真正修改或者插入了数据库中如果不提交的话,那么这个表就被锁了CURSOR MYCURSOR is --定義游標SELECT A.APPLYKIND_NO,A.FAC_NO,A.BUILDING_NO,A....
分类:
数据库 时间:
2014-12-24 16:07:40
阅读次数:
207
1.扁平结构压成树形结构http://stackoverflow.com/questions/12831746/javascript-building-a-hierarchical-tree 1 var items = [ 2 {"Id": "1", "Name": "abc", "Pare...
分类:
编程语言 时间:
2014-12-24 13:08:22
阅读次数:
245
Filename Extensions in Delphihttp://delphi.about.com/od/beginners/a/aa032800a.htmTry building a small test project ... whoa ... a typical Delphi appli...
This is the second article(collection) on how
to build a *nix development
environment by integrating remote
servers and local Linux/Mac clients. For the previous article on this topic, please re...
分类:
其他好文 时间:
2014-12-20 13:01:16
阅读次数:
257
1、下载所需软件包 根据官网所示,安装apache2.4.9必须先安装apr、apr-util、pcre包The following requirements exist for building Apache httpd:APR and APR-UtilMake sure you have APR...
分类:
Web程序 时间:
2014-12-20 07:01:25
阅读次数:
406