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

Skip to content

Commit c719c93

Browse files
committed
update
1 parent aa667ff commit c719c93

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

C与C++学习之路.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* The C++ Standard Library - A Tutorial and Reference: <http://www.cppstdlib.com/>
2020

2121
* CRT Library Features: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features>
22+
* Security Features in the CRT: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/security-features-in-the-crt>
23+
* Linker Tools Warning LNK4098: <https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4098>
24+
* LINK : fatal error LNK1104: 无法打开文件“LIBCD.lib”: <https://www.cnblogs.com/hyfemma/archive/2010/11/14/1876846.html>
2225

2326
* C 语言常见问题集: <http://c-faq-chn.sourceforge.net/ccfaq/>
2427

Groovy学习之路.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Groovy学习之路
22

3-
* 官网:<http://www.groovy-lang.org/>
3+
* <http://www.groovy-lang.org/>
4+
* source: <https://github.com/apache/groovy>
45
* Groovy with Eclipse - Tutorial: <http://www.vogella.com/tutorials/Groovy/article.html>
56
* groovy-eclipse: <https://github.com/groovy/groovy-eclipse>
67
* 实战 Groovy: 在 Java 应用程序中加一些 Groovy 进来:<http://www.ibm.com/developerworks/cn/java/j-pg05245/>

J2EE学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210

211211
## Eclipse
212212

213-
* Eclipse的项目地址:<http://www.eclipse.org/>
213+
* <http://www.eclipse.org/>
214214
* Eclipse MarketPlace地址:<http://marketplace.eclipse.org/>
215215
* 各个版本的下载地址:<http://www.eclipse.org/downloads/>
216216
* 帮助地址:<http://help.eclipse.org/>
@@ -251,7 +251,7 @@
251251

252252
* AnyEdit: <http://marketplace.eclipse.org/content/anyedit-tools>
253253
* StartExplorer: <https://github.com/fabioz/startexplorer>
254-
* EClim (不推荐): <http://eclim.org>
254+
* EClim: <http://eclim.org>
255255
* Eclipse EditorList Plug-in: <https://sourceforge.net/projects/editorlist/>
256256
* eclipse-games: <http://eclipse-games.sourceforge.net/>
257257
* MouseFeed: <http://marketplace.eclipse.org/content/mousefeed>

0 commit comments

Comments
 (0)