开放心情

文章
6
资源
0
加入时间
2年10月17天

springmvc提交表单日期用Date接收

springMVC提交表单时候,日期数据正常情况下要用String来接收,如果想要用Date来接收,可以实现PropertyEditorRegistry接口,这个接口在spring-beans包下@InitBinder protected void initBinder(WebDataBinder binder) { SimpleDateFormat dateFormat =

Channel类详解[1-3]

Channel.h// Copyright 2010, Shuo Chen.  All rights reserved.// http://code.google.com/p/muduo///// Use of this source code is governed by a BSD-style license// that can be found in the Licen

Jquery插件写法笔记整理

jQuery插件类型: 1 jQuery方法: 大部分jQuery插件都是这种类型的插件,由于这种插件是将对象方法封装起来