03 2020 档案

摘要:git checkout releasegit checkout -b feature/push-191204git add .git commit -m 'feat: xxxx'git push 合入主库 git checkout releasegit pullgit checkout featu 阅读全文
posted @ 2020-03-11 09:40 第十一个程序员 阅读(137) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zhaohong_bo/article/details/90521009 阅读全文
posted @ 2020-03-04 10:37 第十一个程序员 阅读(106) 评论(0) 推荐(0)
摘要:生成方法 # -*- coding: utf-8 -*- import qrcode from io import BytesIO def gen_qr_code(data): # 实例化QRCode生成qr对象 qr = qrcode.QRCode( version=1, error_correc 阅读全文
posted @ 2020-03-03 10:17 第十一个程序员 阅读(777) 评论(0) 推荐(0)