JSTL--连接数据库操作
摘要:1. 导入jar包 2. 引入资源 3. 连接 <sql:setDataSource> 5. 增删改
阅读全文
posted @
2019-11-01 21:17
iscurry
阅读(731)
推荐(0)
JSTL
摘要:JSTL: Java server pages standarded tag library java服务页标准标签库, 功能 :实现 条件判断,迭代,XML解析,SQL连接与处理。 使用:一般和 EL输出表达式连用,JSTL逻辑,EL输出 1. 在WEB-INF下的lib下导入 javax.ser
阅读全文
posted @
2019-11-01 20:23
iscurry
阅读(143)
推荐(0)
JSP页面乱码
摘要:// 解决乱码问题: request.setCharacterEncoding("utf-8"); response.setCharacterEncoding("utf-8"); response.setContentType("text/html;charset=utf-8");
阅读全文
posted @
2019-11-01 15:56
iscurry
阅读(104)
推荐(0)
Web域名访问路径修改--Eclipse
摘要:原访问路径 : http://localhost:8080/day_07/index.jsp 想要的访问路径: http://localhost:8080/index.jsp
阅读全文
posted @
2019-10-18 10:39
iscurry
阅读(383)
推荐(0)