03 2016 档案

摘要:Spring’s MVC module is based on front controller design pattern followed by MVC design pattern. All the incoming requests are handled by the single se 阅读全文
posted @ 2016-03-14 14:58 熊猫不是猫 阅读(294) 评论(0) 推荐(0)
摘要:解决这个问题的思路: 在maven的编译插件中声明正确的字符集编码编码——编译使用的字符集编码与代码文件使用的字符集编码一致!! 安装系统之后,一般中文系统默认字符集是GBK。我们安装的软件一般都继承使用操作系统的默认字符集。 所以在很多中文XP win7上开发的同学,在使用maven(mvn co 阅读全文
posted @ 2016-03-01 18:38 熊猫不是猫 阅读(337) 评论(0) 推荐(0)
摘要:要想使maven结合testng只需要在pom.xml文件中加入如下信息: <build> <plugins> <!-- invoke testng.xml file --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifact 阅读全文
posted @ 2016-03-01 18:34 熊猫不是猫 阅读(425) 评论(0) 推荐(0)