nginx的配置文件语法高亮在nginx安装成功之后,打开其配置文件,配置文件内往往都没有语法高亮。如下图白色部分为生效的选项。要想对其做语法高亮需要一个文件nginx.vim,可在网上下载到。配置过程[root@www~]#mkdir.vim/syntax–pv//创建.vim目录并在其下再创建一个syntax目?.
分类:
其他好文 时间:
2015-03-09 01:54:54
阅读次数:
159
作者:gnuhpc fromhttp://blog.csdn.net/gnuhpchttp://gnuhpc.wordpress.com/本文环境:ubuntu 10.10/vim7.2基本配置1) 建立基本环境:建立三个目录:mkdir ~/.vim/{plugin,doc,syntax} -p建...
分类:
系统相关 时间:
2015-03-07 22:41:49
阅读次数:
225
在jsp页面使用标签过程中有时候不注意规则的话,eclipse会提示一些错误,下面针对这些错误提出相应的解决办法:标签1. Invalid location of tag (form) form 应该写到table外面去,并且form标签里面也不能套form标签。2. Invalid locatio...
分类:
Web程序 时间:
2015-03-06 12:29:53
阅读次数:
167
在新的服务器(centos 6.3)编译安装完php-5.4.8,再配置好php.ini和httpd.conf后,启动apache-2.4.3的时候,命令执行/usr/local/apache2/bin/apachectl?start时,提示: httpd: Syntax error on line 146 of /...
分类:
Web程序 时间:
2015-03-06 10:42:01
阅读次数:
143
打开ubuntu时,出现的错误如下:Invalid configuration file. File "E:\Ubuntu12.04.vmwarevm\Ubuntu12.04.vmx" was created by a VMware product with more features than t...
分类:
系统相关 时间:
2015-03-05 10:30:02
阅读次数:
143
错误记录: ????Invalid source path ‘../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles‘ specified for unzip. 这个错误应该是我只解压了第一个压缩包,没有解压第二个。 2. 还有一个问题就是按照开始...
分类:
数据库 时间:
2015-03-04 17:09:53
阅读次数:
204
Sharepoint Error : The URL "filename" is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the ...
分类:
Web程序 时间:
2015-03-04 12:47:06
阅读次数:
146
把 /usr/share/libtool/config/config.guess 覆盖到相关软件自带的config.guess把 /usr/share/libtool/config/config.sub 覆盖到相关软件自带的config.sub./configure --enable-shared ...
分类:
系统相关 时间:
2015-03-04 12:37:11
阅读次数:
215
配置tomcat证书 keystore文件后启动一直报错:(tomcat版本:apache-tomcat-6.0.43)tomcat配置: tomcat.keystore所在位置:错误信息:严重: Error initializing endpointjava.lang.Exception: ...
分类:
其他好文 时间:
2015-03-03 16:33:24
阅读次数:
220
//utility 读取内存可以是用该方法static LPSTR loadAudioBlock(char* filename, DWORD* blockSize){ HANDLE hFile= INVALID_HANDLE_VALUE; DWORD size = 0; DWORD readByt....
分类:
其他好文 时间:
2015-03-03 11:08:22
阅读次数:
170