码迷,mamicode.com
首页 >  
搜索关键字:either    ( 1469个结果
Unique Paths
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
【POJ2155】【二维树状数组】Matrix
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
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
LeetCode Climbing Stairs
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
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模块
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
leetcode 70. 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 ways can you climb...
分类:其他好文   时间:2015-03-03 20:20:58    阅读次数:113
linux下解决Tomcat内存溢出问题
修改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 configur
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
Centos上安装nginx报错
./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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!