上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 84 下一页
摘要: http://www.tuicool.com/articles/IfiqUn http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principle go etcd client ht 阅读全文
posted @ 2016-05-19 16:23 穆穆兔兔 阅读(176) 评论(0) 推荐(0) 编辑
摘要: group by 用法解析 group by语法可以根据给定数据列的每个成员对查询结果进行分组统计,最终得到一个分组汇总表。 SELECT子句中的列名必须为分组列或列函数。列函数对于GROUP BY子句定义的每个组各返回一个结果。 某个员工信息表结构和数据如下: id name dept salar 阅读全文
posted @ 2016-05-19 14:30 穆穆兔兔 阅读(174) 评论(0) 推荐(0) 编辑
摘要: UUID含义是通用唯一识别码 (Universally Unique Identifier),这 是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织应用在分布式计算环境 (Distributed Computing Environmen 阅读全文
posted @ 2016-05-19 14:11 穆穆兔兔 阅读(242) 评论(0) 推荐(0) 编辑
摘要: http://go-database-sql.org/accessing.html 阅读全文
posted @ 2016-05-19 13:47 穆穆兔兔 阅读(138) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/edgarli/p/4131682.html lsof -i tcp 查看所有tcp监听端口 lsof -i tcp 查看所有udp监听端口 lsof -i tcp:port (port替换成端口号,比如6379)可以查看该端口被什么程序占用,并显示PI 阅读全文
posted @ 2016-05-19 11:53 穆穆兔兔 阅读(2129) 评论(0) 推荐(0) 编辑
摘要: http://book.luaer.cn 阅读全文
posted @ 2016-05-19 11:01 穆穆兔兔 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-18 17:07 穆穆兔兔 阅读(100) 评论(0) 推荐(0) 编辑
摘要: http://www.zhihu.com/question/19552402 作者:陈振宇链接:http://www.zhihu.com/question/19552402/answer/12367336来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 先搞懂Rails 阅读全文
posted @ 2016-05-18 13:37 穆穆兔兔 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-18 09:51 穆穆兔兔 阅读(404) 评论(0) 推荐(0) 编辑
摘要: vim调用python格式化json数据 November 30, 2013GNU/Linuxpython3, Vimopenwares python有个标准模块叫json,用于编码/解码,序列化/按序列化json格式数据。 服务器返回的json数据是非格式化的,程序使用没问题,如果需要阅读则亚历山 阅读全文
posted @ 2016-05-17 16:10 穆穆兔兔 阅读(1051) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 84 下一页