- 博客(3)
- 问答 (3)
- 收藏
- 关注
原创 单例模式
单例模式的几种种实现方式 1,饿汉式(线程安全,调用效率高,但是不能延时加载) public class ImageLoader{ private static ImageLoader instance = new ImageLoader; private ImageLoader(){} public static ImageLoader getInstance...
2019-10-13 19:00:45
111
原创 二分查找法
1,循环实现 public class 二分查找法_01 { public static void main(String[] args) { long start = System.currentTimeMillis(); int[] arr = new int[100000000]; for (int i = 0; i < 100...
2019-10-13 18:12:27
108
空空如也
spring-boot-maven-plugin插件,打包的时候如何排除指定文件夹?
2016-09-12
web开发中权限控制涉及到哪些方面?各位大神求教。
2016-06-16
java web 开发中,权限控制一般是自己开发还是使用框架?
2016-06-16
TA创建的收藏夹 TA关注的收藏夹
TA关注的人