Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 writeBuffer() 创建缓存文件要求 webroot/js 是全局可写的,并允许浏览器缓存生成的任何页面的脚本资源。
如何使 webroot/js 可写并允许浏览器.....
你的意思是,CHMOD 775 权限?因为这将允许您的网络服务器写入文件夹。
这是一些进一步的信息,http ://en.wikipedia.org/wiki/Chmod