上一页 1 ··· 31 32 33 34 35
摘要: 获取checkbox选中的状态 deleteAll全选的name 1. $("input[name='deleteAll']").is(":checked") 2. $("input[name='deleteAll']").prop("checked") 3. deleteAll.checked 设 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 在学习ssh框架是发现,检索条件是英文时,sql就能按照条件过滤出数据,当我换成中文是,检索出来的数据就是空,最后发现没有设置数据库连接url的编码格式1.数据库编码COLLATE='utf8_general_ci'2.jsp编码3.连接url编码jdbc:mysql://127.0.0.1:330... 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://sourceforge.net/projects/json-lib/files/json-lib/ 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(73) 评论(0) 推荐(0) 编辑
摘要: Spring自动装配----注解装配----Spring自带的@Autowired注解父类package cn.ychx;public interface Person { public void sayHello();}学生子类package cn.ychx;public class Stude... 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 开启html元素的编辑模式contenteditable="true" 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(286) 评论(0) 推荐(0) 编辑
摘要: http://zhanzhang.baidu.com/ 阅读全文
posted @ 2017-10-09 18:30 翠微 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35