摘要: https://blog.csdn.net/qq_17164811/article/details/782037661.Insert title here 2.$('#id').serialize( ); 这时表单的按钮的type不可以是submit,否则自提交数据,也就是自动刷新;改为buttonInsert title... 阅读全文
posted @ 2018-04-09 16:42 aLa神灯 阅读(214) 评论(0) 推荐(0) 编辑
摘要: package set; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; public class SetSort { public static void main(String[] args) { ... 阅读全文
posted @ 2018-04-09 16:13 aLa神灯 阅读(139) 评论(0) 推荐(0) 编辑
摘要: @RequestParam 用来处理Content-Type: 为 application/x-www-form-urlencoded编码的内容。(Http协议中,如果不指定Content-Type,则默认传递的参数就是application/x-www-form-urlencoded类型) RequestParam可以接受简单类型的属性,也可以接受对象类型。 实质是将Request.g... 阅读全文
posted @ 2018-04-09 16:11 aLa神灯 阅读(56010) 评论(4) 推荐(5) 编辑