上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页
摘要: def write_cookie(self, cookie): try: with open("cookies%s" % self.uid, "wb+") as f: pickle.dump(cookie, f) except Exception as e: ... 阅读全文
posted @ 2018-04-13 09:03 公众号python学习开发 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 配了一中午的,好不容易正好记录下。 1.我的centos的位数 ok,64位的系统 1.下载最新的chrome目前是65,下面的命令将下载当前最新版本的chrome 2下载对应的chromedriver https://chromedriver.storage.googleapis.com/inde 阅读全文
posted @ 2018-04-12 11:15 公众号python学习开发 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://www.jianshu.com/p/4052926bc12c 期间遇到的问题: 关于virtualbox的问题: 启动虚拟机失败 http://www.cnblogs.com/c-x-a/p/8795153.html 阅读全文
posted @ 2018-04-11 14:55 公众号python学习开发 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 在Vbox(5.0.8 版本)启动Ubuntu的虚拟机时,遇到错误信息: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries) (rc=-101) Make su 阅读全文
posted @ 2018-04-11 13:22 公众号python学习开发 阅读(8643) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # encoding: utf-8 #set( $SITE = "https://www.cnblogs.com/c-x-a" ) """ @version: v1.0 @author: cxa @contact: 1598828268@qq.com @site: ${SITE} @software: ${PRODUCT_N... 阅读全文
posted @ 2018-04-11 11:46 公众号python学习开发 阅读(3513) 评论(0) 推荐(0) 编辑
摘要: 前提打开redis服务,windows打开方式到redis的安装目录命令行输入redis-server 阅读全文
posted @ 2018-04-10 16:05 公众号python学习开发 阅读(301) 评论(0) 推荐(0) 编辑
摘要: windows下安装Redis第一次启动报错: [2368] 21 Apr 02:57:05.611 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error 解决方法:在命令行中运行 redis-cli.exe 12 阅读全文
posted @ 2018-04-10 15:30 公众号python学习开发 阅读(313) 评论(0) 推荐(0) 编辑
摘要: https://germey.gitbooks.io/python3webspider/content/1.2.3-ChromeDriver%E7%9A%84%E5%AE%89%E8%A3%85.html 阅读全文
posted @ 2018-04-10 14:17 公众号python学习开发 阅读(491) 评论(0) 推荐(0) 编辑
摘要: def getcontent(self): cookie_text=r'ur=FTW; mid=WsrlLwAEAAEfpCstNyTJl-1oZa0w; ig_pr=1; ig_vh=949; csrftoken=aaaaaaa;ig_vw=186'#字符串格式 cookies = {} for cookie_unit_text in cook... 阅读全文
posted @ 2018-04-09 14:46 公众号python学习开发 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 可以说和windows里的bat是一样的。 python3 /opt/pyweibo/get_user_info.py 104501 104502 104503 阅读全文
posted @ 2018-04-09 08:15 公众号python学习开发 阅读(501) 评论(0) 推荐(0) 编辑
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页