随笔分类 -  Python

Python脚本,适用于windows和Linux系统的脚本。
摘要:Python 通过脚本获取Android的apk的部分属性,再通过加密算法生成秘钥。 在windows7电脑上使用,需要先安装python-2.7.msi,把aapt.exe,Secretkey.py,目标apk放在同一个目录,通过点击Secretkey.py文件会生成一个秘钥。 PS:aapt.e 阅读全文
posted @ 2018-01-19 16:29 万物为铜 阅读(843) 评论(0) 推荐(0)
摘要:Python文件命名时不要有中文,不然在dos中不能执行 D:\Program Files\Py>Python hellyy.pyYear:2016Month(1-12):1Day(1-31):1January 1st. 2016 【环境变量】D:\Program Files\Python; 【字符 阅读全文
posted @ 2016-02-21 13:52 万物为铜 阅读(327) 评论(0) 推荐(0)