- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 java源码之Arrays.toString()和Arrays.deepToString()
/** * 数组转化成字符串 * <p> * Returns a string representation of the contents of the specified array. * If the array contains other arrays as elements, they are converted to * strings by the {...
2019-12-27 00:14:59
640
转载 领域驱动设计之领域模型
http://www.cnblogs.com/netfocus/archive/2011/10/10/2204949.html
2017-01-24 14:38:14
224
转载 Java中的substring真的会引起内存泄露么?
http://www.chinastor.org/gdcc/9225.html?ref=myread#
2017-01-23 11:32:43
242
转载 js时间类Date扩展
//格式化Date.prototype.format=function(fmt) { if(!fmt){ fmt = "yyyy-MM-dd HH:mm:ss"; } var o = { "M+" : this.getMonth()+1, //Month "d+" : this.getDate(), //Day
2017-01-04 10:30:49
223
转载 cmd常用命令
ESC:清除当前命令行。F1: 单字符输出上次输入的命令 相当于方向键上的 → 的作用。F2: 可复制字符数量 , 输入上次命令中含有的字符,系统自动删除此字符后的内容。F3: 重新输入前一次输入的命令(方向键上也是同样的作用)。F4: 可删除字符数量,同于F2的功能。F5:相当于方向键上的↑的作用。F6:相当按键盘上的Ctrl+z 键。F7:显示命令历史记录,以图形列表窗的形式给出
2016-12-12 10:00:05
235
转载 java学习之编译时类型和运行时类型 .
转载自:http://blog.youkuaiyun.com/zsm653983/article/details/7658384Java中的许多对象(一般都是具有父子类关系的父类对象)在运行时都会出现两种类型:编译时类型和运行时类型,例如:Person person = new Student();这行代码将会生成一个person变量,该变量的编译时类型是Person,运行时类型是Student。
2016-11-10 16:32:39
192
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人