Normal class(Non-nested class) can only be public, abstract or final.For nested classes, static is allowed.Nested classes(private, public, protected) ...
分类:
编程语言 时间:
2015-01-02 01:11:24
阅读次数:
161
window下进行APK的反编译非常简单,有很多集成工具,选择安装包然后就可以一健反编译得到资源文件和源码的jar,然后使用JD-GUI即可查看源码,使用文本编辑器查看资源文件等。换了MAC之后至今未发现啥给力的反编译工具,没办法,自己整理下反编译的流程,分享之
其实,反编译工具集最终也是使用我们常用的几个组建来完成APK的反编译,分别是apktool:提取APK中各种资源文件,如图片、布局、各种资源等;dex2jar:将APK中classes.dex转成jar文件,查看源码。...
分类:
系统相关 时间:
2014-12-31 20:12:52
阅读次数:
375
在jsp和class文件中调用的相对路径不同。 在jsp里,根目录是WebRoot 在class文件中,根目录是WebRoot/WEB-INF/classes 当然你也可以用System.getProperty("user.dir")获取你工程的绝对路径。
另:在Jsp,Servlet,Java中详细获得路径的方法!
1.jsp中取得路径:
以工程名为TEST为例:
(...
分类:
编程语言 时间:
2014-12-31 11:25:18
阅读次数:
160
转自 这篇文章中很多东西!!:http://blog.chinaunix.net/uid-20746260-id-3910616.html1.创建JNI头文件 在工程目录下输入:javah -classpath bin/classes -d jni com.example.rgbir.rgbirJ....
分类:
其他好文 时间:
2014-12-30 23:29:07
阅读次数:
232
错误信息:11/10/14 13:52:07 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.11/1...
分类:
编程语言 时间:
2014-12-30 16:40:00
阅读次数:
167
<?php
Header("Content-type:text/html;charset=utf-8");
error_reporting(E_ALL & ~E_NOTICE);
require_once(ESF_DIR.‘/zjadmin/phpexcel/Classes/PHPExcel.php‘);
$db->query("set names utf8");
$Info_area=...
分类:
Web程序 时间:
2014-12-30 13:42:49
阅读次数:
205
首先 classpath是指 WEB-INF文件夹下的classes目录 解释classes含义:1.存放各种资源配置文件 eg.init.properties log4j.properties struts.xml2.存放模板文件 eg.actionerror.ftl3.存放class文件 对应的...
分类:
Web程序 时间:
2014-12-29 15:08:03
阅读次数:
141
BFKitBFKit is a collection of useful classes todevelop Apps faster.BFKit是一个非常实用的开发套件,帮助你快速开发。Installing and Usage - 安装与使用Copy thelibraryfolder (BFKit)...
分类:
其他好文 时间:
2014-12-28 23:34:06
阅读次数:
244
为了简化MQ调用,写了个StompClient的包装类,可以供需要的参考:unit FStompClient;interfaceuses SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs, Stomp.....
分类:
其他好文 时间:
2014-12-27 15:10:01
阅读次数:
332