上一页 1 ··· 6 7 8 9 10
摘要: 1 # -*- coding: utf-8 -*- 2 __author__ = 'metasequoia' 3 4 import fileinput 5 def file_input(): 6 for line in fileinput.input('E:\\Python\\Spider\MyCreepy.py'): 7 num = fileinput.... 阅读全文
posted @ 2014-05-16 12:03 metasequoia 阅读(219) 评论(0) 推荐(0)
摘要: Squid做反向代理(192.168.1.69) squid.conf squid1.conf acl.conf 阅读全文
posted @ 2014-05-06 17:27 metasequoia 阅读(263) 评论(0) 推荐(0)
摘要: 客户反映apk文件下载 后缀会变为zip 打开mime.types文件 1 application/iphone pxl ipa 2 application/vnd.android.package-archive apk 阅读全文
posted @ 2014-05-06 13:49 metasequoia 阅读(831) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10