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

Skip to content

Commit aa667ff

Browse files
committed
update
1 parent a577346 commit aa667ff

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

C与C++学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* The International Obfuscated C Code Contest: <http://www.ioccc.org/>
1919
* The C++ Standard Library - A Tutorial and Reference: <http://www.cppstdlib.com/>
2020

21+
* CRT Library Features: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features>
22+
2123
* C 语言常见问题集: <http://c-faq-chn.sourceforge.net/ccfaq/>
2224

2325
* <http://www.boost.org/>

Groovy学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
* 官网:<http://www.groovy-lang.org/>
44
* Groovy with Eclipse - Tutorial: <http://www.vogella.com/tutorials/Groovy/article.html>
5+
* groovy-eclipse: <https://github.com/groovy/groovy-eclipse>
56
* 实战 Groovy: 在 Java 应用程序中加一些 Groovy 进来:<http://www.ibm.com/developerworks/cn/java/j-pg05245/>
67
* Grape: <http://docs.groovy-lang.org/latest/html/documentation/grape.html>

J2EE学习之路.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
* 浅析ReDoS的原理与实践: <http://www.freebuf.com/articles/network/124422.html>
169169
* More Servlets and JavaServer Pages: <http://pdf.moreservlets.com/>
170170
* 大陆简中自由软件本地化工作指南: <https://repo.anthonos.org/misc/l10n/zh_CN_l10n_1.4.4.pdf>
171+
* 一个程序员能够控制多少行代码: <https://www.cnblogs.com/jiangxinnju/p/5516918.html>
171172

172173
## WebService
173174

@@ -1227,7 +1228,7 @@ The yFiles diagramming software components are extensive class libraries that en
12271228
* EXPOSITION FORMATS: <https://prometheus.io/docs/instrumenting/exposition_formats/>
12281229
* Prometheus 系统监控方案: <http://www.cnblogs.com/vovlie/p/Prometheus_CONCEPTS.html>
12291230

1230-
## grafana
1231+
## grafanagrafana
12311232

12321233
* <https://grafana.com/>
12331234

@@ -1238,3 +1239,8 @@ The yFiles diagramming software components are extensive class libraries that en
12381239
## influxdata
12391240

12401241
* <https://www.influxdata.com/>
1242+
1243+
## opengrok
1244+
1245+
* <https://github.com/oracle/opengrok>
1246+
* OpenGrok搜索技巧: <http://jingzitakk66.iteye.com/blog/2122730>

0 commit comments

Comments
 (0)