会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
奋斗的孩子
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2016年9月4日
初步认识session
摘要: TestSession01.java protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto
阅读全文
posted @ 2016-09-04 23:57 敬畏之心+持之以恒
阅读(175)
评论(0)
推荐(0)
编辑
JSTL的基本使用
摘要: <body> <% request.setAttribute("name", "lisi123"); request.setAttribute("ttt", new ArrayList()); request.setAttribute("template", "<h1>lisi123</h1>");
阅读全文
posted @ 2016-09-04 22:51 敬畏之心+持之以恒
阅读(272)
评论(0)
推荐(0)
编辑
EL的基本使用
摘要: 总结:EL操作的是作用域 <body> <% Users users = new Users("lisi","lisi123","lisi@lisi.com"); Address address = new Address("四川","成都","武侯区"); users.setAddress(add
阅读全文
posted @ 2016-09-04 22:39 敬畏之心+持之以恒
阅读(464)
评论(0)
推荐(0)
编辑