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
posted @ 2012-09-22 17:17 庚武 Views(270) Comments(0) Diggs(0) Edit
.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
posted @ 2012-09-22 14:52 庚武 Views(424) Comments(0) Diggs(0) Edit
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
posted @ 2012-09-22 11:25 庚武 Views(838) Comments(0) Diggs(0) Edit