└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 阅读资料 2 | 3 | ## PHP 4 | + [Laravel - 从百草园到三味书屋 "From Apprentice To Artisan"](http://my.oschina.net/zgldh/blog/389246) 5 | + [Socket 深度探索 4 PHP (一)](http://blog.csdn.net/shagoo/article/details/6396089) 6 | + [Socket 深度探索 4 PHP (二)](http://blog.csdn.net/shagoo/article/details/6531950) 7 | + [Socket 深度探索 4 PHP (三)](http://blog.csdn.net/shagoo/article/details/6647961) 8 | + [php7-internal](https://github.com/laruence/php7-internal/blob/master/README.md) 9 | + [PHP扩展开发及内核应用](https://github.com/walu/phpbook/blob/master/preface.md) 10 | + [提高 PHP 代码质量的 36 计](http://blog.jobbole.com/99014/) 11 | + [PHP并发IO编程之路](http://blog.jobbole.com/98986/) 12 | + [PHP 高级编程之多线程](http://netkiller.github.io/journal/php.thread.html) 13 | + [WordPress 主题教程](http://blog.wpjam.com/series/wordpress-theme-tutorials/) 14 | + [Swoole文档](http://wiki.swoole.com/) 15 | + [PHP The Right Way](http://www.phptherightway.com/) 16 | + [Laravel源码分析](http://blog.turn.tw/?page_id=796) 17 | + [把扩展从php5升级到php7](http://yaoguais.com/article/php/extension-php5to7.html) 18 | + [PHP 性能分析第一篇: Xhprof & Xhgui 介绍](http://blog.oneapm.com/apm-tech/235.html) 19 | + [PHP 性能分析第二篇: Xhgui In-Depth](http://blog.oneapm.com/apm-tech/219.html) 20 | + [PHP 性能分析第三篇: 性能调优实战](http://blog.oneapm.com/apm-tech/216.html) 21 | + [PHP 性能追踪及分析工具 xhprof 的安装与使用](https://laravel-china.org/topics/3142) 22 | + [Working with PHPUnit and Selenium Webdriver](http://codeception.com/11-12-2013/working-with-phpunit-and-selenium-webdriver.html) 23 | + [PHPUnit文档](https://phpunit.de/manual/5.6/zh_cn/installation.html) 24 | + [The Clean Architecture in PHP 读书笔记](http://blog.zhuanxu.org/tags/Clean-Architecture/) 25 | + [基于MySQL和PHP的分布式事务处理](http://wenku.baidu.com/view/5228ddc9960590c69ec3767c.html) 26 | + [PHP7内核剖析](https://github.com/pangudashu/php7-internal) 27 | + [Concise Guide to Swoole](https://linkeddestiny.gitbooks.io/easy-swoole/content/) 28 | + [Laravel API Tutorial: How to Build and Test a RESTful API](https://www.toptal.com/laravel/restful-laravel-api-tutorial) 29 | + [PHP’s OPcache and Symlink-based Deploys](https://ma.ttias.be/php-opcache-and-symlink-based-deploys/) 30 | + [PHPCS、PHPMD 的安装与配置](https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar) 31 | 32 | ## C/C++ 33 | + [C语言字节对齐问题详解](http://www.cnblogs.com/clover-toeic/p/3853132.html) 34 | + [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) 35 | 36 | ## Go 37 | + [Go语言圣经](https://docs.ruanjiadeng.com/gopl-zh/) 38 | + [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md) 39 | + [深入解析Go](https://tiancaiamao.gitbooks.io/go-internals/content/zh/index.html) 40 | + [深入Go UDP编程](http://colobu.com/2016/10/19/Go-UDP-Programming/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io) 41 | + [如何避开 Go 中的各种陷阱](http://newt0n.github.io/2016/11/07/%E5%A6%82%E4%BD%95%E9%81%BF%E5%BC%80-Go-%E4%B8%AD%E7%9A%84%E5%90%84%E7%A7%8D%E9%99%B7%E9%98%B1) 42 | + [Golang-简洁的并发](http://www.tuicool.com/articles/nYZnIn) 43 | + [Go语言并发之美](https://studygolang.com/articles/10031) 44 | + [etcd:从应用场景到实现原理的全方位解读](http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principle) 45 | + [使用 Go 一年的体验](https://linux.cn/article-8635-1.html) 46 | + [2017年超有价值的Golang文章](http://colobu.com/2017/12/28/top-golang-articles-of-2017/) 47 | + [Golang标准库文档](https://studygolang.com/pkgdoc) 48 | + [用Golang写一个搜索引擎](https://zhuanlan.zhihu.com/p/20938685) 49 | + [TiDB 源码阅读系列文章](https://pingcap.com/blog-cn/#%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB) 50 | + [用GoLang实现微服务](https://blog.dingkewz.com/tags/golang/) [英文版](https://ewanvalentine.io/tag/go/) 51 | + [Go微服务系列博客](https://github.com/callistaenterprise/goblog) 52 | + [Micro 中文示例、教程、资料,源码解读](https://github.com/micro-in-cn/tutorials) 53 | 54 | ## Rust 55 | + [通过例子学 Rust](https://rustwiki.org/rust-by-example/) 56 | + [Rust开发技术学习路线](http://special.csdncms.csdn.net/rust/index.shtml) 57 | 58 | ## Java 59 | + [Java高并发秒杀API](http://www.imooc.com/u/2145618/courses?sort=publish) 60 | + [Spring Boot Tutorial](https://legacy.gitbook.com/book/waylau/spring-boot-tutorial/details) 61 | + [Spring Framework 5 中文文档](https://legacy.gitbook.com/book/lfvepclr/spring-framework-5-doc-cn/details) 62 | + [State of the Lambda](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html) -- [深入理解Java 8 Lambda(语言篇——lambda,方法引用,目标类型和默认方法)](http://zh.lucida.me/blog/java-8-lambdas-insideout-language-features/) 63 | + [State of the Lambda: Libraries Edition](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-libraries-final.html) -- [深入理解Java 8 Lambda(类库篇——Streams API,Collectors和并行)](http://zh.lucida.me/blog/java-8-lambdas-inside-out-library-features/) 64 | + [Translation of Lambda Expressions](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html) -- [深入理解 Java 8 Lambda(原理篇——Java 编译器如何处理 lambda)](https://lowzj.com/notes/java/translation-of-lambda-expressions.html) 65 | + [一步到位springboot](https://bugpool.blog.csdn.net/article/details/105624082) 66 | + [老实人spring源码解析](https://bugpool.blog.csdn.net/article/details/104833634) 67 | + [Java全链路面试指南](https://www.zhihu.com/column/c_1050762683808403456) 68 | + [用Java实现一个JVM虚拟机](https://bugstack.cn/itstack-demo-jvm/itstack-demo-jvm.html) 69 | 70 | ## Javascript 71 | + [ECMAScript 6入门](http://es6.ruanyifeng.com/) 72 | + [Vue.js中文文档](http://cn.vuejs.org/) 73 | + [You-Dont-Need-jQuery](https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md) 74 | + [Vue教程](http://vuejs.org.cn/guide/) 75 | + [vue-router文档](http://router.vuejs.org/zh-cn/index.html) 76 | + [Object.observe() 引爆数据绑定革命](http://www.w3ctech.com/topic/1097) 77 | 78 | ## Lua 79 | + [Lua入门手册](https://github.com/CraryPrimitiveMan/luaprimer) 80 | + [Lua 5.1 参考手册](http://www.codingnow.com/2000/download/lua_manual.html) 81 | + [Lua 5.3 参考手册](http://cloudwu.github.io/lua53doc/) 82 | + [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf) 83 | + [Lua: 给 Redis 用户的入门指导](http://www.oschina.net/translate/intro-to-lua-for-redis-programmers) 84 | 85 | ## Redis 86 | + [Redis 设计与实现](http://redisbook.readthedocs.org/en/latest/index.html) 87 | + [Redis协议说明](http://www.redis.cn/topics/protocol.html) 88 | + [15天玩转redis](http://www.cnblogs.com/huangxincheng/category/755864.html) 89 | + [Redis无限全量复制问题分析与优化](https://cachecloud.github.io/2016/11/24/%E5%85%A8%E9%87%8F%E5%A4%8D%E5%88%B6%E9%97%AE%E9%A2%98/) 90 | 91 | ## SQL 92 | + [MySQL5.7中文文档](https://www.docs4dev.com/docs/zh/mysql/5.7/reference/preface.html) 93 | + [数据库内核月报](http://mysql.taobao.org/monthly/) 94 | + [如果有人问你数据库的原理,叫他看这篇文章](http://blog.jobbole.com/100349/) 95 | + [MySql避免重复插入记录方法](http://blog.csdn.net/jbboy/article/details/46828917) 96 | + [数据库分库分表(sharding)系列](http://blog.csdn.net/column/details/sharding.html) 97 | + [MySQL大表优化方案](https://segmentfault.com/a/1190000006158186) 98 | + [一个最不可思议的MySQL死锁分析](http://hedengcheng.com/?p=844) 99 | + [MySQL锁系列](http://keithlan.github.io/tags/InnoDB-Lock/) 100 | + [MySQL实战45讲](https://blog.csdn.net/u012131610/article/details/100150146) 101 | + [数据库内核杂谈](https://www.infoq.cn/theme/46) 102 | 103 | ## 架构设计 104 | + [谈谈后端业务系统的微服务化改造](http://www.infoq.com/cn/articles/the-back-end-business-systems-service-transformation) 105 | + [InfoQ微服务演讲](http://www.infoq.com/cn/microservice/presentations/) 106 | + [分布式事务?No, 最终一致性](https://zhuanlan.zhihu.com/p/25933039) 107 | + [架构师之路2017半年精选40篇](https://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&mid=2651960243&idx=1&sn=c5d0de35c6d87e08370eef4179ff66bb&chksm=bd2d066f8a5a8f79a3478591e44054a1838e6aa8a35e544a5eb42b38cb274de6501a6b3b77e5) 108 | + [从0开始的微服务架构](http://www.infoq.com/cn/profile/%E8%8B%8F%E6%A7%90) 109 | + [微服务下的数据一致性的几种实现方式之概述](https://www.jianshu.com/p/b264a196b177) 110 | 111 | ## 机器学习 112 | + [如何用3个月零基础入门「机器学习」](https://zhuanlan.zhihu.com/p/29704017) 113 | + [Google机器学习课程](https://developers.google.com/machine-learning/crash-course/ml-intro?hl=zh-cn) 114 | + [数据挖掘十大算法详解](https://wizardforcel.gitbooks.io/dm-algo-top10/content/) 115 | + [SciPy Lecture Notes](https://wizardforcel.gitbooks.io/scipy-lecture-notes/content/0.html) 116 | + [神经网络教程](http://www.tensorfly.cn/home/?cat=4) 117 | + [机器学习领域适合新手学习的 GitHub 项目](https://www.zhihu.com/question/27098881) 118 | + [Sklearn 与 TensorFlow 机器学习实用指南](https://hands1ml.apachecn.org/#/) 119 | 120 | ## Docker 121 | + [使用Spring Cloud与Docker实战微服务](https://eacdy.gitbooks.io/spring-cloud-book/content/) 122 | + [Docker — 从入门到实践](https://yeasy.gitbooks.io/docker_practice/content/) 123 | + [用Docker部署一个Web应用](https://zhuanlan.zhihu.com/p/26418829) 124 | + [Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册](https://jimmysong.io/kubernetes-handbook/) 125 | + [Awesome Service Mesh](http://www.servicemesher.com/awesome-servicemesh) 126 | 127 | ## Nginx 128 | + [Nginx 变量漫谈](http://blog.sina.com.cn/s/articlelist_1834459124_1_1.html) 129 | + [Nginx 配置指令的执行顺序](http://blog.sina.com.cn/s/articlelist_1834459124_2_1.html) 130 | + [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) 131 | + [nginx源码分析-kenbinzhang](http://blog.csdn.net/kenbinzhang/article/category/603177) 132 | + [nginx源码分析-阿波](http://blog.csdn.net/livelylittlefish/article/category/838107) 133 | + [nginx源码分析-initphp](http://blog.csdn.net/column/details/nginx-read.html) 134 | + [OpenResty最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/index.html) 135 | + [Nginx中文文档](http://www.nginx.cn/doc/) 136 | + [Nginx 配置文件详解](http://my.oschina.net/duxuefeng/blog/34880) 137 | + [跟我学Nginx+Lua开发](http://www.iteye.com/blogs/subjects/nginx-lua) 138 | + [Nginx + CGI/FastCGI + C/Cpp](http://www.cnblogs.com/skynet/p/4173450.html) 139 | + [nginx 源码学习笔记](http://blog.csdn.net/column/details/code-for-nginx.html) 140 | + [nginx源码剖析](http://blog.csdn.net/column/details/niginxsourcelearning.html) 141 | + [NGX_HTTP_REALIP_MODULE使用详解](https://leo108.com/pid-2132.asp) 142 | 143 | ## RabbitMQ 144 | + [官网Examples](http://www.rabbitmq.com/getstarted.html) 145 | + [rabbitmq tutorials](https://github.com/rabbitmq/rabbitmq-tutorials) 146 | + [PHP AMQP Doc](http://php.net/manual/pl/book.amqp.php) 147 | + [RabbitMQ从入门到精通](http://blog.csdn.net/column/details/rabbitmq.html) 148 | 149 | ## Elasticsearch 150 | + [Elasticsearch: 权威指南](https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html) 151 | + [Elasticsearch 安装配置 外网访问](http://www.jianshu.com/p/658961f707d8) 152 | + [ELK学习系列文章](http://blog.csdn.net/qq_21387171/article/category/6568892) 153 | + [Elasticsearch权威指南](https://www.gitbook.com/book/fuxiaopang/learnelasticsearch/details) 154 | + [Mastering Elasticsearch](http://udn.yyuap.com/doc/mastering-elasticsearch/) 155 | 156 | ## ClickHouse 157 | + [ClickHouse中文文档](https://clickhouse.yandex/docs/zh/) 158 | + [ClickHouse大数据实时分析领域的黑马](https://www.jianshu.com/p/2d1fa91c2009) 159 | 160 | ## Flink 161 | + [Flink中文文档](https://flink.apache.org/zh/flink-architecture.html) 162 | 163 | ## Druid 164 | + [Druid文档](https://druid.apache.org/docs/latest/design/) 165 | 166 | ## Mycat 167 | + [Mycat权威指南](http://mycat.io/document/Mycat_V1.6.0.pdf) 168 | + [MyCat 学习笔记](http://blog.csdn.net/kaye0110/article/category/6103722/2) 169 | 170 | ## Wireshark 171 | + [Wireshark协议分析从入门到精通](http://edu.51cto.com/lesson/id-62643.html) 172 | + [一站式学习Wireshark](http://blog.jobbole.com/tag/wireshark/) 173 | + [聊聊 tcpdump 与 Wireshark 抓包分析](http://www.jianshu.com/p/a62ed1bb5b20) 174 | + [用 Wireshark 图解:TCP 三次握手](http://www.bysocket.com/?p=1404) 175 | 176 | ## Hadoop 177 | + [Hadoop Shell命令](https://hadoop.apache.org/docs/r1.0.4/cn/hdfs_shell.html) 178 | 179 | ## Chrome 180 | + [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950) 181 | 182 | ## Graphviz 183 | + [绘图工具graphviz学习使用](http://www.tuicool.com/articles/r2iAfa) 184 | + [程序员绘图利器 — Graphviz](http://www.tuicool.com/articles/RjQfey) 185 | + [用 Graphviz 可视化函数调用](http://www.ibm.com/developerworks/cn/linux/l-graphvis/) 186 | + [使用graphviz绘制流程图](http://blog.jobbole.com/94472/) 187 | + [Graphiz Node Shapes](http://www.graphviz.org/doc/info/shapes.html) 188 | 189 | ## 前端 190 | + [前端优化 9 个技巧,提高 Web 性能](http://web.jobbole.com/89512/) 191 | 192 | ## 设计 193 | + [墨刀(MockingBot)中文学习指南](https://annhanhan.gitbooks.io/mockingbot/content/MB_intro.html) 194 | 195 | ## 运维 196 | + [使用inotify/fswatch构建自动监控脚本](http://icodeit.org/2015/03/build-monitor-script-based-on-inotify/) 197 | 198 | ## 测试 199 | + [JMeter学习指南](https://wuyan.gitbooks.io/jmeter/content/) 200 | + [高性能产品的必由之路—性能测试工具](http://www.imooc.com/learn/278) 201 | 202 | ## 性能 203 | + [c10k](http://www.kegel.com/c10k.html) 204 | + [c10k中文](http://www.oschina.net/translate/c10k) 205 | + [Web系统大规模并发——电商秒杀与抢购](http://www.csdn.net/article/2014-11-28/2822858) 206 | 207 | ## 算法 208 | + [比例分配的算法设计](http://wenku.baidu.com/link?url=K7hleZlBL3145dvJJJlbMcki4WDHu5jHnSQvO1jJj5YbV5S8cYN060snUjGkVi9l0aCo4EB8GkbYy1EhJkiQpB7eODPfOhMaHT4V2hg4jpG) 209 | + [Raft 一致性算法](http://www.infoq.com/cn/articles/raft-paper) 210 | + [一致性哈希算法](http://blog.csdn.net/cywosp/article/details/23397179) 211 | + [Roaring Bitmaps](http://dantezhao.com/2017/10/25/bigdata-algorithm/roaring-bitmap-principle/) 212 | + [roaringbitmap 源代码分析](https://blog.csdn.net/chenfenggang/article/details/75039964) 213 | 214 | ## Linux 215 | + [Linux Shell 文本处理工具集锦](http://www.cnblogs.com/me115/p/3427319.html) 216 | + [Linux工具快速教程](http://linuxtools-rst.readthedocs.org/zh_CN/latest/index.html) 217 | + [linux内核揭密](https://xinqiu.gitbooks.io/linux-insides-cn/content/index.html) 218 | + [Linux环境进程间通信](http://www.ibm.com/developerworks/cn/views/linux/libraryview.jsp?sort_by=&show_abstract=true&show_all=&search_flag=&contentarea_by=Linux&search_by=Linux%E7%8E%AF%E5%A2%83%E8%BF%9B%E7%A8%8B%E9%97%B4%E9%80%9A%E4%BF%A1&topic_by=-1&type_by=%E6%89%80%E6%9C%89%E7%B1%BB%E5%88%AB&ibm-search=%E6%90%9C%E7%B4%A2) 219 | + [禁用 SSH 远程主机的公钥检查](http://www.worldhello.net/2010/04/08/1026.html) 220 | + [Linux kernel Hacker, 从零构建自己的内核](https://www.jianshu.com/nb/5928770) 221 | 222 | ## 游戏 223 | + [虚幻引擎5文档](https://docs.unrealengine.com/5.0/zh-CN/) 224 | + [虚幻引擎4蓝图文档](https://docs.unrealengine.com/4.27/zh-CN/ProgrammingAndScripting/Blueprints/) 225 | 226 | ## 协议 227 | + [FastCGI规范中文](http://fuzhong1983.blog.163.com/blog/static/1684705201051002951763/) 228 | + [fastcgi协议分析与实例](http://blog.csdn.net/shreck66/article/details/50355729) 229 | + [JSON-RPC 2.0 规范(中文版)](http://wiki.geekdream.com/Specification/json-rpc_2.0.html) 230 | + [GraphQL中文翻译](https://www.gitbook.com/book/wanglihui/graphql/details) 231 | 232 | ## PHPStorm 233 | + [Laravel Development using PhpStorm](https://confluence.jetbrains.com/display/PhpStorm/Laravel+Development+using+PhpStorm) 234 | + [Setting up Intellij IDEA for your Golang project](https://rootpd.com/2016/02/04/setting-up-intellij-idea-for-your-first-golang-project/) 235 | + [如何优雅的使用 phpStorm](https://laravel-china.org/topics/1692/how-to-use-phpstorm-gracefully) 236 | 237 | ## AI 238 | + [AI Tools](https://www.futuretools.io/) 239 | + [AI工具集](https://ai-bot.cn/) 240 | 241 | 242 | ## 论文 243 | + [MapReduce: Simplified Data Processing on Large Clusters](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/mapreduce-osdi04.pdf) -- [MapReduce:面向大型集群的简化数据处理](http://www.cnblogs.com/fuzhe1989/p/3413457.html) 244 | + [Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/bigtable-osdi06.pdf) -- [Bigtable:结构化数据的分布式存储系统](http://blog.bizcloudsoft.com/wp-content/uploads/Google-Bigtable%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf) 245 | + [The Google File System](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/gfs-sosp2003.pdf) -- [Google文件系统](http://blog.bizcloudsoft.com/wp-content/uploads/Google-File-System%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf) 246 | + [PingCap Paper Reading](https://pingcap.com/community-cn/paper-reading/) 247 | 248 | ## 自己动手系列 249 | + [rCore-Tutorial-Book 第三版](http://rcore-os.cn/rCore-Tutorial-Book-v3/) -- [视频](https://www.xuetangx.com/course/thu08091002729/10327450) 250 | 251 | ## 免费API 252 | + [免费的接口服务](https://github.com/fangzesheng/free-api) 253 | 254 | ## 其他 255 | + [How to be a Programmer](https://github.com/braydie/HowToBeAProgrammer/blob/master/zh/README.md) 256 | + [Learn X in Y minutes](https://learnxinyminutes.com/) 257 | + [程序员的书籍资源](https://zhuanlan.zhihu.com/p/23857699) 258 | + [一大波能提高编程技能的游戏](http://blog.jobbole.com/100733/) 259 | + [为什么这么设计系列文章](https://draven.co/whys-the-design/) 260 | 261 | ## 广告 262 | + [计算广告资料汇总](https://buaawht.github.io/2019/03/23/%E5%B9%BF%E5%91%8A%E8%B5%84%E6%96%99/) 263 | + [广告图书列表](https://www.douban.com/doulist/120376990/) 264 | + [互联网DSP广告系统架构及关键技术解析](http://www.360doc.com/content/15/0806/07/2909773_489803369.shtml) 265 | + [推荐广告系列](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzAxMjM2MTY0OQ==&action=getalbum&album_id=1337224273634738176&scene=173&from_msgid=2650473809&from_itemidx=1&count=3&nolastread=1&uin=&key=&devicetype=Windows+10+x64&version=6302019c&lang=zh_CN&ascene=0&fontgear=2) 266 | + [构建广告平台](https://cloud.google.com/architecture/infrastructure-options-for-building-advertising-platforms?hl=zh-cn) 267 | + [GA小站](https://www.ichdata.com/) 268 | + [网推实训营](https://www.shixunying.com/) 269 | + [吴良超的学习笔记-计算广告](https://wulc.me/tags/%E8%AE%A1%E7%AE%97%E5%B9%BF%E5%91%8A/) 270 | 271 | ## 博客 272 | + [风雪之隅](http://www.laruence.com/) -- PHP7核心开发者, Yaf, Yar, Yac等项目作者的博客 273 | + [韩天峰(Rango)的博客](http://rango.swoole.com/) -- Swoole作者的博客 274 | + [阮一峰的网络日志](http://www.ruanyifeng.com/blog/archives.html) 275 | + [agentzh的博客](http://blog.sina.com.cn/openresty) -- Openresty作者的博客 276 | + [并发编程网](http://ifeve.com/) 277 | + [PingCAP官方博客](https://pingcap.com/blog-cn/) 278 | + [Netkiller系列手札](http://netkiller.github.io/) -- Netkiller 系列电子书 279 | + [火丁笔记](http://huoding.com/) -- 火丁为「灯」,即:「LAMP」! 280 | + [小谈博客](https://www.tanteng.me/blog) -- 一个专注WEB开发的技术博客 281 | + [pagefault](http://www.pagefault.info/) -- 熟悉c,高性能网络服务器开发 282 | + [云风的 BLOG](http://blog.codingnow.com/) -- 思绪来得快去得也快,偶尔会在这里停留 283 | + [Hawstein's Blog](http://www.hawstein.com/) -- Scala周报 284 | + [stevewang的博客](http://blog.sina.com.cn/u/2615392497) -- Golang博客 285 | + [李子的博客](http://blog.lifeibo.com/) -- 关注高性能网络服务器,关键C200k 286 | + [Mengkang's land](http://mengkang.net/) -- PHP/Java相关博客 287 | + [我的志愿是做一个校长](http://guweigang.com/) -- PHP相关博客 288 | + [张宴的博客](http://zyan.cc/index.php) -- Web系统架构与底层研发 289 | + [酷壳](http://coolshell.cn/) -- 享受编程和技术所带来的快乐 290 | + [沈逸的个人站点](http://www.hishenyi.com/) 291 | + [伯乐在线--吳YH堅](http://www.jobbole.com/members/wuyinghao/) 292 | + [博学无忧--信海龙的博客](http://www.bo56.com/) 293 | + [JerryQu 的小站](https://imququ.com/) -- 专注 WEB 端开发 294 | + [SharEDITor](http://www.shareditor.com/) -- Big Data ITors 295 | + [Taylor Otwell](https://medium.com/@taylorotwell) -- Laravel作者的博客 296 | + [bboyjing's blog](http://bboyjing.github.io/) 297 | + [njpjsoftdev的博客](http://blog.csdn.net/njpjsoftdev/article) 298 | + [黑客画家的博客](https://my.oschina.net/fileoptions/blog?sort=time&temp=1506045459054) 299 | + [fengyun.rui的博客](http://xiaorui.cc/) -- Python和Golang 300 | 301 | ## 公开课 302 | + [机器学习入门](https://cn.udacity.com/course/intro-to-machine-learning--ud120) 303 | + [深度学习](https://cn.udacity.com/course/deep-learning--ud730) 304 | + [深度学习基础介绍-机器学习](http://www.maiziedu.com/course/373/) 305 | + [麻省理工学院公开课:算法导论](http://open.163.com/special/opencourse/algorithms.html) 306 | + [南京大学:计算机操作系统](https://www.coursera.org/learn/jisuanji-caozuo-xitong/) 307 | + [北京大学:操作系统原理](https://class.coursera.org/os-001/lecture) 308 | 309 | ## 工具 310 | + [正则表达式解析工具](https://jex.im/regulex/) 311 | + [正则表达式解析匹配工具](https://regex101.com/) 312 | + [在线Latex公式编辑工具](codecogs.com/latex/eqneditor.php?lang=zh-cn)--[简单语法](http://mohu.org/info/symbols/symbols.htm) 313 | + [icon转为web字体](https://icomoon.io/app/#/select) 314 | + [icon查找](http://www.iconfont.cn/) 315 | + [画图工具](https://www.processon.com) 316 | + [html和markdown转换工具](http://www.atool.org/html2markdown.php) 317 | + [工业和信息化部ICP/IP地址/域名信息备案管理系统](http://www.miitbeian.gov.cn/publish/query/indexFirst.action) 318 | + [搜英文缩写](http://shortof.com/) 319 | + [在线计算文件MD5/SHA1/CRC32值](http://www.cnfree.org/tools/hash.php) 320 | + [域名信息查询(WHOIS)](https://whois.aliyun.com/) 321 | + [各大搜索引擎提交入口](http://www.seo468.com/seo/11.html) 322 | + [让你的网站免费支持 HTTPS 及 Nginx 平滑升级](http://www.cnblogs.com/mafly/p/https_nginx.html) 323 | + [Typora--好用的Markdown编辑器](http://support.typora.io/) 324 | + [certbot - 配置 HTTPS 证书工具](https://certbot.eff.org/) 325 | + [Test your PHP code](http://sandbox.onlinephpfunctions.com/) 326 | + [Json to Golang Struct](https://mholt.github.io/json-to-go/) 327 | 328 | ## 第三方 329 | + [聚合支付系统服务商集成支付宝即时到账接口教程](http://www.jianshu.com/p/e8b84af03006) 330 | + [Socialite Providers](http://socialiteproviders.github.io/) 331 | 332 | ## 教程网站 333 | + [网易公开课](http://open.163.com/) 334 | + [慕课网(IMOOC)-国内最大的IT技能学习平台](http://www.imooc.com/course/list) 335 | + [实验楼 - 第一家以实验为核心的IT在线教育平台](https://www.shiyanlou.com/courses/) 336 | + [麦子学院 - 专业IT职业在线教育平台](http://www.maiziedu.com/) 337 | + [极客学院 IT在线教育平台-中国最大的IT职业在线教育平台](http://www.jikexueyuan.com/) 338 | + [汇智网 - 最前沿的在线互动编程学习平台](http://www.hubwiz.com/course/) 339 | + [优达学城 (Udacity) - 传授硅谷的名企官方课程](https://cn.udacity.com) 340 | + [AI教程](http://www.studyai.com/course/index/) 341 | 342 | ## 视频网站 343 | + [Tubidy Videos](http://gnext.net/) 344 | + [YouTube](https://www.youtube.com/) 345 | 346 | ## 简历 347 | + [程序员简历模板](https://github.com/geekcompany/ResumeSample) 348 | 349 | ## 安装 350 | ### Mac 351 | + [Mac下Brew安装Nginx+Lua环境](http://www.dev-crazy.com/mac/mac%E4%B8%8Bbrew%E5%AE%89%E8%A3%85nginxlua%E7%8E%AF%E5%A2%83/) 352 | + [打开Mac OSX原生的NTFS功能](http://www.tianwaihome.com/2014/07/mac-osx-ntfs.html) 353 | + [三种方式配置Mac OS X的启动项](http://blog.csdn.net/abby_sheen/article/details/7817198) 354 | + [Fix error formulae found in multiple taps](http://stackoverflow.com/questions/30864992/how-can-i-fix-error-formulae-found-in-multiple-taps) 355 | + [Homebrew的安装与使用](http://linfan.info/blog/2012/02/25/homebrew-installation-and-usage/) 356 | 357 | ### Ubuntu 358 | + [ubuntu安装配置elasticSearch](http://www.linuxdiyf.com/linux/17529.html) 359 | --------------------------------------------------------------------------------