摘要:
http://www.voidcn.com/article/p-mautjkie-oh.html jboss的sample https://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/4/html/JMS_Examples-A_Poi 阅读全文
摘要:
好用,win/linux都用,速度非常快,命令行 cloc targetDir --exclude-dir=node-modules https://github.com/AlDanial/cloc 这个简单用用吧 https://www.codeproject.com/Articles/1681/ 阅读全文
摘要:
https://www.cnblogs.com/keerya/p/7612715.html 实践成功! 在本地机器执行: ssh -L 本地机器端口AAA:目标机器:目标机器ssh端口 root@跳板机host-ip等 然后在本地机器执行: ssh 目标机器用户@localhost:本地机器端口AA 阅读全文
摘要:
https://flaviocopes.com/axios-send-authorization-header/ 阅读全文
摘要:
本地使用自签名证书实现https https://imagineer.in/blog/https-on-localhost-with-nginx/ https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed 阅读全文
摘要:
ch.qos.logback.classic.Logger logger = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME); logger.setLevel(Level.INFO); 阅读全文
摘要:
从微信公众号摘抄,稍加改动,收藏 另外https://www.jianshu.com/p/048be4864559 写得挺好 import lombok.Data; import javax.crypto.Cipher; import java.security.*; import java.sec 阅读全文
摘要:
mvn test -Dmaven.surefire.debug -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 阅读全文
摘要:
今天上google map,看到了以前住过的地方。天还是那么蓝,公寓已经改了名字。 恍然如隔世焉 阅读全文
摘要:
help–>Edit Custom Properties加入以下语句:idea.max.intellisense.filesize=5000 https://blog.csdn.net/qumingtainan/article/details/85114960 阅读全文