永远的学生

qindgfly

导航

随笔分类 -  PHP

亚马逊S3 - The difference between the request time and the current time is too large.
摘要:上传文件到亚马逊S3时,提示错误:The difference between the request time and the current time is too large.解决办法:linux中执行:ntpdate ntp.ubuntu.com 阅读全文

posted @ 2012-05-16 17:55 东国先生 阅读(1322) 评论(0) 推荐(0)

Linux下PHP文件操作提示无权限
摘要:1.设置上传目录权限为 777 chmod -R 777 /var/www/html/uploadfiles2.将上传目录所有者更改为apache的运行用户 chown -R apache.apache /var/www/html/uploadfiles3.用命令 getenforce 查看selinux是否在运行,若为 enforcing,则 setenforce 0 阅读全文

posted @ 2012-02-22 15:44 东国先生 阅读(871) 评论(0) 推荐(0)

PHP文件操作函数
摘要:收藏一些PHP的文件操作函数,以便查阅。 阅读全文

posted @ 2010-02-25 11:53 东国先生 阅读(367) 评论(0) 推荐(0)