码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
geoServer 环境搭建注意事项
geoserver 下载:http://geoserver.orggeoserver.war包部署到tomcat/webapps/目录下,运行tomcat在点击的时候会报:java.lang.OutOfMemoryError:PermGen space在tomcat/bin/catalina.sh文...
分类:其他好文   时间:2015-04-10 12:53:18    阅读次数:123
Word Break
题目:Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exa...
分类:其他好文   时间:2015-04-10 06:55:08    阅读次数:156
将矩阵中值为0的元素所在的行和列设置为0, in-place O(1)space O(mn) time
将矩阵中值为0的元素所在的行和列设置为0, in-place O(1)space O(mn) time 使用O(m+n)space 的方案比较容易想到...
分类:其他好文   时间:2015-04-09 22:00:53    阅读次数:128
POJ 3627 Bookshelf (贪心)
Description Farmer John recently bought a bookshelf for cow library, but the shelf is getting filled up quite quickly, and now the only available space is at the top. Each of the N cows (1 ≤ N ≤ 20,...
分类:其他好文   时间:2015-04-09 21:54:52    阅读次数:153
Nagios配置文件简单介绍
Nagios安装完毕后,默认的配置文件在/usr/local/nagios/etc目录下:1,cgi.cfg:用于定义cgi认证属性的配置文件[root@Conan_etc]#grep^[^#[:space:]]cgi.cfg main_config_file=/usr/local/nagios/etc/nagios.cfg#告诉CGI主配置文件位置 physical_html_path=/usr/local/nagios/s..
分类:移动开发   时间:2015-04-09 17:52:15    阅读次数:236
leetcode || 73、Set Matrix Zeroes
problem: Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. click to show follow up. Follow up: Did you use extra space? A straight forward ...
分类:其他好文   时间:2015-04-09 12:00:06    阅读次数:138
leetcode24:Swap Nodes in Pairs
题目:Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant space. You...
分类:其他好文   时间:2015-04-09 11:56:25    阅读次数:148
Pascal's Triangle II--LeetCode
题目: Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3, Return [1,3,3,1]. Note: Could you optimize your algorithm to use only O(k) extra space? ...
分类:其他好文   时间:2015-04-09 10:33:09    阅读次数:143
shell中的eval学习与应用
一、bash命令处理的12个步骤; 1、将命令行分成由固定元字符集分隔的记号; SPACE, TAB, NEWLINE, ; , (, ),<, >, |,& 记号类型包括单词,关键字,I/O重定向符和分号。 2、检测每个命令的第一个记号,查看是否为不...
分类:系统相关   时间:2015-04-08 20:04:22    阅读次数:271
RHEL5.8安装Sybase 15.7_x86_64
RHEL5.8安装Sybase 15.7如果您运行的是 RHEL 5 或更高版本,请使用以下设置:kernel.exec-shield = 0kernel.randomize_va_space = 0以下修补程序是 GUI 组件正常工作所必需的:xorg-x11-libs-6.7.0-2? open...
分类:数据库   时间:2015-04-08 19:50:54    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!