摘要: 好用,win/linux都用,速度非常快,命令行 cloc targetDir --exclude-dir=node-modules https://github.com/AlDanial/cloc 这个简单用用吧 https://www.codeproject.com/Articles/1681/ 阅读全文
posted @ 2021-03-02 19:40 multitude 阅读(475) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/keerya/p/7612715.html 实践成功! 在本地机器执行: ssh -L 本地机器端口AAA:目标机器:目标机器ssh端口 root@跳板机host-ip等 然后在本地机器执行: ssh 目标机器用户@localhost:本地机器端口AA 阅读全文
posted @ 2021-03-02 19:35 multitude 阅读(63) 评论(0) 推荐(0) 编辑
摘要: https://flaviocopes.com/axios-send-authorization-header/ 阅读全文
posted @ 2021-03-02 19:31 multitude 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 本地使用自签名证书实现https https://imagineer.in/blog/https-on-localhost-with-nginx/ https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed 阅读全文
posted @ 2021-03-02 19:29 multitude 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ch.qos.logback.classic.Logger logger = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME); logger.setLevel(Level.INFO); 阅读全文
posted @ 2021-03-02 19:12 multitude 阅读(253) 评论(0) 推荐(0) 编辑