SSH 端口转发 2019年12月20日 | Leave a comment ssh -N -L localhost:8983:172.33.11.1:8983 root@aa.com… Read More
[转] Java工程师该如何编写高效代码? 2019年12月20日 | Leave a comment https://mp.weixin.qq.com/s?__biz=MzIzOTU0NTQ0MA==&… Read More
转 Things I Learnt from a Senior Software Engineer 2019年12月13日 | Leave a comment https://neilkakkar.com/things-I-learnt-from-a-senior-de… Read More
bash if demo 2019年11月29日 | Leave a comment if [ -z $IGNORE_TEST ]; then if [ -z $IGNORE_TEST_ERROR ]; then mvn test -B ; else mvn -fn test -B ; fi; fi 1 if [ -z $IGNORE_TEST ]; then if [ -z $IGNORE_TEST_ERROR ]; then mvn test -B ; else mvn -fn test -B ; fi; fi … Read More
maven Failure to find **** was cached in the local repository, resolution will not be reattempted until the update interval of dahezi-release has elapsed or updates are forced 2019年11月25日 | Leave a comment 问题: Failure to find thelook:commons-java:pom:0.1… Read More
java docker solr 备忘 2019年11月23日 | Leave a comment 解决: docker run –name s1 -p 8983:8983 -d solr , 管… Read More
Java CPU 过高分析 2019年11月22日 | Leave a comment 问题: 发现 java 程序 cpu 很高 使用的 openjdk11 + openJ9vm 解… Read More
gitlab 好像不支持作为 maven repository 2019年11月14日 | Leave a comment 参照 github 作为私服的设置, 但是使用 accessToken / deployToekn http… Read More