07 2020 档案

摘要:from openpyxl import load_workbook from openpyxl.utils import get_column_letter #通过阿拉伯数组转换成 如:A,B,AF 使用方法 get_column_letter(2361) def read_case(): wb= 阅读全文
posted @ 2020-07-31 14:14 酷酷的城池 阅读(661) 评论(0) 推荐(0) 编辑
摘要:shopInfo = {} shopInfo['name']='1' shopInfo['address']='1' shopInfo['city']='1' shopInfo['phone']='1' shopInfo['number']='1' sql = "insert into 表明(%s) 阅读全文
posted @ 2020-07-31 09:38 酷酷的城池 阅读(1037) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/2fb0ba4005018840f2ec5fdf.html 阅读全文
posted @ 2020-07-30 10:40 酷酷的城池 阅读(1084) 评论(0) 推荐(0) 编辑
摘要:λ python manage.py migrate TestModelSystem check identified some issues: WARNINGS:?: (mysql.W002) MySQL Strict Mode is not set for database connection 阅读全文
posted @ 2020-07-29 17:46 酷酷的城池 阅读(853) 评论(0) 推荐(0) 编辑
摘要:XPath XPath,全称 XML Path Language,即 XML 路径语言,它是一门在 XML 文档中查找信息的语言。最初是用来搜寻 XML 文档的,但同样适用于 HTML 文档的搜索。所以在做爬虫时完全可以使用 XPath 做相应的信息抽取。 1. XPath 概览 XPath 的选择 阅读全文
posted @ 2020-07-28 12:11 酷酷的城池 阅读(256) 评论(0) 推荐(0) 编辑
摘要:期间会解压不了 tar 文件 是虚拟的光驱所以需要复制到本地再解压 https://blog.csdn.net/engerla/article/details/83009677 阅读全文
posted @ 2020-07-10 11:24 酷酷的城池 阅读(114) 评论(0) 推荐(0) 编辑
摘要:<?php class Idcreate { const EPOCH = 0; //开始时间,固定一个小于当前时间的毫秒数 const max12bit = 1024; const max41bit = 1099511627888; static $machineId = null; public 阅读全文
posted @ 2020-07-09 16:12 酷酷的城池 阅读(481) 评论(0) 推荐(0) 编辑
摘要:from subprocess import Popen,PIPE node = 'node test.js {sessionId} "{body}" {action}'.format(sessionId=self.sessionId,body=self.body,action=self.actio 阅读全文
posted @ 2020-07-07 09:27 酷酷的城池 阅读(148) 评论(0) 推荐(0) 编辑

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