01 2016 档案
摘要:转自: http://www.2cto.com/kf/201303/194824.html android 开发中: 在 AndroidManifest.xml中,<meta-data>元素可以作为子元素, 被包含在<activity>、<application> 、<service>和<recei
阅读全文
摘要:结束androidapp: 1.finish – 结束当前的activity,但并不释放Activity占用的资源。 2.android.os.Process.killProcess(int pid); 结束PId的进程,并释放资源 3.system.exit(int) 关闭虚拟机,结束整个app;
阅读全文
摘要:Python -- xml.etree.ElementTree学习 ElementTree的xml是一个轻量级的DOM解析,有解析速度快,消耗内存小等优点 ElementTree中心就是Element类,它是设计用来存储分级tag标签的数据结构; 1. 先谈谈解析对象,xml的结构: a. tag标
阅读全文
摘要:apktool反编译: http://ibotpeaches.github.io/Apktool/documentation/ python API资源:https://docs.python.org/2/library/xml.etree.elementtree.html?highlight=el
阅读全文