Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e67a55d

Browse files
committed
update
1 parent cd4660f commit e67a55d

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

J2EE学习之路.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* 请别再拿“String s = new String("xyz");创建了多少个String实例”来面试了吧: <https://www.iteye.com/topic/774673>
5555
* 彻底弄懂字符串常量池等相关问题: <https://www.cnblogs.com/gxyandwmm/p/9495923.html>
5656
* java安全沙箱(四)之安全管理器及Java API: <https://www.cnblogs.com/duanxz/p/6108357.html>
57+
* 深入浅出Java多线程: <https://github.com/RedSpider1/concurrent>
5758

5859
* Java Runtime.exec()的使用: <http://www.cnblogs.com/mingforyou/p/3551199.html>
5960
* 深入理解Java:SimpleDateFormat安全的时间格式化: <http://www.cnblogs.com/peida/archive/2013/05/31/3070790.html>
@@ -355,6 +356,9 @@
355356
* Jigloo SWT/Swing GUI Builder: <http://marketplace.eclipse.org/content/jigloo-swtswing-gui-builder>
356357
* SWT、Swing 或 AWT:哪个更适合您? <https://www.ibm.com/developerworks/cn/opensource/os-swingswt/>
357358
* OpenSwing: <http://oswing.sourceforge.net/setup.html>
359+
* FlatLaf: <https://github.com/JFormDesigner/FlatLaf>
360+
* Darcula: <https://github.com/bulenkov/Darcula>
361+
* beautyeye: <https://github.com/JackJiang2011/beautyeye>
358362

359363
## Hudson
360364

TeX学习之路.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# TeX学习之路
22

33
* TeX Live: <http://tug.org/texlive/>
4+
* WinEdt: <http://www.winedt.com/>
45

5-
* TeXworks: <http://www.tug.org/texworks/>
6-
* winedt: <http://www.winedt.com/>
76
* Texmaker - The universal LaTeX editor: <http://www.xm1math.net/texmaker/>
7+
* TeXworks: <http://www.tug.org/texworks/>
88
* TeXstudio: <https://github.com/texstudio-org/texstudio>
99
* TeXpen, a LaTeX editor for mankind: <https://github.com/Amuwa/TeXpen>
1010
* SciTE LaTeX IDE: <https://code.google.com/archive/p/scitelatexide/>
@@ -33,14 +33,11 @@
3333
* CTEX FAQ (常见问题集): texlive\${VERSION}\texmf-dist\doc\latex\ctex-faq\ctex-faq.pdf
3434
* 一份(不太)简短的LATEX2e 介绍: texlive\${VERSION}\texmf-dist\doc\latex\lshort-chinese\lshort-zh-cn.pdf
3535
* The Comprehensive LATEX Symbol List: texlive\${VERSION}\texmf-dist\doc\latex\comprehensive\symbols-a4.pdf
36-
37-
## TeX Live自带模板
38-
39-
* moderncv: texlive\${VERSION}\texmf-dist\tex\latex\moderncv\moderncv.cls
40-
* moderncv: template-zh: texlive\${VERSION}\texmf-dist\doc\latex\moderncv\examples\template-zh.tex
36+
* moderncv: texlive\${VERSION}\texmf-dist\doc\latex\moderncv\manual\moderncv_userguide.pdf
4137

4238
## 其它文档
4339

40+
* 使用VSCode编写LaTeX: <https://zhuanlan.zhihu.com/p/38178015>
4441
* LaTeX内容总结: <http://www.cnblogs.com/jiangxinnju/p/5514720.html>
4542
* LaTeX技巧68:TeX/LaTeX 常用宏包简介: <http://blog.sina.com.cn/s/blog_5e16f1770100g04j.html>
4643
* Linux下Texlive的ctex包中文字体问题:<http://huxuan.org/2012/07/14/chinese-font-problem-of-ctex-in-texlive-under-linux/>

杂七杂八的知识.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 杂七杂八的知识
2+
3+
## 编程辅助工具
4+
5+
* Copilot: <https://copilot.github.com/>
6+
* Kite: <https://kite.com/>
7+
* codota: <https://www.codota.com/>
8+
* tabnine(codota继承者): <https://www.tabnine.com/>
9+
* Alibaba Cloud AI Coding Assistant(Cosy): <https://developer.aliyun.com/tool/cosy>
10+
* aixcoder: <https://www.aixcoder.com/>
11+
* IntelliCode 概述: <https://docs.microsoft.com/zh-cn/visualstudio/intellicode/overview>

版本管理学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
* 撤销 git commit --amend: <https://www.jianshu.com/p/97341ed9d89e>
119119
* git修改历史提交信息: <https://blog.csdn.net/xiaowu_zhu/article/details/83024558>
120120
* git 清除所有untracked file: <https://www.cnblogs.com/lxwphp/p/11090612.html>
121+
* 如何将 GitHub 项目导入码云?一步搞定!<https://blog.gitee.com/2018/06/05/github_to_gitee/>
121122

122123
### Git个人常用命令备忘录
123124

0 commit comments

Comments
 (0)