这个程序实现的功能有:
- Java代码的编辑
- 编译及运行Java程序
归并排序将两个有序的数组归并成成一个更大的数组。
In Java,the abstract notion of a key is captured in a built-in mechanism-the Comparable interface
.There are two inportant method: less()
and exch()
什么叫动态连通性?
抽象数据类型(ADT)是一种能够对使用者隐蔽数据表示的数据类型。
学习目标:
An essential characteristic of collections ADTs is that we should be able to use them for any type of data.
有了泛型,我们只需要一份API(和一次实现)就能够处理所有类型的数据。
因为在工作中要经常与git打交道,想想入职时间有四个五月了,实际工作时间两三个月左右。正好趁着这个假期做一下总结。
下面这些基本涵盖了我工作过程中所使用的git技巧。