配置Apache 编辑httpd.conf: vi /etc/httpd/conf/httpd.conf 在730行左右,屏蔽掉AddDefaultCharset: #AddDefaultCharset UTF-8 使apache开机默认启动: chkconfig –level 3 httpd on 请教:vi一个很长的文件,有什么方式可以使光标移到最后一行 shift+g OR G