2017年4月13日

Java 利用枚举实现单例模式

摘要: 转自 http://blog.csdn.net/yy254117440/article/details/52305175 阅读全文

posted @ 2017-04-13 16:57 dongruiha 阅读(233) 评论(0) 推荐(0)

java中打印输出数组

摘要: 如果是多维数组使用 Arrays.deepToString(arr) 阅读全文

posted @ 2017-04-13 11:34 dongruiha 阅读(17749) 评论(0) 推荐(0)

单例模式-java

摘要: /** * The MIT License * Copyright (c) 2014-2016 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation fi... 阅读全文

posted @ 2017-04-13 09:34 dongruiha 阅读(189) 评论(0) 推荐(0)

导航