2015年8月19日

摘要: sqlite3reloc_library[1307]: 887 cannot locate 'sqlite3_enable_load_extension'...CANNOT LINK EXECUTABLE网上都说的好麻烦下载文件 download one right here for ICS or ... 阅读全文
posted @ 2015-08-19 15:35 reddit 阅读(312) 评论(0) 推荐(0)

2015年8月18日

摘要: // 代码1:内部类对外部类可见class Outer1 { // 创建私有内部类对象 public Inner in = new Inner(); // 私有内部类 private class Inner { //这里面增加了包可见的构造方法 //ter1$Inner(Outer1, Oute... 阅读全文
posted @ 2015-08-18 10:27 reddit 阅读(204) 评论(0) 推荐(0)

2015年7月27日

摘要: Because INVOKESPECIAL will consume value created by NEW from the operand stack, but you may need to actually use this value, so the reference is dupli... 阅读全文
posted @ 2015-07-27 11:49 reddit 阅读(1172) 评论(0) 推荐(0)

2015年5月13日

摘要: 指针int *p;//指向int 变量的一个指针 未初始化指针(p)是有内存地址的,是个垃圾地址。int val = 1;p = &val; //取地址int newval = *p;//获取指针指向的值int array[10]; p = array;结构体定义(定义了一个数据类型) st... 阅读全文
posted @ 2015-05-13 15:50 reddit 阅读(129) 评论(0) 推荐(0)

2015年5月11日

摘要: package test;import java.io.*;public class FileCopy { public static void main(String[] args) throws Exception { File src = new File("C:\\清单13-5.txt")... 阅读全文
posted @ 2015-05-11 10:53 reddit 阅读(239) 评论(0) 推荐(0)

2015年1月9日

摘要: 安装oracle java 7a) sudo add-apt-repository ppa:webupd8team/javab) sudo apt-get updatec) sudo apt-get install oracle-java7-installer配置JAVA_HOMEa) Setup ... 阅读全文
posted @ 2015-01-09 15:29 reddit 阅读(448) 评论(0) 推荐(0)

2015年1月4日

摘要: 别的都啰里啰唆的说了一大堆,本来很简单的事儿!建议直接看原文 http://tecadmin.net/steps-to-install-tomcat-server-on-centos-rhel/Step 1: Check JAVA (我自己加的:安装java,只要 yum install java-... 阅读全文
posted @ 2015-01-04 15:28 reddit 阅读(336) 评论(0) 推荐(0)

2014年12月23日

摘要: Just saying you will be using the servers for application testing, and programming. 阅读全文
posted @ 2014-12-23 09:15 reddit 阅读(163) 评论(0) 推荐(0)

2014年12月10日

摘要: 这个东西很烦 阅读全文
posted @ 2014-12-10 10:55 reddit 阅读(1952) 评论(0) 推荐(0)

导航