上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 42 下一页
摘要: 首先在 tomcat的 D:\apache-tomcat-7.0.57\conf\server.xml里添加中文编码 前台处理 后台处理 阅读全文
posted @ 2016-08-19 11:20 wujixing909 阅读(312) 评论(0) 推荐(0)
摘要: 第一种getJSON方式: 前台调用: 后台处理 另一种get方式 前台调用 后台处理i 阅读全文
posted @ 2016-08-19 09:28 wujixing909 阅读(7106) 评论(0) 推荐(0)
摘要: AJAX+JSP时,out.write('content')之后,如果后面还有代码,无法被执行到,会报 错,java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committe 阅读全文
posted @ 2016-08-19 09:23 wujixing909 阅读(1037) 评论(0) 推荐(0)
摘要: 的 阅读全文
posted @ 2016-08-17 13:56 wujixing909 阅读(182) 评论(0) 推荐(0)
摘要: Servlet端代码 前端获取 阅读全文
posted @ 2016-08-17 10:06 wujixing909 阅读(203) 评论(0) 推荐(0)
摘要: 1. img控件加id 2. 加click事件 阅读全文
posted @ 2016-08-17 09:43 wujixing909 阅读(865) 评论(0) 推荐(0)
摘要: D 前台获取 阅读全文
posted @ 2016-08-16 14:26 wujixing909 阅读(549) 评论(0) 推荐(0)
摘要: --> com.web.model.User com.web.model.Log org.hibernate.dialect.MySQLDialect update true --> ... 阅读全文
posted @ 2016-08-12 12:11 wujixing909 阅读(189) 评论(0) 推荐(0)
摘要: hibernate工作原理 原理: 1.读取并解析配置文件 2.读取并解析映射信息,创建SessionFactory 3.打开Sesssion 4.创建事务Transation 5.持久化操作 6.提交事务 7.关闭Session 8.关闭SesstionFactory 为什么要用: 1. 对JDB 阅读全文
posted @ 2016-08-12 10:22 wujixing909 阅读(387) 评论(0) 推荐(0)
摘要: ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");RegisterDAO registerDAO = (RegisterDAO)ac.getBean("RegisterDAO"); 阅读全文
posted @ 2016-08-11 17:51 wujixing909 阅读(660) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 42 下一页