5 life lessons you will learn the hard way1.It takes consistent time and effort to be an expert in any area.无论想成为哪个领域的专家,都需要持之以恒地付出时间和努力。This is the f...
分类:
其他好文 时间:
2014-08-26 09:44:45
阅读次数:
346
Job interview1. If you would like to know more about my ability, I can be available for an interview at any time convenient to you.倘若阁下愿意接见本人以了解我的能力,我...
分类:
其他好文 时间:
2014-08-26 01:42:15
阅读次数:
251
LeetCode: Binary Tree Maximum Path SumGiven a binary tree, find the maximum path sum.The path may start and end at any node in the tree. For example:G...
分类:
其他好文 时间:
2014-08-25 22:34:54
阅读次数:
184
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 po...
分类:
其他好文 时间:
2014-08-25 20:43:44
阅读次数:
237
总结下一般使用:1.想拷贝别人项目到自己帐号下就fork一下。2.持续关注别人项目更新就star一下3.watch是设置接收邮件提醒的。具体提醒有Issues and their commentsPull Requests and their commentsComments on any comm...
分类:
其他好文 时间:
2014-08-25 20:43:24
阅读次数:
281
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-08-25 16:20:54
阅读次数:
161
首先附上效果图吧,一个自定义的cell!第一步:创建表格- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. sel...
分类:
移动开发 时间:
2014-08-25 11:24:44
阅读次数:
345
maveneclipse测试我是使用代理上网的。在创建maven时报以下错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configur...
分类:
移动开发 时间:
2014-08-23 15:07:10
阅读次数:
203
LeetCode: Copy List with Random PointerA linked list is given such that each node contains an additional random pointer which could point to any node ...
分类:
其他好文 时间:
2014-08-23 12:34:30
阅读次数:
193
Description
We are given a rooted tree of n vertices. The vertices are to be labeled with numbers
1, 2,..., n so that each label is unique and the heap condition holds, i.e. the label of any verte...
分类:
其他好文 时间:
2014-08-22 17:53:39
阅读次数:
264