\?-------------------------------------一般性
\copyright 显示PostgreSQL的使用和发行许可条款 \g [文件] or; 执行查询 (并把结果写入文件或 |管道) \gset
[PREFIX] 执行查询并把结果存到psql变量中 \h [名称]...
分类:
数据库 时间:
2014-05-20 00:22:16
阅读次数:
450
问题:寻找最长公共前缀思路:就是逐一检查每个string中的每一位,碰到不相等的时候,结束;每个string中这一位都相等,加入到common
prefix中~public String longestCommonPrefix(String[] strs) { int ...
分类:
其他好文 时间:
2014-05-19 21:12:05
阅读次数:
292
#所有需要安装的包都在contribs目录里。faac1.#cd/usr/local/src/contribs2.[root@...contribs]#tarzxvffaac-1.28.tar.gz3.[root@...contribs]#cdfaac-1.284.[root@...faac-1.28]#./configure--prefix=/usr/local/--enable-shared5.[root@...faac-1.28]#make&&makeinst..
分类:
其他好文 时间:
2014-05-15 19:16:58
阅读次数:
549
通过brew 安装:brew install mariadb初始化数据库cd
/usr/local/Cellar/mariadb/10.0.10/scriptsmysql_install_db --user=`root`
--basedir="$(brew --prefix mariadb)" --...
分类:
数据库 时间:
2014-05-15 17:53:53
阅读次数:
913
Longest Common Prefix
Write a function to find the longest common prefix string amongst an array of strings....
分类:
其他好文 时间:
2014-05-15 13:27:07
阅读次数:
233
(1)cd
/usr/local/php-5.2.17/ext/mysqli(2)输入/usr/local/php/bin/phpize 回车(3)./configure
--prefix=/usr/local/mysqli --with-php-config=/usr/local/php/bin....
分类:
其他好文 时间:
2014-05-15 09:34:06
阅读次数:
292
FAAC1.28的下载地址:http://www.audiocoding.com/downloads.html
如何编译:
1../configure --host=arm-hisiv100nptl-linux --prefix=/home/ssy/lib
2.make
3.make install
优化
在不修改源码的情况下,faac的内存占用非常高,每路音频在13M左右。如果多路音...
分类:
系统相关 时间:
2014-05-15 06:47:02
阅读次数:
904
2.4ssl方式部署apache2.4.1安装apache./configure--prefix=/usr/local/apache2--enable-dav--enable-ssl--enable-so--enable-mods-shared=allmake&&makeinstall2.4.2安装svn安装apr-1.4.6.tar.gz、apr-util-1.5.1.tar.gz、neon-0.29.6.tar.gz同2.2章节部分unzipsqlite-..
分类:
编程语言 时间:
2014-05-14 18:42:21
阅读次数:
514
步骤一:安装#tar-zxvfphp-5.2.17.tar.gz#cdphp-5.2.17#./configure--prefix=/opt/php--with-mysql=/opt/mysql\>--with-apxs2=/opt/httpd/bin/apxs//通俗易懂,不解释#make#mak...
分类:
Web程序 时间:
2014-05-14 09:15:56
阅读次数:
291
如果你有文件太大,导致一些携带式装置无法复制的问题,嘿嘿!找 split 就对了!
他可以帮你将一个大文件,依据文件大小或行数来分割,就可以将大文件分割成为小文件了! 快速又有效啊!真心不错~[root@www ~]# split [-bl]
file PREFIX选项与参数:-b :后面可接...
分类:
系统相关 时间:
2014-05-14 07:26:00
阅读次数:
446