12 2017 档案

摘要:1.Centos7中安装mysql5.7的链接:http://blog.csdn.net/fanpeizhong/article/details/73557202 2.修改mysql默认密码的链接:https://www.cnblogs.com/yoursoul/p/6264059.html 3.l 阅读全文
posted @ 2017-12-14 20:08 Ocean丶 阅读(357) 评论(0) 推荐(0)
摘要:import urllib.request import http.cookiejar url = 'http://www.baidu.com/' # 方法一 print('方法一') req_one = urllib.request.Request(url) req_one.add_header('User-Agent', 'Mozilla/6.0') res_one = urllib.r... 阅读全文
posted @ 2017-12-05 17:30 Ocean丶 阅读(8859) 评论(0) 推荐(0)