摘要:
json_encode无法使用,要求扩展php>5.2,json>2.1.0http://syue.com/Software/Web/php/17843.html改php.ini加extension=json.so 阅读全文
摘要:
以下转载自:http://hi.baidu.com/longhaiwang/item/5bd6b4d30a976816d80e443eCan't create directory '/var/www/svn/db/transactions/0-1.txn':权限不够创建svn目录报如下错误 svn:Can't create directory '/var/www/svn/db/transactions/0-1.txn':权限不够 则在终端输入:chown –R apache.apache /var/www/svn 重启apache之后,问题解决. 阅读全文