01 2020 档案

摘要:from jira import JIRA from dateutil.parser import parse import xlwt outputpath = r'错.xls' #获取错误内容 def getMyBug(): jira = JIRA('http://jira/',basic_aut 阅读全文
posted @ 2020-01-08 16:32 liw66 阅读(828) 评论(0) 推荐(0)
摘要:# 第一步:安装binarytree包 # pip install binarytree rem二叉树 # 第二步:调用binarytree包 from binarytree import build import random #values = [0,1,2,3,4,5,6,7,None,9,1 阅读全文
posted @ 2020-01-02 15:59 liw66 阅读(664) 评论(0) 推荐(0)
摘要:# 第一步:安装pandas包 # pip install xlrd rem处理excel # pip install openpyxl rem处理excel # pip install pandas rem处理excel # 第二步:调用pandas包 import pandas as pd im 阅读全文
posted @ 2020-01-02 15:55 liw66 阅读(241) 评论(0) 推荐(0)