摘要:
Spring3 MVC请求参数获取的几种方法Spring3 MVC请求参数获取的几种方法一、 通过@PathVariabl获取路径中的参数 @RequestMapping(value="user/{id}/{name}",method=RequestMethod.GET) public ... 阅读全文
摘要:
转自:http://www.centoscn.com/CentosBug/osbug/2014/0919/3776.html英文版的linux系统默认不支持中文显示那么如何显示中文呢?可以使用locale命令,查看当前系统默认采用的字符集locale | grep zh1、系统必须安装中文语言包才行... 阅读全文