-
ubuntu搭建LAMP环境
ubuntu环境下搭建LAM -
解决:Call to undefined function mb_detect_encoding()
Linux:首先使用yum或者apt安装mbstring.so,使用命令:yuminstallphp-mbstring或者apt-getinstallphp-mbstring(ubuntu用户最好使用apt-cachesearchmbstring搜索一番后再安装,软件名字可能有误)然后修改php.ini:执行vim/etc/php.ini,加入extension="/usr/lib/php/mod… -
【转】Ubuntu cron 定时执行任务
Ubuntucron定时执行任务