摘要:
function chk(){varflag=true;varmsg='';vartips={'username':'姓名','tel':'电话','company':'公司名称','loupan_name':'楼盘名','sdate':'团购时间','content_1':'团购内容'};$$('.required').each(function(el){if($F(el 阅读全文
摘要:
最近试着安装rabbitMQ时,发生了错误,导致新立得无法打开,且无法通过apt-get install 安装其它软件,提示:E: The package rabbitmq-server needs to be reinstalled, but I can't find an archive for it.解决办法:sudo dpkg --remove --force-remove-reinstreq rabbitmq-server将上面没有安装好的软件包强制卸载即可。 阅读全文
摘要:
采用源码安装wget http://www.varnish-cache.org/releases/varnish-cache-2.1.4cd ~/Desktop/2.1/varnish-cachesudo ./configure --prefix=/usr/local/varnishsudo makesudo make install安装ok安装完成之后,开始做基本的配置zhxia@zhxia-desktop:~$ vim /usr/local/etc/varnish/default.vclCode highlighting produced by Actipro CodeHighlighte 阅读全文