转:在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.使用Eclipse在线安装的方式:Help-->Install New Software地址输入:htt...
分类:
系统相关 时间:
2014-11-11 21:03:16
阅读次数:
264
Here is a more complete answer with regard to InnoDB. It is a bit of a lengthy process, but can be worth the effort. Keep in mind that /var/lib/mysql/ibdata1 is the busiest file in the InnoDB infra...
分类:
数据库 时间:
2014-11-11 12:55:04
阅读次数:
268
注:本节主要讨论最大堆(最小堆同理)。
一、堆的概念
堆,又称二叉堆。同二叉查找树一样,堆也有两个性质,即结构性和堆序性。
1、结构性质:
堆是一棵被完全填满的二叉树,有可能的例外是在底层,底层上的元素从左到右填入。这样的树称为完全二叉树(complete binary tree)。下图就是这样一个例子。
对于完全二叉树,有这样一些...
分类:
其他好文 时间:
2014-11-07 13:08:12
阅读次数:
266
Code Complete (2nd edition) by Steve McConnellThe Pragmatic ProgrammerStructure and Interpretation of Computer ProgramsThe C Programming Language by K...
分类:
其他好文 时间:
2014-11-05 19:32:58
阅读次数:
357
Checking operating system requirements ...Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2Actual Result: redhat-4Check complete. T...
分类:
数据库 时间:
2014-11-04 09:16:33
阅读次数:
159
MapReduce has undergone a complete overhaul in hadoop-0.23 and we now have, what we call, MapReduce 2.0 (MRv2) or YARN.
The fundamental idea of MRv2 is to split up the two major functionalities of th...
分类:
其他好文 时间:
2014-11-04 00:15:00
阅读次数:
209
1. BST只保存preorder或者postorder就够了,递归有O(n^2)和O(n)算法。非递归有利用栈的O(n)算法。2. Complete binary treelevel traversal就行了。3. Full binary tree用一个bit来保存该结点是internal nod...
分类:
其他好文 时间:
2014-10-31 21:53:15
阅读次数:
253
Environment: Exchange 2010 SP2 + Outlook 2010Adding delegate is actually not that easy i thought, at least not just one command to complete everything...
分类:
系统相关 时间:
2014-10-30 15:15:58
阅读次数:
439
HtmlDocument2 HTML文档对象模型:主要方法有:GetBody() 获取当前文档Body对象GetReadyState() 获取当前文档状态信息,如是否正在加载,是否已经完成,枚举值为:uninitialized,loading,loaded,interactive,complete....
分类:
Web程序 时间:
2014-10-30 13:28:30
阅读次数:
178
#manshellbuiltinsBASH_BUILTINS(1)BASH_BUILTINS(1)NAMEbash,:,.,[,alias,bg,bind,break,builtin,cd,command,comp-gen,complete,continue,declare,dirs,disown,echo,enable,eval,exec,exit,export,fc,fg,getopts,hash,help,history,jobs,kill,let,local,logout,popd,printf,pu..
分类:
系统相关 时间:
2014-10-30 01:55:08
阅读次数:
222