摘要: 1、将txt文件写入到excel import xlwt #写入文件import os# main function:将txt文件写入到exceldef txt_to_excel(sheetName,excelFileName,txtFileName,col_num): ''' :param she 阅读全文
posted @ 2019-12-04 16:55 truthness 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1、https://www.cnblogs.com/Glory-D/p/7884525.html 2、https://www.runoob.com/w3cnote/sort-algorithm-summary.html 3、http://ju.outofmemory.cn/entry/372908 阅读全文
posted @ 2019-08-13 14:11 truthness 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 作为测试人员最常用的数据库查询语句,本篇博文做了一个具体的总结,以下只是为了概述查询方法而举的例子,并不一定是最好的查询方式。 红色标记的地方是该查询语句中重点想要表达的查询方法。 一. 新建一个数据库test: create database test; 二. 依次创建三个表:学生表Student 阅读全文
posted @ 2019-07-18 18:47 truthness 阅读(1588) 评论(0) 推荐(0) 编辑