摘要: 不错哦,可以接受 阅读全文
posted @ 2015-05-07 22:03 青山下 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 这个要借助Crypto.Cipher这个插件来实现的,引用后只需要写如下代码即可 1 from Crypto.Cipher import DES 2 3 class MyDESCrypt: 4 5 key = chr(11)+chr(11)+chr(11)+chr(11)+chr... 阅读全文
posted @ 2015-05-07 18:15 青山下 阅读(13535) 评论(0) 推荐(0) 编辑
摘要: import binasciiimport osimport linecacheimport time#add pyDes path#sys.path.append("/data1/wwwroot")import pyDesimport statConfigimport MySQLdbclass m... 阅读全文
posted @ 2015-05-07 18:07 青山下 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 这几天一直都在下大雨,都没心情编程了 阅读全文
posted @ 2015-05-07 17:58 青山下 阅读(108) 评论(0) 推荐(0) 编辑