12 2016 档案

摘要:Velocity语法(VM) 1. 变量 (1) 变量的定义 : #set($name = "hello") 说明:velocity中变量是弱类型的。 当使用#set 指令时,括在双引号中的字面字符串将解析和重新解释,如下所示: #set($directoryRoot = "www" ) #set( 阅读全文
posted @ 2016-12-05 12:06 晚`枫 阅读(3550) 评论(0) 推荐(0)
摘要:修改tomcat下面的server.xml配置文件,改成这样 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8"/> connecti 阅读全文
posted @ 2016-12-01 15:09 晚`枫 阅读(274) 评论(0) 推荐(0)