摘要: 1.这块要好好的看看API哦! 阅读全文
posted @ 2016-09-21 15:27 风茗 阅读(168) 评论(0) 推荐(0)
摘要: 1.过滤器? 监听器? listener servlet filter? 2.命名空间? schema? DTD? xml文件的学习要好好的看下哦! 阅读全文
posted @ 2016-09-21 12:43 风茗 阅读(110) 评论(0) 推荐(0)
摘要: 1.instanceof getClass .class 答: instanceof:principal instanceof UserDetails; 判断principal对象是否是UserDetails的实例。 此时的UserDetails是接口哦! getClass: 如果你知道一个实例,那 阅读全文
posted @ 2016-09-21 09:48 风茗 阅读(97) 评论(0) 推荐(0)