上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页
摘要: 在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学习开发 阅读(8519) 评论(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学习开发 阅读(3511) 评论(0) 推荐(0) 编辑
摘要: 前提打开redis服务,windows打开方式到redis的安装目录命令行输入redis-server 阅读全文
posted @ 2018-04-10 16:05 公众号python学习开发 阅读(300) 评论(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学习开发 阅读(304) 评论(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学习开发 阅读(490) 评论(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学习开发 阅读(500) 评论(0) 推荐(0) 编辑
摘要: https://crontab.guru/#0_0_*_*_* 阅读全文
posted @ 2018-04-08 17:04 公众号python学习开发 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1.运行 yum -y update,提示没有权限,改为sudo yum -y update后,提示没有已启用的仓库。网上查找发现没有yum的库,然后开始安装yum。 2.安装增强功能包 https://blog.csdn.net/u011784994/article/details/7284462 阅读全文
posted @ 2018-04-08 17:03 公众号python学习开发 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 用户订阅MV更新 http://uapi.yinyuetai.com/i/flw/subscribe-video-list?page=1&pageSize=200&uid=XXXXXX uid为用户ID,pagesize最大200 用户订阅艺人更新 http://uapi.yinyuetai.com 阅读全文
posted @ 2018-04-04 20:32 公众号python学习开发 阅读(370) 评论(0) 推荐(0) 编辑
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 123 下一页