09 2013 档案
摘要:菜单Window-Preferences-General-Workspace,在右侧面板的Text file encoding选项中选择Other:UTF-8上一步如果不起作用,可以尝试设置下:Window-Preferences-General-Content Types,在右侧面板的Text中,选择相应的C Source File或者Java Source File在下方的Default encoding:输入UTF-8
阅读全文
摘要:一般默认的首页文件是index.php index.php3 index.html index.htm之类的,要想修改为myNewIndex.php,进入服务器Apache目录,找到httpd.conf文件,记事本打卡,搜索"DirectoryIndex",可以看到 DirectoryIndex index.php index.php3 index.html index.htm添加myNewIndex.php即可,顺序代表了优先级
阅读全文