File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 54
54
* 请别再拿“String s = new String("xyz");创建了多少个String实例”来面试了吧: < https://www.iteye.com/topic/774673 >
55
55
* 彻底弄懂字符串常量池等相关问题: < https://www.cnblogs.com/gxyandwmm/p/9495923.html >
56
56
* java安全沙箱(四)之安全管理器及Java API: < https://www.cnblogs.com/duanxz/p/6108357.html >
57
+ * 深入浅出Java多线程: < https://github.com/RedSpider1/concurrent >
57
58
58
59
* Java Runtime.exec()的使用: < http://www.cnblogs.com/mingforyou/p/3551199.html >
59
60
* 深入理解Java:SimpleDateFormat安全的时间格式化: < http://www.cnblogs.com/peida/archive/2013/05/31/3070790.html >
355
356
* Jigloo SWT/Swing GUI Builder: < http://marketplace.eclipse.org/content/jigloo-swtswing-gui-builder >
356
357
* SWT、Swing 或 AWT:哪个更适合您? < https://www.ibm.com/developerworks/cn/opensource/os-swingswt/ >
357
358
* 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 >
358
362
359
363
## Hudson
360
364
Original file line number Diff line number Diff line change 1
1
# TeX学习之路
2
2
3
3
* TeX Live: < http://tug.org/texlive/ >
4
+ * WinEdt: < http://www.winedt.com/ >
4
5
5
- * TeXworks: < http://www.tug.org/texworks/ >
6
- * winedt: < http://www.winedt.com/ >
7
6
* Texmaker - The universal LaTeX editor: < http://www.xm1math.net/texmaker/ >
7
+ * TeXworks: < http://www.tug.org/texworks/ >
8
8
* TeXstudio: < https://github.com/texstudio-org/texstudio >
9
9
* TeXpen, a LaTeX editor for mankind: < https://github.com/Amuwa/TeXpen >
10
10
* SciTE LaTeX IDE: < https://code.google.com/archive/p/scitelatexide/ >
33
33
* CTEX FAQ (常见问题集): texlive\$ {VERSION}\texmf-dist\doc\latex\ctex-faq\ctex-faq.pdf
34
34
* 一份(不太)简短的LATEX2e 介绍: texlive\$ {VERSION}\texmf-dist\doc\latex\lshort-chinese\lshort-zh-cn.pdf
35
35
* 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
41
37
42
38
## 其它文档
43
39
40
+ * 使用VSCode编写LaTeX: < https://zhuanlan.zhihu.com/p/38178015 >
44
41
* LaTeX内容总结: < http://www.cnblogs.com/jiangxinnju/p/5514720.html >
45
42
* LaTeX技巧68:TeX/LaTeX 常用宏包简介: < http://blog.sina.com.cn/s/blog_5e16f1770100g04j.html >
46
43
* Linux下Texlive的ctex包中文字体问题:< http://huxuan.org/2012/07/14/chinese-font-problem-of-ctex-in-texlive-under-linux/ >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 118
118
* 撤销 git commit --amend: < https://www.jianshu.com/p/97341ed9d89e >
119
119
* git修改历史提交信息: < https://blog.csdn.net/xiaowu_zhu/article/details/83024558 >
120
120
* git 清除所有untracked file: < https://www.cnblogs.com/lxwphp/p/11090612.html >
121
+ * 如何将 GitHub 项目导入码云?一步搞定!< https://blog.gitee.com/2018/06/05/github_to_gitee/ >
121
122
122
123
### Git个人常用命令备忘录
123
124
You can’t perform that action at this time.
0 commit comments