05 2019 档案

摘要:方法一:轮询,查询表,判断当前时间 = lock,则执行更改订单状态任务, 效率低 方法二:被动式,用户查询该订单时,判断从而修改订单状态,被动,且不查询永远不超时 方法三: 利用线程的timer函数,每一个订单创建就开启一个线程,执行timer函数,相当于定时任务 方法四: 环形队列,处理延迟消息 阅读全文
posted @ 2019-05-24 14:42 Alive_2020 阅读(473) 评论(1) 推荐(0) 编辑
摘要:一、简历篇 https://github.com/geekcompany/DeerResume http://cv.ftqq.com/# 阅读全文
posted @ 2019-05-15 10:06 Alive_2020 阅读(209) 评论(0) 推荐(0) 编辑
摘要:一、目标网站编码utf-8,通过requests请求返回text方法,用到xpath上报错 解决: 将`html = requests.get(url=base_url, headers=headers).text` 改为`html = requests.get(url=base_url, head 阅读全文
posted @ 2019-05-10 00:17 Alive_2020 阅读(391) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-09 21:45 Alive_2020 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-09 18:22 Alive_2020 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-08 18:38 Alive_2020 阅读(6) 评论(1) 推荐(0) 编辑
摘要:常见的模块 "牛人博客传送门" "操作excel" openpyxl 处理2010及以后 xlwt 老版本 创建excel文件,然后写入内容 读 阅读全文
posted @ 2019-05-08 17:17 Alive_2020 阅读(453) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-08 17:15 Alive_2020 阅读(10) 评论(2) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-08 13:42 Alive_2020 阅读(4) 评论(0) 推荐(0) 编辑
摘要:中国天气网: http://www.weather.com.cn/data/sk/101020100.html 颜色处为城市代码,在输入框中输入对应城市,就可以在html中看到对应的城市代码 阅读全文
posted @ 2019-05-07 18:26 Alive_2020 阅读(812) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-07 15:27 Alive_2020 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-07 11:01 Alive_2020 阅读(1) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示