• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • 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 敬畏之心+持之以恒 阅读(179) 评论(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 敬畏之心+持之以恒 阅读(308) 评论(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 敬畏之心+持之以恒 阅读(484) 评论(0) 推荐(0)