上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 转载 https://zhuanlan.zhihu.com/p/108805502 3.4 utf-8的由来 注意:如果保存到硬盘的是GBK格式二进制,当初用户输入的字符只能是中文或英文,同理如果保存到硬盘的是Shift_JIS格式二进制,当初用户输入的字符只能是日文或英文……如果我们输入的字符中包 阅读全文
posted @ 2021-03-28 16:01 walkerpython 阅读(58) 评论(0) 推荐(0) 编辑
摘要: # 2、死循环与效率问题 # count=0 # while count < 5: # 5 < 5 # print(count) # 0,1,2,3,4 # while True: # name=input('your name >>>> ') # print(name) # 纯计算无io的死讯会导 阅读全文
posted @ 2021-03-07 17:37 walkerpython 阅读(38) 评论(0) 推荐(0) 编辑
摘要: list1=[ 'egon', 'lxx', [1,2]] # 1、二者分隔不开,list改list2也跟着该,因为指向的就是同一个地址# list2=list1 # 这不叫copy# list1[0]='EGON'# print(list2) # 2、需求:# 1、拷贝一下原列表产生一个新的列表# 阅读全文
posted @ 2021-03-02 22:13 walkerpython 阅读(140) 评论(0) 推荐(0) 编辑
摘要: node {stage 'S1' // Define an input step and capture the outcome from it.def outcome = input id: 'Run-test-suites',message: 'Workflow Configuration',o 阅读全文
posted @ 2020-07-16 17:47 walkerpython 阅读(939) 评论(0) 推荐(0) 编辑
摘要: 6.Jenkins-slave环境配置 https://www.cnblogs.com/linuxchao/p/linunx-Jenkins-slave.html 7.windows上生成密钥公钥 https://blog.csdn.net/hehuihh/article/details/90575 阅读全文
posted @ 2020-07-09 19:35 walkerpython 阅读(356) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1554027 m5FTJPaZNWQB1Rgq 阅读全文
posted @ 2020-06-28 17:37 walkerpython 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 本地运行没有问题,在jenkins就有问题 1 删除jenkins所在服务器 该仓库中的除 .git 仓库外的所有文件,删除不掉的就不用删除,主要是删除一些 前面 代码的产生的 错误的文件 阅读全文
posted @ 2020-06-28 15:07 walkerpython 阅读(502) 评论(0) 推荐(0) 编辑
摘要: SecureCRT 8版本中文破解版, 链接: https://pan.baidu.com/s/1TVeCRUJS9-oCdbCnbGjxfg 提取码: r8wy Name:meisiCompany:TEAM ZWTSerial Number:03-14-367662License Key:ACCF 阅读全文
posted @ 2020-06-25 12:05 walkerpython 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ImportError while importing test module 'D:\Python\PycharmProjects\PYDEMO\TestCase\main.py'.Hint: make sure your test modules/packages have valid Pyth 阅读全文
posted @ 2020-06-19 17:37 walkerpython 阅读(3352) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2020-06-18 19:35 walkerpython 阅读(897) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页