qrcode 模块可以便捷地生成二维码,只是生成的二维码图像大小无法编辑。 1 import qrcode 2 qr = qrcode.QRCode( 3 version=1, 4 error_correction=qrcode.constants.ERROR_CORRECT_L, 5 box_si ...
分类:
其他好文 时间:
2017-11-06 21:17:20
阅读次数:
142
Description Isabella and Steve are very good friends, and they often write letters to each other. They exchange funny experiences, talk about people a ...
分类:
其他好文 时间:
2017-11-06 20:11:11
阅读次数:
200
If a log file becomes corrupted, it may cause the database to stall. How would you correct such asituation?A. Recover the online redo log from backup. ...
分类:
其他好文 时间:
2017-11-06 13:53:47
阅读次数:
126
Gromacs的命令非常多,下面我将我最近用到的先总结一下。标题上也写了这只是Chapter1,以后有新的会继续写Chapter2...等等。 下面这个网址http://manual.gromacs.org/programs/byname.html将所有的Gromacs命令按字母表顺序排列了出来,是 ...
分类:
系统相关 时间:
2017-11-05 17:27:01
阅读次数:
660
By 2020, the behavior of every single citizen and legal person (which includes every company or other entity) in China will be rated and ranked, parti ...
分类:
Web程序 时间:
2017-11-01 12:03:20
阅读次数:
235
看了好多资料终于搞定了git 中clone命令报错这个问题,废话不多说直接上步骤希望对大家有帮助。 1 删除.ssh文件夹(直接搜索该文件夹)下的known_hosts(手动删除即可,不需要git) 2 在下载好的Git中的bin目录下打开bash.exe输入命令ssh-keygen -t rsa ...
分类:
数据库 时间:
2017-10-31 20:03:49
阅读次数:
301
Put a perl script here in order to remind myself of its correct usage: ...
分类:
其他好文 时间:
2017-10-29 14:33:57
阅读次数:
120
Recall that the bracket sequence is considered regular if it is possible to insert symbols '+' and '1' into it so that the result is a correct arithme ...
分类:
其他好文 时间:
2017-10-15 11:15:35
阅读次数:
144
启动tomcat报错如下 原因不明,无解,只能重启电脑。 ...
分类:
Web程序 时间:
2017-10-14 22:35:19
阅读次数:
782
单元测试git地址:https://coding.net/u/huangzy_95/p/f4/git/tree/master 要求1 对每个功能,先给出测试用例,然后再编码功能。请注意把测试用例视为功能需求完成的检验指标。 要求2 在博客报告测试用例全部fail 到 全部pass 的过程,报告事实 ...
分类:
其他好文 时间:
2017-10-11 14:12:42
阅读次数:
159