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

Skip to content

Commit 6cf0761

Browse files
committed
update j2ee and c_cpp
1 parent dfe05f3 commit 6cf0761

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

C_CPP学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* EasyX Library for C++: http://www.easyx.cn/
3838
* EGE(Easy Graphics Engine): http://xege.org/
3939
* PC-lint for C/C++: http://www.gimpel.com/html/pcl.htm
40-
* CLucene - a C++ search engine: https://sourceforge.net/projects/clucene/
40+
* CLucene - a C++ search engine: https://sourceforge.net/projects/clucene/
4141
* C and C++ Code Counter(CCCC): https://sourceforge.net/projects/cccc/
4242
* Translate STL 2 C Language: https://sourceforge.net/projects/tstl2cl/
4343
* Dev-C++: https://sourceforge.net/projects/orwelldevcpp/

J2EE学习之路.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* Java直接内存与非直接内存性能测试: http://www.cnblogs.com/xing901022/p/5243657.html
7575
* Java直接(堆外)内存使用详解: http://www.cnblogs.com/xing901022/p/5248934.html
7676
* JVM调优总结(转): http://www.cnblogs.com/jiangxinnju/p/5655535.html
77+
* 理解OAuth 2.0: http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html
7778

7879

7980
## IDE
@@ -700,6 +701,7 @@ https://bintray.com/
700701
* HP Security Research:http://hpsr1.libsyn.com/
701702
* CVE: http://cve.mitre.org/
702703
* acunetix: http://www.acunetix.com/
704+
* xfocus: http://www.xfocus.net/index.html
703705

704706

705707
## coverity(收费)
@@ -1090,6 +1092,37 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
10901092
* http://www.aspose.com/
10911093

10921094

1095+
## MVEL(Drools)
1096+
1097+
* https://github.com/mvel/mvel
1098+
* https://en.wikisource.org/wiki/MVEL_Language_Guide
1099+
1100+
1101+
## OGNL(Struts)
1102+
1103+
* http://commons.apache.org/proper/commons-ognl/
1104+
1105+
1106+
## SPEL(Spring)
1107+
1108+
* See Spring
1109+
1110+
1111+
## JSP EL
1112+
1113+
* http://commons.apache.org/proper/commons-el/
1114+
1115+
1116+
## freemarker
1117+
1118+
* http://freemarker.org/
1119+
1120+
1121+
## Velocity
1122+
1123+
* http://velocity.apache.org/engine/devel/
1124+
1125+
10931126
## 文件类型检测
10941127

10951128
* Apache Tika - a content analysis toolkit: http://tika.apache.org/

0 commit comments

Comments
 (0)