上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 110 下一页
摘要: 参考: https://pypi.org/project/setproctitle/ 阅读全文
posted @ 2018-10-30 21:33 脚本小娃子 阅读(3792) 评论(0) 推荐(0) 编辑
摘要: 临时的文件编辑环境,通过临时的编辑环境,你可以写一些文本内容或者一些代码片段。 参考:https://segmentfault.com/a/1190000014202363 https://www.w3cschool.cn/intellij_idea_doc/intellij_idea_doc-8i 阅读全文
posted @ 2018-10-30 00:04 脚本小娃子 阅读(11122) 评论(4) 推荐(0) 编辑
摘要: 使用快捷键:control+v进入状态“VISUALBLOCK”,然后使用方向键向下选择,选择多行,向右选择,选择多列,使用快捷键d删除所选。 再次进入VISUAL BLOCK状态,选择多行多列, 使用快捷键:shift+i,插入相应内容 使用快捷键esc,选中的内容全部变为test 阅读全文
posted @ 2018-10-29 23:09 脚本小娃子 阅读(3865) 评论(0) 推荐(0) 编辑
摘要: 退出messages应用 执行命令:rm -r ~/Library/Messages/chat.* 重启messages 如果遇到下面问题:重启mac 阅读全文
posted @ 2018-10-29 23:01 脚本小娃子 阅读(5892) 评论(0) 推荐(0) 编辑
摘要: 星号表明这个提交所在的分支; 最左边的直线表示当前分支的历史状态,从图看,当前分支HEAD是master分支 ;提交历史是:8cfbb25<--d486463<--a88c595<--fc46826<--275823b<--5d66385<--33c6d2e,箭头方向表示依赖方向,父节点方向 下面来 阅读全文
posted @ 2018-10-25 14:43 脚本小娃子 阅读(6805) 评论(1) 推荐(0) 编辑
摘要: nginx 启动失败,日志里面报错信息如下: Starting nginx: nginx: [emerg] bind() to 0.0.0.0:**** failed (13: Permission denied) 原因seLinux限制了http的端口 getenforce 这个命令可以查看当前是 阅读全文
posted @ 2018-10-25 10:06 脚本小娃子 阅读(4032) 评论(0) 推荐(0) 编辑
摘要: 一、安装:yum install nginx service nginx restart/start/check/status/... 二、配置:官网文档 http://nginx.org/en/docs/ nginx.conf是nginx默认加载的配置文件,通过nginx -V可以看nginx默认 阅读全文
posted @ 2018-10-25 09:22 脚本小娃子 阅读(239) 评论(0) 推荐(0) 编辑
摘要: java.lang.Throwable: Write-unsafe context! Model changes are allowed from write-safe contexts only. Please ensure you're using invokeLater/invokeAndWa 阅读全文
posted @ 2018-10-23 14:23 脚本小娃子 阅读(7791) 评论(0) 推荐(0) 编辑
摘要: 一、python规范 参考:https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/的风格规范和语音规范 工具:pylint,可以下载使用pycharm的pylint插件;也可以通过扩展工具的方式使 阅读全文
posted @ 2018-10-19 23:37 脚本小娃子 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 请移步: http://blog.zengrong.net/post/2632.html https://stackoverflow.com/questions/9449101/how-to-stop-flask-from-initialising-twice-in-debug-mode/94767 阅读全文
posted @ 2018-10-17 09:37 脚本小娃子 阅读(454) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 110 下一页