2016年12月22日

git代理,windows命令行代理,linux命令行代理

摘要: 下载不动设置代理:git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080git config --global http.SSLVERIFY 阅读全文

posted @ 2016-12-22 17:24 拥剑 阅读(1223) 评论(0) 推荐(0)

golang: 根据json生成go源文件

摘要: https://github.com/ChimeraCoder/gojson $ git clone https://github.com/ChimeraCoder/gojson.git$ cd gojson$ go build -o _build/gojson ./gojson$ cp _buil 阅读全文

posted @ 2016-12-22 16:04 拥剑 阅读(403) 评论(0) 推荐(0)

收集一些有用的docker镜像

摘要: https://hub.docker.com/explore/ 是star排名靠前的image 镜像 大小 说明 hopsoft/graphite-statsd 847M kamon/grafana_graphite 1G gogs/gogs 91M library/mongo 402M redis 阅读全文

posted @ 2016-12-22 14:03 拥剑 阅读(3135) 评论(0) 推荐(1)

statsd+graphite

摘要: 一些观点: Statsd:一个nodejs的客户端,用于向graphite的收集器发送数据,使用各类编程语言的客户端响起发送timer,counter等统计数据后,其通过udp定时向graphite发送数据。 Graphite:分为监听器carbon+时序数据库whisper+图形展示django- 阅读全文

posted @ 2016-12-22 11:05 拥剑 阅读(4401) 评论(0) 推荐(0)

导航