清晰的角色划分:控制器(controller)、验证器(validator)、命令对象(command obect)、表单对象(form object)、模型对象(model object)、Servlet分发器(DispatcherServlet)、处理器映射(handler mapping)、试 ...
分类:
编程语言 时间:
2017-07-14 23:03:09
阅读次数:
142
1 lass tuple(object): 2 """ 3 tuple() -> empty tuple 4 tuple(iterable) -> tuple initialized from iterable's items 5 6 If the argument is a tuple, the ...
分类:
编程语言 时间:
2017-07-14 22:17:32
阅读次数:
264
在使用 SpringMVC 是,配置了一个 Session 拦截器,用于拦截用户是否登录,但是用户访问登录页面和注册页面时就不需要拦截了,这时就需要用到这个标签了 。 代码上来先: ... ...
分类:
移动开发 时间:
2017-07-14 22:16:03
阅读次数:
1891