摘要: 使用: 阅读全文
posted @ 2017-09-19 11:23 涛光 阅读(3737) 评论(0) 推荐(0) 编辑
摘要: /** * SnowFlake ID Generator * Based on Twitter Snowflake to generate unique ID across multiple * datacenters and databases without having duplicates. * * * SnowFlake Layout * * 1 sign ... 阅读全文
posted @ 2017-09-19 11:14 涛光 阅读(4539) 评论(0) 推荐(1) 编辑
摘要: 1、使用chanel 2 、使用waigroup 阅读全文
posted @ 2017-09-19 11:12 涛光 阅读(2097) 评论(0) 推荐(0) 编辑
摘要: package main import ( "flag" "fmt" "os" "log" "net/http" "io/ioutil" "github.com/bitly/go-simplejson" "encoding/csv" "io" "time" "sync" "net/url" "strconv" "errors&q 阅读全文
posted @ 2017-09-19 11:03 涛光 阅读(1498) 评论(0) 推荐(0) 编辑