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