在JAVA_HOME/lib下面有两个比较重要的jar文件,tools.jar和dt.jar。
tools.jar在上篇文章中做了简单的介绍。这里来介绍下dt.jar。
在Oracle官方网站搜dt.jar,找到JDK and JRE File Structure这个页面,如下
https://docs.oracle.com/javase/7/docs/technotes/tools/sol...
分类:
编程语言 时间:
2014-11-11 12:49:21
阅读次数:
255
Arrays of Length Zero 这样说: Zero-length arrays are allowed in GNU C. They are very useful as the last element of a structure that is really a header fo...
分类:
编程语言 时间:
2014-11-10 19:22:07
阅读次数:
225
就是说T必须是一个类(class)类型,不能是结构(structure)类型。这是类型参数约束,.NET支持的类型参数约束有以下五种:where T : struct T必须是一个结构类型where T : class T必...
分类:
其他好文 时间:
2014-11-10 13:39:21
阅读次数:
199
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:
其他好文 时间:
2014-11-09 07:30:45
阅读次数:
155
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the...
分类:
系统相关 时间:
2014-11-08 23:28:09
阅读次数:
295
本章主要讲的是我们在说话和倾听的时候发生了什么,具体的过程是怎样实现的。明确这个目标后,心里应该有个底了。 在正式开始之前,我想分享一个事情:今天去图书馆借书,清华大学出版的《统计自然语言处理》,本以为它会安静地躺在9楼或10楼这些计算机、数学专业书籍所在楼层的某个角落,结果却躺在一大堆商务英...
分类:
其他好文 时间:
2014-11-08 22:05:56
阅读次数:
358
树(Tree)是n(n>=0)个相同类型的数据元素的有限集合。树中的数据元素叫结点(Node)。n=0的树称为空树(Empty Tree);对于n>0的任意非空树T有:
1.有且只有一个特殊的结点称为树的根(Root)结点,根没有前驱结点。
2.若n>1,则除根结点外,其余结点被分成了m(m>0)个互不相交的集合T1,T2,T3,...Tm,其中每个集合Ti(1
由树的定义可知,...
DIRECTORY STRUCTURE
目录结构
-------------------
assets/ contains assets definition
包含资源定义
commands/ contains console commands (controllers)
包含命令行命令,控制器
...
分类:
其他好文 时间:
2014-11-07 17:05:23
阅读次数:
436
IntroductionA Hierarchical Data is a data that is organized in a tree-like structure and structure allows information to be stored in a parent-child r...
分类:
Web程序 时间:
2014-11-07 16:20:24
阅读次数:
225
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:
其他好文 时间:
2014-11-06 21:26:26
阅读次数:
307