09 2015 档案
摘要:int x = 1; while(x<100){ DecimalFormat df = new DecimalFormat("000"); String xs = df.format(x); Sy...
阅读全文
摘要:file = open('face.txt','r')filew = open('face1.txt','w') try: for line in file: print(line) if line.strip() !='': line...
阅读全文
摘要:已经验证,可以编译成功。过程中会碰到一些编译错误,安装好依赖环境,可以解决。1、splite压缩包的合并,解压缩,md5验证http://pan.baidu.com/s/1bnG1NtXkitkat 安装包的下载参考 http://bbs.eoe.cn/thread-543546-1-1.html2...
阅读全文
摘要:下载oraclejavasudo add-apt-repository ppa:webupd8team/java -ysudo apt-get updatesudo apt-get install oracle-java8-installersudo apt-get install oracle-j...
阅读全文
摘要:未经验证http://blog.csdn.net/gaojinshan/article/details/14228737百度云盘保存了大量android源码,没有经过验证,并不能保证能够正常编译,但是可以保证我自己没有修改过http://pan.baidu.com/s/1qWpCAhY
阅读全文
摘要:1、java基础知识http://www.eoeandroid.com/thread-333511-1-1.html网易公开课-抽象编程:http://open.163.com/special/opencourse/abstractions.html2、android的基础知识http://www....
阅读全文
摘要:public class Annote { @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE,ElementType.METHOD,ElementType.FIELD,ElementType.CONSTRUCTOR...
阅读全文
摘要:参考文章:http://www.ruanyifeng.com/blog/2011/12/inode.html
阅读全文
摘要:1、史前阶段:BIOS1、上电自检(Power-On Self-Test):用来检测有什么设备,以及这些设备是否能正常工作2、初始化硬件设备。3、搜索一个操作系统来启动。根据BIOS的设置或者用户配置的顺序,从软盘、硬盘、光盘中读取第一个扇区(引导扇区),用来启动系统4、将找到的第一个有效设备的第一...
阅读全文