摘要: 点赞无价,白嫖亦可! 好好学习,天天向上,加油啊,童鞋们。。 ######################################性能指标#################1. 包体大小: 包体大小能被列为性能指标,是从APP性能指标及游戏运营两个维度考虑的,玩家是更希望包体小的同时性能要好 阅读全文
posted @ 2020-06-22 17:00 沈一愣 阅读(5913) 评论(0) 推荐(0) 编辑
摘要: import pymysqlconn = pymysql.connect( host='127.0.0.1', user='root', passwd='123456', port=3306, db='student', charset='utf8')cursor1 = conn.cursor()s 阅读全文
posted @ 2021-03-17 13:20 沈一愣 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 待完成 阅读全文
posted @ 2021-03-17 13:19 沈一愣 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 下面的实现比较简单,大致看一眼就知道了。。import randomlist1 = [chr(i) for i in range(97, 122)] + [str(i) for i in range(10)]list2 = [str(i) for i in range(10)]list3 = [st 阅读全文
posted @ 2021-03-17 13:14 沈一愣 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1. 处理生成字符串,批量插入; 2. excel文件读取并批量导入; 阅读全文
posted @ 2021-03-17 13:11 沈一愣 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 只说一种最简单的方法:下载安装器,下一步下一步: https://dev.mysql.com/downloads/mysql/ 阅读全文
posted @ 2021-03-17 12:05 沈一愣 阅读(31) 评论(0) 推荐(0) 编辑
摘要: import pytest"""总结:pytest.mark.skip()pytest.mark.parametrize()pytest.fixture()py.test -s -q --junitxml=./report.xml tests/"""# 1. 常用的装饰器# 1.1 pytest.m 阅读全文
posted @ 2021-03-13 19:33 沈一愣 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 待完成 阅读全文
posted @ 2021-03-08 23:48 沈一愣 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 20200927 python文件处理 numpy pandas 001 numpy zip 入参为两个列表,常为数组,返回元组列表,以短为准; NumPy是Python中科学计算的基础包。它是一个Python库,提供多维数组对象,各种派生对象(如掩码数组和矩阵),以及用于数组快速操作的各种API, 阅读全文
posted @ 2021-03-08 23:45 沈一愣 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 相信你在网上一搜有大把的资料可以查看参考,不乏大佬们的专业讲解,都有很高的参考价值,不过我还是推荐你先看一下官方说明,毕竟这是官方的一手教材:https://www.selenium.dev/documentation/en/; 下面随便写写自己认为重要的地方。 零、 仅首次配置时考虑:下载对应的w 阅读全文
posted @ 2021-03-08 23:44 沈一愣 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 待完成 阅读全文
posted @ 2021-03-08 23:41 沈一愣 阅读(24) 评论(0) 推荐(0) 编辑