PHP开发工程师-技能树

  1 参考进阶-PHP程序员的技术成长规划-http://blog.csdn.net/heiyeshuwu/article/details/40098043
  2 
  3 LNMP / LAMP 环境搭建(单组件安装,非集成包)
  4 
  5 
  6 php开发工程师:技能树
  7  
  8 ++++++++++++++++++++++++++++++++
  9 前端
 10     -Html Css JavaScript JQuery
 11     -Ajax Json Xml RSS
 12  
 13     -相关书籍
 14         《HTML 教程》-http://www.runoob.com/html/html-tutorial.html
 15         《CSS 教程》-http://www.runoob.com/css/css-tutorial.html
 16         《JavaScript 教程》-http://www.runoob.com/js/js-tutorial.html
 17         《JavaScript权威指南》
 18         《jQuery 教程》-http://www.runoob.com/jquery/jquery-tutorial.html
 19         《锋利的jQuery》
 20 
 21     -相关文章
 22         《XML 教程》 -http://www.runoob.com/xml/xml-tutorial.html
 23         《Json》-http://www.json.org/json-zh.html
 24         《Json 教程》-http://www.runoob.com/json/json-tutorial.html
 25         《AJAX 教程》-http://www.runoob.com/ajax/ajax-tutorial.html
 26         《RSS 教程》-http://www.runoob.com/rss/rss-tutorial.html
 27 ++++++++++++++++++++++++++++++++
 28  
 29 后端
 30     +++++++++++++++++++++++++++++++
 31     -服务器
 32         -Linux Apache Nginx
 33 
 34         -相关书籍
 35             《鸟哥的Linux私房菜:基础学习篇》
 36             《Nginx高性能Web服务器详解》
 37     +++++++++++++++++++++++++++++++
 38     
 39     +++++++++++++++++++++++++++++++
 40     -语言
 41         -PHP Python
 42         -PHP源码研究 TIPI
 43 
 44         -相关书籍
 45             《Modern PHP中文版》
 46             《Learning PHP设计模式》
 47             《PHP核心技术与最佳实践》
 48             《深入PHP:面向对象、模式与实践》
 49             《深入理解PHP:高级技巧、面向对象与核心技术》
 50             《PHP编程》
 51             《PHP经典实例》
 52             《PHP与MySQL高性能应用开发》
 53 
 54         -相关文章
 55             《深入理解PHP内核》-http://www.php-internals.com/
 56             《深入php内核,从底层c语言剖析php实现原理》-http://blog.csdn.net/nuli888/article/details/52126918
 57 
 58     +++++++++++++++++++++++++++++++
 59  
 60     +++++++++++++++++++++++++++++++
 61     -数据库
 62         -SQL MySQL SQLite MongoDB
 63         -Redis Memcached
 64  
 65         -相关书籍
 66             杜江
 67                 《PHP与MySQL高性能应用开发》
 68             唐汉明,翟振兴,关宝军
 69                 《深入浅出MySQL 数据库开发 优化与管理维护》
 70             施瓦茨 著;宁海元 译
 71                 《高性能MYSQL》
 72             Charles Bell(查理斯·贝尔),Mats Kindahl(迈茨·肯德尔),Lars Thalmann(拉尔斯·塞尔曼) 著;宁青,唐李洋 译
 73                 《高可用MySQL》
 74             李智慧
 75                 《大型网站技术架构-核心原理与案例分析》:http://item.jd.com/11322972.html
 76             guisu
 77                 《高性能Mysql主从架构的复制原理及配置详解》:http://blog.csdn.net/hguisu/article/details/7325124
 78             Ghost
 79                 《高性能的MySQL主从复制架构》:http://www.uml.org.cn/sjjm/201211061.as
 80             飞鸿无痕
 81                 《Amoeba搞定MySQL读写分离》:http://blog.chinaunix.net/uid-20639775-id-154600.html
 82  
 83     +++++++++++++++++++++++++++++++
 84  
 85     -工具
 86         -Git FireBug
 87  
 88     +++++++++++++++++++++++++++++++
 89     -框架
 90         -PHP框架
 91             -ThinkPHP Laravel
 92         -Python框架
 93             -Django
 94 
 95         -相关书籍
 96             《Laravel框架关键技术解析》
 97 
 98         -相关文章
 99             《ThinkPHP5视频教程》-http://www.kancloud.cn/tpshop/thinkphp5
100             《ThinkPHP5入门系列》-http://www.kancloud.cn/special/thinkphp5_quickstart
101     +++++++++++++++++++++++++++++++
102  
103     +++++++++++++++++++++++++++++++
104     -网络
105         -TCP/IP HTTP
106  
107         -相关书籍
108             谢希仁 《计算机网络》
109             《TCP/IP 详解 (三卷)》
110             《HTTP权威指南》
111     +++++++++++++++++++++++++++++++
112  
113     -接口服务
114         -WebService WSDL SOAP
115  
116 +++++++++++++++++++++++++
117 设计模式
118     《大话设计模式》
119 +++++++++++++++++++++++++
120  
121 ++++++++++++++++++++++++
122 正则表达式
123     《精通正则表达式(第3版)》
124 ++++++++++++++++++++++++
125 
126 ++++++++++++++++++++++++
127 分布式
128     《大型分布式网站架构设计与实践》
129     《大型网站技术架构:核心原理与案例分析》
130 ++++++++++++++++++++++++
原文地址:https://www.cnblogs.com/hfultrastrong/p/6405723.html