上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: config.properties server.properties server.1=172.28.92.39:2888:3888 server.2=172.28.92.37:2888:3888 server.3=172.28.92.38:2888:3888 server start stop 阅读全文
posted @ 2019-08-19 10:35 idea偶买噶 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 删除 | 快捷键 | 描述 | | | | | Ctrl+h | 删除光标位置的前一个字符(同 backspace 键功能) | | Ctrl+ | 删除光标位置的前一个字符(同 ctrl+h 组合键功能) | | Ctrl+d | 删除光标位置的一个字符(同 delete 键功能) | | Ctr 阅读全文
posted @ 2019-08-19 10:32 idea偶买噶 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: git c http.proxy=socks5://127.0.0.1:1086 clone https://github.com/.../... 阅读全文
posted @ 2019-08-05 14:29 idea偶买噶 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wangjun5159/article/details/48010563 阅读全文
posted @ 2019-08-04 17:50 idea偶买噶 阅读(156) 评论(0) 推荐(0) 编辑
摘要: ALL_PROXY=socks5://127.0.0.1:1086 brew cask install aerial 阅读全文
posted @ 2019-08-02 13:56 idea偶买噶 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 最大的问题是内存共用,导致内存被覆盖 阅读全文
posted @ 2019-07-21 15:39 idea偶买噶 阅读(130) 评论(0) 推荐(0) 编辑
摘要: WithCancel go func propagateCancel(parent Context, child canceler) { if parent.Done() == nil { return // parent is never canceled } // 判断 parent 是否为 c 阅读全文
posted @ 2019-07-18 21:16 idea偶买噶 阅读(272) 评论(0) 推荐(0) 编辑
摘要: ```go func Test_chanel(t testing.T) { c := make(chan int, 1) go func() { time.Sleep(time.Second 3) close(c) }() for { select { case i := 阅读全文
posted @ 2019-07-18 20:53 idea偶买噶 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http_proxy=https://127.0.0.1:1087 go get v github.com/Shopify/sarama https_proxy=https://127.0.0.1:1087 go get u v github.com/jinzhu/gorm http_proxy=s 阅读全文
posted @ 2019-07-15 20:52 idea偶买噶 阅读(3507) 评论(0) 推荐(0) 编辑
摘要: 获取agent jar包路径的方法: 加载plugin: 阅读全文
posted @ 2019-07-12 20:34 idea偶买噶 阅读(545) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页