- 浏览: 79744 次
- 性别:
- 来自: 西安
最新评论
-
ppju:
cloud_ 写道我觉得还有个相关的原因,就是当页面没有保存为 ...
mysql数据库中文乱码问题 -
cloud_:
打错了 第二个include的应该是1.php
mysql数据库中文乱码问题 -
cloud_:
我觉得还有个相关的原因,就是当页面没有保存为UTF8格式时也会 ...
mysql数据库中文乱码问题 -
tangfeng:
ppju 写道shell script
每个linux命令行 ...
shell script study -
Magicloud:
这文太冇价值了……
shell script study
文章列表
30 条建议
http://www.cnblogs.com/luxf/archive/2012/02/08/2343345.html
http://hi.baidu.com/qx105b/item/8bfccb3d8f03000dceb9fe91
http://hi.baidu.com/qihuiwan/blog/item/e2b2bbcbfa4082f853664f6d.html
X.509 spring security configuration and knowledge.
====================================================
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/x509.html
http://xyz20003.iteye.com/blog/224908
http://stackoverflow.com/questions/2994272/spring-security-with-x509
ht ...
filter + ajax + session timeout
http://blog.csdn.net/jiweigang1/article/details/7048790
http://blog.csdn.net/zuxianghuang/article/details/7270489
linux 压缩工具
http://linux.vbird.org/linux_basic/0240tarcompress.php
http://www.360doc.com/content/07/0926/17/38907_772402.shtml#
http://hi.baidu.com/jyj888/blog/item/05890c8eda4238ee503d922b.html
awk
http://www.gnu.org/software/gawk/manual/gawk.html#One_002dshot
.o 就相当于windows里的obj文件
.a 是好多个.o合在一起,用于静态连接
.so 是shared object,用于动态连接的,和dll差不多
cvs
http://www.gentoo.org/doc/zh_tw/cvs-tutorial.xml
http://www.jspspace.com/ResearchTopics/Art-1757-17.html
http://www.idevelopment.info/data/Unix/Linux/LINUX_RPMCommands.shtml
JNI
http://www.cnblogs.com/mandroid/archive/2011/06/15/2081093.html
http://hi.baidu.com/jogcy/blog/item/2a5a34cc077ee01d00e92858.html
<security:http auto-config="false" access-denied-page="/access_denied.jsp" entry-point-ref="authenticationProcessingFilterEntryPoint">
...
</security:http>
<security:authenticati ...
http://download.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html#manifest
一、基本用法
Usage:jad [option(s)]
直接输入类文件名,且支持通配符,如下所示。
c:\Java\>jad example1.class
c:\Java\>jad *.class
结果是将example1.class反编译为example1.jad。将example1.jad改为example1.Java即得源文件。
二、Option -o
不提示,覆盖源文件
三、Option -s
c:\Java\>jad -sjava example1.class
反编译结果以.Java为扩展名。
四、Option -p
将反编译结果输出到屏幕
c:\Java\& ...