摘要:
##项目地址 https://github.com/AlDanial/cloc ##下载链接 https://github.com/AlDanial/cloc/releases/download/v1.92/cloc-1.92.exe ##使用方法 将cloc-1.92.exe重命名为cloc.ex 阅读全文
posted @ 2022-03-31 23:29
iminifly
阅读(356)
评论(0)
推荐(0)
摘要:
java https://github.com/CruelPaw/CPDetector maven依赖 <dependency> <groupId>net.sourceforge.cpdetector</groupId> <artifactId>cpdetector</artifactId> <ve 阅读全文
posted @ 2022-03-31 23:24
iminifly
阅读(441)
评论(0)
推荐(0)
摘要:
/** * 睡眠函数 * @param numberMillis -- 要睡眠的毫秒数 */ function sleep(numberMillis) { var now = new Date(); var exitTime = now.getTime() + numberMillis; while 阅读全文
posted @ 2022-03-31 23:21
iminifly
阅读(94)
评论(0)
推荐(0)