tnd,装个mariadb这么费劲,我是喜欢看着编译刷刷刷的跑的,所以这次也不例外,但是会出种种问题。sudo apt-get install
libwrap0-devcmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/mariadb
-DWITH_LIBW...
分类:
数据库 时间:
2014-05-08 14:43:39
阅读次数:
378
首先这个问题有两种可能: 1.就是没有配置环境变量,
这个只需要将android安装:例如C:\Program File\android-sdk-windows\tools加入到
系统变量Path中,需要注意的是Path中会配置的有其他的路径,需要在android的路径前加;然后将上面的路径粘贴上去...
分类:
数据库 时间:
2014-05-08 13:07:56
阅读次数:
397
#!/bin/bashnetmask=255.255.255.0IP_PATH=/etc/sysconfig/network-scripts/ifcfg-eth0GM_PATH=/etc/sysconfig/networkecho
-e "Please input IP(FORMAT:192.168...
分类:
系统相关 时间:
2014-05-08 12:59:48
阅读次数:
318
import java.io.IOException;import
org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import
org.apache.hadoop.io.Text;import org.ap...
分类:
其他好文 时间:
2014-05-08 11:27:24
阅读次数:
309
链接:http://poj.org/problem?id=1775
Description
John von Neumann, b. Dec. 28, 1903, d. Feb. 8, 1957, was a Hungarian-American mathematician who made important contributions to the foundations of m...
分类:
其他好文 时间:
2014-05-07 23:57:32
阅读次数:
402
一、扩展逻辑卷1、lvextend-L[+]#/PATH/TO/LV,[+]表示扩展到;#表示扩展至;a)扩展逻辑卷的风险较小,可在线扩展;2、resize2fs:扩展到和物理边界一样大a)命令格式:resize2fs-p/PATH/TO/LV如:lvcreate-L2G-ntestlvmyvgmke2fs-j/dev/myvg/testlvmkdirusersmount/dev/myvg/te..
分类:
系统相关 时间:
2014-05-07 22:31:19
阅读次数:
499
nginx的配置:正常运行的必备配置:1、userusername[groupname];指定运行worker进程的用户和组2、pid/path/to/pidfile_namenginx的pid文件3、worker_rlimit_nofile#;一个worker进程所能够打开的最大文件句柄数;4、worker_rlimit_sigpending#;设定每个用户能够发往worker进程的..
分类:
其他好文 时间:
2014-05-07 22:23:03
阅读次数:
439
简单:e sum of the squares of the first ten natural
numbers is,12 + 22 + ... + 102 = 385The square of the sum of the first ten
natural numbers is,(1 + 2 ...
分类:
其他好文 时间:
2014-05-07 20:23:43
阅读次数:
338
题目链接 Find the contiguous subarray within an array
(containing at least one number) which has the largest sum. For example, given
the array [?2,1,?3,4,...
分类:
其他好文 时间:
2014-05-07 16:42:42
阅读次数:
287
std::string GetFilePath() { char
exepath[MAX_PATH];std::string strdir,tmpdir;memset(exepath,0,MAX_PATH);
GetModuleFileName(NULL,exepath,MAX_PATH); tmp...
分类:
其他好文 时间:
2014-05-07 14:59:14
阅读次数:
240