Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all uniquetriplets in the array which gives the sum of z...
分类:
其他好文 时间:
2014-06-29 00:21:06
阅读次数:
237
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2014-06-28 23:59:00
阅读次数:
383
Linux中find常见用法示例·find path -option [ -print ] [ -exec -ok command ] {} \;find命令的参数;pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print: find命令将匹配的文...
分类:
系统相关 时间:
2014-06-28 23:32:27
阅读次数:
243
mysql出现MySQLCouldn't find MySQL manager错误的解决办法最近我的一个linux服务器上的网站全部无法打开.....访问网站没有提示.....只出现该页无法显示的错误.我用的是debian的系统.....装的是lnmp套件.....用putty连接.....输入/r...
分类:
数据库 时间:
2014-06-28 23:06:37
阅读次数:
376
Combination Sum:Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.The...
分类:
其他好文 时间:
2014-06-28 22:48:01
阅读次数:
256
Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You m...
分类:
其他好文 时间:
2014-06-28 22:05:10
阅读次数:
267
du与df[root@CentOS5 samba]# dumpe2fs /dev/sda3|grep "Block size" 4096字节du 内容实际大小,以字节为单位,统计文件大小相加df 占用空间大小,以块为单位,统计数据块使用情况du -s命令通过将指定文件系统中所有的目录、符号链接和文件...
分类:
系统相关 时间:
2014-06-28 21:10:08
阅读次数:
292
ffmpeg -codecs | grep mp3可以查看ffmpeg是否把mp3编解码模块编译进去了。libmp3lame is the mp3 encoder for ffmpeg. It needs to be enabled during configure stage of the bui...
分类:
其他好文 时间:
2014-06-28 21:02:23
阅读次数:
258
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.此题是求直线上点最多的点数,根据两点构成一条直线,在同一条直线上,任意两点之间的斜率都相同,故需要对每个点...
分类:
其他好文 时间:
2014-06-28 20:59:44
阅读次数:
132
#include ShellExecute函数原型及参数含义如下:ShellExecute(hWnd: HWND; {指定父窗口句柄}Operation: PChar; {指定动作, 譬如: open、runas、print、edit、explore、find[2]}FileName: PChar;...
分类:
其他好文 时间:
2014-06-28 20:18:55
阅读次数:
290