上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页
摘要: 参考文章: 1. https://github.com/Neilpang/acme.sh/wiki/%E8%AF%B4%E6%98%8E 2. http://songchenwen.com/tech/2015/09/09/nginx-configuration-with-ssl-labs-class 阅读全文
posted @ 2017-06-16 13:58 GreatK 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1. 打开Mac蓝牙和手机蓝牙 2. 配对 3. mac 系统偏好设置>共享 勾蓝牙共享,选接受并存储 4. 手机发送文件 阅读全文
posted @ 2017-05-26 13:32 GreatK 阅读(3933) 评论(0) 推荐(2) 编辑
摘要: 这样就能让conda用上国内的镜像了。 阅读全文
posted @ 2017-04-13 19:18 GreatK 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 当某天gogs的数据库突然崩溃,配置数据全部消失后,要如何将之前git的repository重新加入到gogs中呢?(别问了,那个倒霉的人就是我) step 1, 2, 3, go... 1. 进入git的repository目录,将其中某个project mv为其它名字,比如赚了100万.git改 阅读全文
posted @ 2017-04-12 19:11 GreatK 阅读(2640) 评论(0) 推荐(0) 编辑
摘要: 最简单的方法,关闭防火墙(只建议用于开发环境) 阅读全文
posted @ 2017-03-01 14:22 GreatK 阅读(1427) 评论(0) 推荐(0) 编辑
摘要: find . -name '__pycache__' -type d -exec rm -rf {} \; 阅读全文
posted @ 2017-02-23 14:59 GreatK 阅读(3343) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install libmysqlclient-dev sudo -H pip3 install mysqlclient 阅读全文
posted @ 2017-02-07 17:01 GreatK 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1 {% if not config.exec_id == '' %} 2 3 4 5 0% 6 7 8 9 25 {% endif %} 阅读全文
posted @ 2017-02-06 13:28 GreatK 阅读(1998) 评论(0) 推荐(0) 编辑
摘要: 在电信网络中,Docker在build和run时会无法访问外网,原因是docker的默认dns地址是8.8.8.8,由于众所周知的原因,我们需要改写这个地址,方法如下: 修改/etc/sysconfig/docker文件,在OPTIONS中添加dns=114.114.114.114,例如 Done 阅读全文
posted @ 2016-11-18 10:54 GreatK 阅读(953) 评论(0) 推荐(0) 编辑
摘要: 1. 使用rednose增强输出 2. 使用coverage 随后可以在cover目录中查看生成的html报表 3. nose测试中默认捕获测试通过的case中的print输出,如果想要输出结果,可以加入以下参数 阅读全文
posted @ 2016-11-17 11:31 GreatK 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页