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

Skip to content

Commit 1079be7

Browse files
committed
update
1 parent 3644ba2 commit 1079be7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Android学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
* ListView中getView的原理与解决多轮重复调用的方法: <https://www.cnblogs.com/lirizhi/p/3357771.html>
168168
* Android控件--ProgressBar: <https://blog.csdn.net/hardworkingant/article/details/71910731>
169169
* Android逆向之旅---解析编译之后的AndroidManifest文件格式: <https://blog.csdn.net/jiangwei0910410003/article/details/50568487>
170+
* .nomedia: 《解析 Google Android SDK-智能手机开发范例手册》5.3
170171

171172
* Fragments:Pro Android 5[精通Android 3] Chapter 8
172173
* Android Fragment的用法(一): <https://www.cnblogs.com/guop/p/5072572.html>

C与C++学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
* GTK编程: <http://jianlee.ylinux.org/Computer/C/gtk%E7%BC%96%E7%A8%8B.html>
155155
* GTK+ 2.0 教程--信号和回调函数的原理: <http://blog.csdn.net/lastking/article/details/67356>
156156
* ubuntu 14.04 中找不到libgtk-x11-2.0.so: <http://www.cnblogs.com/bovenson/p/3684356.html>
157+
* GTK v1.2 Tutorial: <https://www.gtk.org/tutorial1.2/gtk_tut.html>
157158

158159
* GNOME 开发者中心: <https://developer.gnome.org/>
159160
* Gnome下载地址: <http://ftp.gnome.org/pub/gnome/>

J2EE学习之路.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
* jarFinder: <http://www.jarfinder.com/>
4242
* java examples: <http://www.javased.com/>
4343

44+
* SEI CERT Oracle Coding Standard for Java: <https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java>
45+
* Secure Coding Guidelines for Java SE: <https://www.oracle.com/technetwork/java/seccodeguide-139067.html>
46+
* CWE/SANS Top 25 Most Dangerous Software Errors: <http://cwe.mitre.org/top25/index.html>
47+
4448
* Introduction to Java Programming, Eighth Edition: <http://www.cs.armstrong.edu/liang/intro8e/>
4549
* Java杂项: <http://www.cnblogs.com/jiangxinnju/p/6582135.html>
4650
* Java 理论与实践: <http://www.ibm.com/developerworks/cn/java/j-jtp/>
@@ -691,6 +695,7 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
691695
* Sebug漏洞库:<http://old.sebug.net/>
692696
* The Open Web Application Security Project:<https://www.owasp.org>
693697
* ESAPI(OWASP Enterprise Security API): <https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API>
698+
* OWASP Guide Project: <https://www.owasp.org/index.php/OWASP_Guide_Project>
694699
* WooYun知识库:<http://drops.wooyun.org/>
695700
* HP Security Research:<http://hpsr1.libsyn.com/>
696701
* CVE: <http://cve.mitre.org/>

0 commit comments

Comments
 (0)