庄泽波の博客

好记性不如烂笔头

08 2014 档案

leetcode - [1]Reverse Words in a String
摘要:Question: Reverse Words in a StringGiven an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky ... 阅读全文

posted @ 2014-08-31 15:36 庄泽波 阅读(157) 评论(0) 推荐(0)

golang web sample
摘要:一、学习想法 用两天的时间学习golang,但这次是先不看书的,直接写代码先。 我们常习惯边看书边学习写代码,但发现过程是比较缓慢的,所以我就先想写代码,边写边查。就我们所知,web app一般是基于MVC框架,那么我可以先写数据层,从先写数据库查数据开始,可以用DAO模式,但这里我只是用一个简... 阅读全文

posted @ 2014-08-04 01:18 庄泽波 阅读(487) 评论(0) 推荐(0)

导航