摘要: 参考链接: 《phpStudy+PhpStorm+XDebug配置》 阅读全文
posted @ 2017-12-04 16:40 Zcwan 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.csdn.net/liumm0000/article/details/18841197 RPM方式安装MySQL5.6 a. 检查MySQL及相关RPM包,是否安装,如果有安装,则移除(rpm –e 名称) 1 [root@localhost ~]# rpm -qa 阅读全文
posted @ 2017-11-24 17:34 Zcwan 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 原文链接 http://blog.csdn.net/pony_maggie/article/details/52367093 phpstorm自带了一个web server,我们可以直接在IDE中直接运行调试代码,非常方便。先来看个例子: 我电脑的PHP路径是D:\study\php_project 阅读全文
posted @ 2017-11-24 15:10 Zcwan 阅读(3343) 评论(0) 推荐(0) 编辑
摘要: License server(服务器地址为http://idea.iteblog.com/key.php) Active Code:生成网址:http://idea.iteblog.com/ 阅读全文
posted @ 2017-11-20 10:52 Zcwan 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 字符串匹配算法总结(转) 查找——图文翔解RadixTree(基数树) 阅读全文
posted @ 2017-11-17 11:35 Zcwan 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.csdn.net/songbohr/article/details/13292261 1.Learning Go 《学习Go语言》 http://www.miek.nl/projects/learninggo/中文版http://mikespook.com/learn 阅读全文
posted @ 2017-11-17 11:05 Zcwan 阅读(213) 评论(0) 推荐(0) 编辑
摘要: LeetCode刷题链接:https://leetcode.com/problemset/all/ 解题参考链接:http://www.cnblogs.com/grandyang/p/4606334.html 阅读全文
posted @ 2017-11-14 14:38 Zcwan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1、极客学院云计算&大数据总链接:http://wiki.jikexueyuan.com/list/cloud/ 一、NSQ相关参考资料: 1、极客学院NSQ指南:http://wiki.jikexueyuan.com/project/nsq-guide/docker.html 2、golang使用 阅读全文
posted @ 2017-11-14 14:29 Zcwan 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1、golang的mogodb包下载:http://gopkg.in/mgo.v2 http://gopkg.in/mgo.v2/bson 2、golang的mongodb操作(mgo):https://studygolang.com/articles/1737 3、mgo 的 session 与连 阅读全文
posted @ 2017-11-14 14:26 Zcwan 阅读(162) 评论(0) 推荐(0) 编辑
摘要: golang中done channel理解:https://segmentfault.com/a/1190000006261218 golang并发模型之使用Context:https://segmentfault.com/a/1190000006744213 阅读全文
posted @ 2017-11-10 16:12 Zcwan 阅读(172) 评论(0) 推荐(0) 编辑