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.
我在 codeigniter 和 Mamp 上配置我的项目。当我运行它时,我得到了 CHMOD 7777 错误,如图所示。有人知道如何使 config.php 和其他页面可重写。
有两种方法:
使用您的 FTP 客户端
单击您的文件-> 属性-> 权限:777。
使用 SSH
chmod 777 /Application/MAMP/httdocs/modena/application/main/config/config.php chmod 777 /Application/MAMP/httdocs/modena/started_install.php
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?