Skip to content

Commit fb4db4b

Browse files
committed
update
1 parent cbdb821 commit fb4db4b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

_drafts/Linux/ssh相关原理学习与常见错误总结.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ssh-keygen 产生出 id_rsa, id_rsa.pub, 已经都放到正确位置(.ssh), 但
1515
## 解决SSH超时断开连接问题
1616

1717
```sh
18-
vim /etc/ssh/sshd_config
18+
# 修改/etc/ssh/sshd_config
1919

2020
ClientAliveInterval # 指定服务器向客户端请求消息的时间间隔,默认是0表示不发送;可以改为60表示每分钟发送一次
2121
ClientAliveCountMax # 表示服务器发出请求后客户端没有响应的次数达到一定值, 就自动断开

_posts/others/2018-11-23-Java-Code-Check.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ toc: true
4545
* PMD(various plugin addresses included):<https://pmd.github.io/>
4646
* PMD Rules: <https://pmd.github.io/pmd-5.3.6/pmd-java/rules/index.html>
4747
* maven-pmd-plugin: <http://maven.apache.org/plugins/maven-pmd-plugin/>
48+
* pmd-github-action: <https://github.com/pmd/pmd-github-action>
4849

4950
## p3c
5051

_posts/the-way-of-learning/2015-05-19-EditorAndIDE学习之路.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ toc: true
2121
## VIM
2222

2323
* vim/gvim: <http://www.vim.org/>
24-
* <http://vim.sourceforge.net/>
25-
* Vim documentation: usr_41: <http://vimdoc.sourceforge.net/htmldoc/usr_41.html>
26-
* map.txt: <http://vimcdoc.sourceforge.net/doc/map.html>
27-
* Vim FAQ: <http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl>
24+
* Vim documentation: <https://vimhelp.org/>
25+
* Vim documentation(中文版): <https://github.com/yianwillis/vimcdoc>
2826
* Vim of AlloVince: <http://avnpc.com/pages/vim-of-allovince>
2927
* 奉献一个vim自动加载模板的插件: <http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=895258>
3028
* vim安装YouCompleteMe 插件: <http://www.cnblogs.com/junnyfeng/p/3633697.html>

_posts/the-way-of-learning/2015-05-19-J2EE学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ toc: true
7272
* 彻底弄懂字符串常量池等相关问题: <https://www.cnblogs.com/gxyandwmm/p/9495923.html>
7373
* java安全沙箱(四)之安全管理器及Java API: <https://www.cnblogs.com/duanxz/p/6108357.html>
7474
* 深入浅出Java多线程: <https://github.com/RedSpider1/concurrent>
75+
* Lambda this reference in java: <https://stackoverflow.com/questions/24202236/lambda-this-reference-in-java>
76+
* Try with resource why cannot modify resource: <https://stackoverflow.com/questions/58331680/try-with-resource-why-cannot-modify-resource>
7577

7678
* Java Runtime.exec()的使用: <http://www.cnblogs.com/mingforyou/p/3551199.html>
7779
* 深入理解Java:SimpleDateFormat安全的时间格式化: <http://www.cnblogs.com/peida/archive/2013/05/31/3070790.html>

0 commit comments

Comments
 (0)