摘要: 之前用jdk7的WatchService API(java.nio.file包)来做目录下的子文件监控,后改为使用commons-io包。主要有下面几点不同:1. WatchService是采用扫描式的,效率低,commons-io是使用事件驱动的,效率高;2. WatchService代码写起来费 阅读全文
posted @ 2017-12-23 21:32 锐洋智能 阅读(8228) 评论(0) 推荐(2) 编辑
摘要: 速度测试: (1) 随机数范围:0-100希尔排序: => Time is 38600基数排序: => Time is 53300快速排序: => Time is 46500堆 排 序: => Time is 131800选择排序: => Time is 139900归并排序: => Time is 阅读全文
posted @ 2017-12-23 09:46 锐洋智能 阅读(367) 评论(0) 推荐(0) 编辑