摘要: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two n 阅读全文
posted @ 2016-02-02 17:47 Ray.Yang 阅读(145) 评论(0) 推荐(0)
摘要: 虽然MVC架构已经火了很多年了。。但我一直没有机会真正去体会其本质,借现在得机会,转一篇MVC架构的初学篇 控制器(books_controller.php)以HTTP GET或者POST的方式接收到用户的请求(我们也可以有一个主控制器,比如index.php 来接收请求,然后它再调用ooks_co 阅读全文
posted @ 2016-02-02 15:47 Ray.Yang 阅读(169) 评论(0) 推荐(0)