Chen Jian

导航

 

2016年4月19日

摘要: 在python中,模拟http客户端发送get和post请求,主要用httplib模块的功能。 1、python发送GET请求 我在本地建立一个测试环境,test.php的内容就是输出一句话: echo 'Old friends and old wines are best.'; python发送get请求代码: #!/usr/bin/env python #codin... 阅读全文
posted @ 2016-04-19 10:41 Chen Jian 阅读(916) 评论(0) 推荐(0) 编辑
 
摘要: 在python下可以下载pydes 下载地址为 http://pydes.sourceforge.net/ 在c#下实现des加密较为简单,如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography... 阅读全文
posted @ 2016-04-19 10:37 Chen Jian 阅读(2802) 评论(0) 推荐(0) 编辑