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 point in time. The robot is trying to reach the ...
分类:
其他好文 时间:
2015-03-08 15:45:00
阅读次数:
136
DescriptionGiven an N*N matrix A, whose elements are either 0 or 1. A[i, j] means the number in the i-th row and j-th column. Initially we have A[i, j...
分类:
编程语言 时间:
2015-03-07 13:40:34
阅读次数:
157
Unique Paths问题:A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or righ...
分类:
其他好文 时间:
2015-03-06 21:54:47
阅读次数:
135
1.题目You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?2.解决方案class Solution {
public:
...
分类:
其他好文 时间:
2015-03-06 19:11:17
阅读次数:
113
Climbing Stairs问题:You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ...
分类:
其他好文 时间:
2015-03-06 16:52:48
阅读次数:
101
python urllib2模块urlopen()最常用的函数
urllib2.urlopen(url[, data[, timeout[, cafile[, capath[, cadefault[, context]]]]])
Open the URL url, which can be either a string or a Request object.
他有几个参数比较重要的...
分类:
编程语言 时间:
2015-03-04 13:01:22
阅读次数:
180
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:
其他好文 时间:
2015-03-03 20:20:58
阅读次数:
113
修改catalina.sh文件。在# OS specific support. $var _must_ be set to either true or false.下,添加以下信息JAVA_OPTS="-Xms512m -Xmx1024m -Xss1024K -XX:PermSize=128m -...
分类:
系统相关 时间:
2015-03-02 13:03:32
阅读次数:
173
django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configur...
分类:
系统相关 时间:
2015-02-22 23:06:53
阅读次数:
1485
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with n...
分类:
其他好文 时间:
2015-02-20 23:12:56
阅读次数:
299