今天果然不负众望,下了一天的雪啊,挺好。 今天把花搞了下,都弄花盆里了,希望不会就这么挂掉。八千代,绿萝,还有小叶元宝。 中午喝了点酒,没感觉。 过两天气温就零下十多度了,该咋办啊,最怕冬天。家里现在应该很冷吧。 晚上有一阵头特别疼,哎。。。现在好多了。 睡觉。
分类:
其他好文 时间:
2015-11-22 23:15:56
阅读次数:
157
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p...
分类:
其他好文 时间:
2015-11-22 12:37:46
阅读次数:
133
(1)This one I used DP.O(n).Runtime:3 msThis is the only one I have can be accepted on leetcode.public classNumArray { privateint[] acc;//acc[i]:recor....
分类:
其他好文 时间:
2015-11-22 11:07:10
阅读次数:
233
Given a bounch of points, ask to find K closest point to origin.This question can be changed. For example, here is origin, but there might be another ...
分类:
其他好文 时间:
2015-11-22 09:59:21
阅读次数:
206
刚才看了场球,亚冠恒大和迪拜阿尔阿赫利,1:0,刚打开电脑就看到了进球,还是很幸运的。 在家待了一天,阴天,预报明天又中到大雪 啊,下吧。好希望下场大雪啊。 最近一直感觉好累,写代码不容易啊 ,还是因为是上周爬上爬的没有休息过来。 睡觉。 期待明天的大雪。
分类:
其他好文 时间:
2015-11-22 00:19:38
阅读次数:
150
FormatMessageFormats a message string. The function requires a message definition as input. The message definition can come from a buffer passed into ...
今天遇到了 NSString 的rangeOfString 方法,刚遇到的时候不知道什么作用,网上找到了一篇文章,介绍得挺简洁,代码如下:NSString *str1 = @"can you \n speak English";NSString *str = @"\n";// 在str1这个字符串中...
分类:
移动开发 时间:
2015-11-22 00:06:41
阅读次数:
302
描述One day,Tom’s girlfriend give him an array A which contains N integers and asked him:Can you choose some integers from the N integers and the sum of...
分类:
其他好文 时间:
2015-11-21 22:44:40
阅读次数:
280
函数式宏定义经常写成这样:#define device_init_wakeup(dev, val) \ do { \ device_can_wakeup(dev) = !!(val); \ device_set_wak...
分类:
其他好文 时间:
2015-11-21 18:23:42
阅读次数:
155
http://stackoverflow.com/questions/31115502/sql-data-compare-some-tables-missingReason:Data can be compared only if you know what records from tables ...
分类:
数据库 时间:
2015-11-21 10:31:50
阅读次数:
238