JSON风格文件的形式,面向文档存储:数据存储 对任何属性可索引 复制和高可用性 自动分片 丰富的查询 快速就地更新 http://www.yiibai.com/mongodb/mongodb_advantages.html
BSON这种格式专门为MongoDB开发的,类似json的一种二进制格式。 http://blog.csdn.net/hengyunabc/article/details/6897540
严格意义上Web服务器只负责处理HTTP协议,只能发送静态页面的内容。而JSP,ASP,PHP等动态内容由应用服务器处理。 比如Web服务器包括Nginx,Apache,IIS等。而应用服务器包括WebLogic,JBoss等。应用服务器一般也支持HTTP协议,因此界限没这么清晰。但是应用服务器的HTTP协议部分仅仅是支持,一般不会做特别优化,所以很少有见Tomcat直接暴露给外面,而是和Nginx、Apache等配合,只让Tomcat处理JSP和Servlet部分
node server.js
http://www.css88.com/react/docs/component-specs.html https://hulufei.gitbooks.io/react-tutorial/content/component-lifecycle.html
https://segmentfault.com/a/1190000004044592#articleHeader3
(1)每一个URI代表一种资源; (2)客户端和服务器之间,传递这种资源的某种表现层; (3)客户端通过四个HTTP动词,对服务器端资源进行操作,实现"表现层状态转化"。 http://www.ruanyifeng.com/blog/2011/09/restful.html http://www.infoq.com/cn/articles/designing-restful-http-apps-roth http://www.ruanyifeng.com/blog/2011/09/restful.html https://kb.cnblogs.com/page/512047/
http://www.ruanyifeng.com/blog/2012/12/asynchronous%EF%BC%BFjavascript.html
http://www.jianshu.com/p/3334467e4b32 http://cn.redux.js.org/docs/introduction/Motivation.html
浅谈 React、Flux 与 Redux:http://imweb.io/topic/57711e37f0a5487b05f325b5
http://www.imooc.com/article/4803
https://zy108830.gitbooks.io/webpack-doc/content/motivation.html
http://gitref.org/zh/index.html
https://segmentfault.com/a/1190000000654274 http://blog.csdn.net/zhouziyu2011/article/details/52837040
http://jixianqianduan.com/frontend-css/2016/01/15/responsive-css.html
Less 是一个Css 预编译器,意思指的是它可以扩展Css语言,添加功能 http://www.bootcss.com/p/lesscss/