- 博客(3)
- 收藏
- 关注
转载 最详细的Log4j使用教程 – 码农网 http://www.codeceo.com/article/log4j-usage.html
最详细的Log4j使用教程 – 码农网 http://www.codeceo.com/article/log4j-usage.html点击打开链接
2017-03-26 13:29:55 1000
原创 SpringMVC method属性与http请求方法一致
在springMVC中,@requestMapping注解有method属性,在没有指定method的值时,默认映射所有http请求方法,如果仅想接收一种请求方法,需用method=RequestMethod.GET或其他 请求方法指定,如果提交表单时form标签中method的请求方法与requestMapping中指定的不同,则会报错。如:表单如下: 姓
2016-12-27 10:40:43 6614 1
原创 在外部类中创建内部类的对象时报错No enclosing instance of type Outside is accessible···的解决方
在学习内部类的时候自己写了一个内部类的代码试验了一下,代码如下public class Outside {public class Inner{ public void show(){ System.out.println("这是内部类内容"); }} public static void main(String[] args) { Inner m
2016-10-20 16:06:29 866
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人