摘要: 然后使用浏览器浏览本地的8000端口就可以看到相应的网页内容 再来个客户端的小样 阅读全文
posted @ 2018-10-24 16:04 蟒城贝勒爷 阅读(734) 评论(0) 推荐(0) 编辑
摘要: package main import ( "github.com/garyburd/redigo/redis" "fmt" ) var pool *redis.Pool func init() { pool = &redis.Pool{ MaxIdle:16, MaxActive:0, IdleTimeout:30... 阅读全文
posted @ 2018-10-24 15:48 蟒城贝勒爷 阅读(161) 评论(0) 推荐(0) 编辑