随笔分类 -  Infra

摘要:Nginx 反向代理 nexus 的服务, 一直卡在 Initialize... 解决方式是添加一个 header X-Forwarded-Proto: proxy_set_header X-Forwarded-Proto "https"; Nginx 配置 nexus.conf upstream 阅读全文
posted @ 2018-08-08 18:01 tiantiandas 阅读(4534) 评论(0) 推荐(0)
摘要:内容全部来自: How to create/restore a slave using GTID replication in MySQL 5.6 需求说明 需求: 对于已经存在的 MySQL 主从架构, 新增加 Slave 节点. 所以需要解决的问题是保证主从数据可以同步. 遇到的问题 : 主节点 阅读全文
posted @ 2018-07-10 17:28 tiantiandas 阅读(389) 评论(0) 推荐(0)
摘要:显示效果 配置: command + , 开始配置 { "additional_path_items": [ "/path/to/file" // append of UNIX env variable PATH ], "auto_complete": true, "color_scheme": " 阅读全文
posted @ 2017-11-06 13:51 tiantiandas 阅读(3559) 评论(0) 推荐(0)
摘要:Reference:Pycharm快捷键整理 NOTE: CheatSheet is a simple but highly useful utility for OS X that provides keyboard shortcuts in an instant. Shortcuts shift 阅读全文
posted @ 2017-02-22 10:01 tiantiandas 阅读(6288) 评论(0) 推荐(0)
摘要:Reference: SecureCRT常用快捷键设置与字体设置方法 SecureCRT 设置 解决每次 login 输入密码: Navigate: Global Option → General Disable: Use Keychain Logon Actions shell commands: 阅读全文
posted @ 2016-10-30 13:01 tiantiandas 阅读(5134) 评论(0) 推荐(0)