jad -s java -d E:\scm\MonitorServerEx\src2 -o
-ff -r E:\scm\MonitorServerEx\classes-recomp\**\*.class
分类:
其他好文 时间:
2014-05-16 04:29:34
阅读次数:
203
语法:explain select ....变体:1.explain extended select
....将执行计划“反编译”成select语句;运行show warnings 可以得到被mysql优化器优化后的语句2.explain partitions
select ...用于分区表的exp...
分类:
数据库 时间:
2014-05-16 04:13:57
阅读次数:
388
Hello World //HelloWorld.java文件 public class
HelloWorld { public static void main(String[] args) { System.out.println(“Hello
World!”); } } 编译运行 javac ...
分类:
编程语言 时间:
2014-05-16 04:11:27
阅读次数:
306
这是我日常在mac下记录的一些常用终端命令: 1 java 2 javac 3 exit 4
/Users/lianxumac/Desktop/apktool1.5.2/反编译 ; exit; 5
/Users/lianxumac/Desktop/apktoo...
分类:
其他好文 时间:
2014-05-16 03:35:08
阅读次数:
309
CentOS安装软件出现错误:bash: /usr/local/bin/rar:
/lib/ld-linux.so.2: bad ELF interpreter: No such file or
directorygoogle了一把才发现是64位系统中安装了32位程序解决方法:yum install...
分类:
系统相关 时间:
2014-05-16 03:31:51
阅读次数:
621
原文地址:
https://wiki.openmrs.org/pages/viewpage.action?pageId=16318792, 翻译内容有更改。
译者PC环境:CentOS 6.5
Eclipse版本: eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz
(下载地址;
http://www.eclipse.org/dow...
分类:
系统相关 时间:
2014-05-15 13:26:26
阅读次数:
490
删除/etc/sysconfig/network-scripts/ifcfg-eth0中的HWADDR="xx:xx:xx:xx:xx"删除/etc/udev/rules.d/70-persistent-net.rules重启虚拟机
分类:
其他好文 时间:
2014-05-15 12:58:45
阅读次数:
342
1、系统环境centos-6.4ipaddr:10.240.240.114gateway:10.240.240.12、关闭selinux(关闭完之后最好进行一次重启)sed-i‘/SELINUX/s/enforcing/disabled/‘/etc/selinux/config关闭防火墙chkconfigiptablesoff3、配置obbleryum源rpm-Uvh‘http://mirrors.ustc.edu.cn/epel/6/i386/..
分类:
其他好文 时间:
2014-05-15 12:40:01
阅读次数:
560
1、下载java:jdk-7u51-linux-x64.tar.gzhttp://www.kuaipan.cn/file/id_175485603436042793.htm?source=12、移动jdk-7u51-linux-x64.tar.gz到/usr/localtar-zxvfjdk-7u51-linux-x64.tar.gz3、设置环境变量vi/etc/profile加入以下代码exportJAVA_HOME=/usr/local/java/jdk1.7.0..
分类:
编程语言 时间:
2014-05-15 12:35:10
阅读次数:
359
NDK开发Android.mk编写samples
1、
jni中包含多个源文件,且多个文件编译成为不同的so文件
(1)jni/Android.mk:
include $(call all-subdir-makefiles) (包含所有子目录下Android.mk)
注意:在写Android.mk文件时,
call all-subdir-makefiles和call all-...
分类:
移动开发 时间:
2014-05-15 12:24:51
阅读次数:
358