摘要:
/* 获取当前的毫秒数 1S = 1000毫秒*/public class DateTest01{ public static void main(String[] args){ long now = System.currentTim... 阅读全文
摘要:
一维数组:1:/* 数组: 1. 数组是一种引用类型 2. 数组是一种简单的数据结构,线性的机构 3. 数组是一个容器,可以用来存储其他元素, 4. 数组也是可以存储任意数据类型的元... 阅读全文
摘要:
package aaaa;/** * * * Test * 创建人:dengfengming * 时间:2015年1月18日-上午9:52:34 * @version 1.0.0 * */public class Test { public static int[] sort(int[... 阅读全文