07 2018 档案

mac 终端光标在单词之间移动
摘要:https://ruby-china.org/topics/1241#reply16 you can use : option + b / f not ctrl + <- / -> option + b / f not ctrl + <- / -> 阅读全文

posted @ 2018-07-25 11:27 iokde.com 阅读(182) 评论(0) 推荐(0)

seelog 文件输出格式
摘要:项目中用到seelog,希望每个小时的记录输入在当前小时命名的日志,配置如下: 实际运行时候并不是直接写在 res_2016-01-02-15 格式的当前小时文件中, 在@bingzhen 帮助下,重新查看文档后发现 需要进行如下参数配置: 后面有个fullname 的参数配置,配置完成后日志即可里 阅读全文

posted @ 2018-07-23 14:30 iokde.com 阅读(297) 评论(0) 推荐(0)

nginx-port-Permission-denied
摘要:nginx use 9000 port Permission denied other port ok 新架构下web服务需要使用反向代理,将不同的请求转发到不同的service,对应不同的端口。 nginx.conf 配置如下: rs.conf 和 d.conf 确保 两个proxy_pass 分 阅读全文

posted @ 2018-07-13 16:24 iokde.com 阅读(380) 评论(0) 推荐(0)

iterm2字符输入换行遮挡问题
摘要:来源:http://wonderffee.github.io/blog/2013/08/15/solve-new-line-problem-in-terminal/ .bash_profile中 进行如下配置: PS1="\[\e[0;31m\] \u@\h \W\$ \[\e[m\] " 之前的输 阅读全文

posted @ 2018-07-10 09:43 iokde.com 阅读(4773) 评论(0) 推荐(0)

导航