There is a trimWhiteSpaces directive that should accomplish this,In your JSP:<%@ page trimDirectiveWhitespaces="true" %>Or in the jsp-config section your web.xml (Note that this works starting from servlet specification 2.5.):<jsp-config> <jsp-property-group> <url-patt Read More
.vimrc vim,gvim启动设定 推荐 git clone git://github.com/amix/vimrc.git ~/.vim_runtimesh ~/.vim_runtime/install_awesome_vimrc.shsh ~/.vim_runtime/install_bas Read More
from: http://cx4a.org/software/gccsense/manual.html#Editros1. Introduction1.1. What is GCCSense ?GCCSense is the most intelligent development tools for C/C++ using GCC's code analyzers. Using internal compiler information, it is capable to provide a high precise code completion functions. GCCSen Read More