Offar - offar.org - 乐在其中

General Information:
Latest News:
Warning XMLReader::read() [xmlreader.read]: input conversion failed due to input error 27 Aug 2013 | 04:29 pm
最近遇到一个PHP通过URL解析远程XML的问题,无法正常解析,出现如下的warning: Warning X [...]
CentOS中无法使用setup命令 -bash:setup: command not found 18 Jul 2013 | 08:47 pm
出现这个问题是因为 Minimal 安装模式 所以并没有安装 setuptool 软件. 解决办法为: 使用y [...]
jQuery无法正常处理带有点,冒号id 14 Jan 2013 | 01:18 pm
原因其实很简单,因为这个.或:与css的写法有了冲突,jQuery无法正确识别。 解决方法也简单 [...]
php导出excel时避免数字字符格式变成科学计算法 9 Jan 2013 | 11:15 am
1) 文本:vnd.ms-excel.numberformat:@ 2) 日期:vnd.ms-excel.numberformat:yyyy/mm/dd 3) 数字:vnd.ms-excel.numberformat:#,##0.00 4) 货币:vnd.ms-excel.numberformat:¥#,##0.00 5) 百分比:vnd.ms-excel.numberformat: #0.00%
FTP错误: connect: No route to host的解决办法 31 Dec 2012 | 09:38 pm
现象: ftp: connect: No route to host ftp> ls 227 Enter [...]
解决crontab不执行的问题 25 Dec 2012 | 03:47 pm
crontab不执行的问题困扰了好长时间,脚本写的都正确,但是就是不执行,最终解决方法如下: crontab [...]
后台执行scp 15 Dec 2012 | 02:29 am
scp一些大的数据文件,大多时候想挂后台,由于scp要输入密码,所以不能用nuhop,为了安全,也不去配置ss [...]
vsftpd 226 553 550错误 11 Dec 2012 | 10:53 pm
vsftpd遇到了几个错误: 1. 226 transfer done (but failed to open [...]
忘记MySQLroot密码的解决方案 9 Dec 2012 | 09:45 am
1. 停止MySQL: /etc/init.d/mysqld stop 或者直接kill掉MySQL的进程 2 [...]
CentOS/RHEL安装setup配置工具 19 Nov 2012 | 11:52 am
在RHEL/CentOS中,可以很方便使用setup配置工具配置网络、防火墙、服务等很多关键配置项,使用非常方便,然而采用最小化安装后,默认并没有安装该工具,运行该命令提示如下: [root@localhost ~]# setup -bash: setup: command not found 这时就要手动去安装这个快速配置程序了. [root@localhost ~]# yum inst...