摘要:
there are eight main groups of tools available view Developer Tools: Elements, Resources, Network, Sources, Timeline, Profiles, Storage, Audits, and Console. You can use theCtrl+[andCtrl+]shortcuts to move between panels.TheElementspanel lets you see everything in one DOM tree, and allows inspection 阅读全文
摘要:
Todo {{remaining()}} of {{todos.length}} remaining [archive] {{todo.text}} function TodoCtrl($scope){ $scope.todos = [ {text:'learn angular',done:true}, {text:'build an angular app',done:false} ]; $scope.addTodo = fun... 阅读全文
摘要:
http://symfony.com/Symfony is a PHP framework for web projects.Speed up the creation and maintenance of your PHP web applications. Replace the repetitive coding tasks by power, control and pleasure.http://symfony.com/doc/current/quick_tour/the_big_picture.html 阅读全文
摘要:
http://zh.wikipedia.org/wiki/%E8%B6%85%E6%96%87%E6%9C%AC%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AE设计HTTP最初的目的是为了提供一种发布和接收HTML页面的方法最著名的RFC 2616,定义了HTTP协议中现今广泛使用的一个版本—HTTP 1.1。http://curl.haxx.se/http://en.wikipedia.org/wiki/CURLcURLis a computer software project providing alibraryandcommand-linetool for tr 阅读全文
摘要:
http://www.intridea.com/blog/2010/4/29/rest-isnt-what-you-think-it-ishttp://www.oracle.com/technetwork/articles/javase/index-137171.htmlhttp://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm博士论文http://zh.wikipedia.org/wiki/RESTREST架构风格最初由Roy T. Fielding(HTTP/1.1协议专家组负责人)在其2000年的博士学位论文中提出。HTTP就是该 阅读全文
摘要:
http://zh.wikipedia.org/wiki/RedisRedis是一个开源、支持网络、基于内存、键值对存储数据库,使用ANSI C编写。其开发由VMware主持。根据月度排行网站DB-Engines.com的数据显示,Redis是最流行的键值对存储数据库。http://redis.io/Redis uses a standard practice for its versioning:major.minor.patchlevel. An evenminormarks astablerelease: 1.2, 2.0, 2.2, 2.4, 2.6. Odd minors are u 阅读全文