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

Skip to content

Commit a577346

Browse files
committed
update
1 parent 55b993d commit a577346

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

C与C++学习之路.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,17 @@
6060
* TDM-GCC: <http://tdm-gcc.tdragon.net/>
6161
* cygwin: <http://www.cygwin.com/>
6262
* 对话 UNIX: 在 Windows 上使用 Cygwin: <http://www.ibm.com/developerworks/cn/aix/library/au-spunix_cygwin/>
63+
* 使您的软件运行起来——防止缓冲区溢出:<https://www.ibm.com/developerworks/cn/security/buffer-defend/index.html#main>
64+
* 屏幕输出VS文件输出:<http://blog.csdn.net/jiangxinnju/article/details/26081963>
6365

6466
## Eclipse CDT
6567

6668
* 项目地址:<http://www.eclipse.org/cdt/>
6769
* 安装说明:<http://www.eclipse.org/cdt/downloads.php>
6870
* 也可以在Eclipse的MarketPlace中搜索CDT,但是需要注意搜到的CDT版本是否与Eclipse版本匹配。
6971
* eclipse 配置 TDM-GCC 64位版方法: <http://blog.csdn.net/luozhuang/article/details/8270522>
72+
* 用UTF-8编写的代码在codeblocks中编译后汉字不能正常显示: <http://tieba.baidu.com/p/3208939336>
73+
* eclipse写C++控制台程序,不见输出: <http://bbs.csdn.net/topics/360207855>
7074

7175
## CodeBlocks
7276

J2EE学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
* Java陷阱之assert关键字: <http://lavasoft.blog.51cto.com/62575/43735/>
167167
* Buffer: <https://yddmax.github.io/2017/06/08/Buffer/>
168168
* 浅析ReDoS的原理与实践: <http://www.freebuf.com/articles/network/124422.html>
169+
* More Servlets and JavaServer Pages: <http://pdf.moreservlets.com/>
170+
* 大陆简中自由软件本地化工作指南: <https://repo.anthonos.org/misc/l10n/zh_CN_l10n_1.4.4.pdf>
169171

170172
## WebService
171173

OJ学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# OJ学习之路
22

3+
* ACM竞赛之输入输出:<http://www.cnblogs.com/jiangxinnju/p/8506089.html>
34
* codevs: <http://codevs.cn/>
45
* 九度OJ: <http://ac.jobdu.com/>
56
* hihocoder: <http://hihocoder.com/>

Windows学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ PowerShell的默认启动路径其实就是执行PowerShell时指定的默认工
7777
* 浅谈批处理中的%cd%与%~dp0: <http://blog.csdn.net/luols/article/details/7397757>
7878
* Win10添加本地帐户且设置为管理员帐户的方法: <https://jingyan.baidu.com/article/7082dc1c629264e40a89bd34.html>
7979
* 证书错误 导航已阻止: <https://jingyan.baidu.com/article/cbf0e5008af1392eaa2893cf.html>
80-
80+
* PDF常见问题总结:<http://www.cnblogs.com/jiangxinnju/p/8511860.html>

0 commit comments

Comments
 (0)