gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
tar: Child returned status 1
tar: Error is not recoverable: exiting now
2016-11-12
至于有同學(xué)說(shuō)下載慢,
我的做法是在windows里面用迅雷下載,然后在IIS中部署一個(gè)web
linux就可以下載了,速度杠杠的
我的做法是在windows里面用迅雷下載,然后在IIS中部署一個(gè)web
linux就可以下載了,速度杠杠的
2016-11-10
在配置pcre的時(shí)候,安裝路徑不要跟版本號(hào),即“./configure --prefix=/usr/local/pcre”
否則后面配置apache的時(shí)候會(huì)報(bào)錯(cuò)
“checking for pcre-config... false”,究其原因我還不知道
否則后面配置apache的時(shí)候會(huì)報(bào)錯(cuò)
“checking for pcre-config... false”,究其原因我還不知道
2016-11-10
(1)vim ~/.bash_profile;
(2)添加 export PATH=$PATH:/usr/local/mysql/bin;
(3)保存退出;
(4)source ~/.bash_profile;
mysqld 無(wú)效的解決辦法
(2)添加 export PATH=$PATH:/usr/local/mysql/bin;
(3)保存退出;
(4)source ~/.bash_profile;
mysqld 無(wú)效的解決辦法
2016-11-09