上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页

2023年1月16日

MVC三层架构

摘要: mvc三层架构 架构讲解 阅读全文

posted @ 2023-01-16 15:44 大风吹过12138 阅读(16) 评论(0) 推荐(0)

JavaBean

摘要: 阅读全文

posted @ 2023-01-16 15:15 大风吹过12138 阅读(19) 评论(0) 推荐(0)

JSP,JSTL标签

摘要: if判断标签 choose选择 for循环标签 阅读全文

posted @ 2023-01-16 00:15 大风吹过12138 阅读(14) 评论(0) 推荐(0)

2023年1月15日

JSP内置对象及作用域

摘要: 阅读全文

posted @ 2023-01-15 22:23 大风吹过12138 阅读(14) 评论(0) 推荐(0)

JSP基础语法和指令

摘要: 阅读全文

posted @ 2023-01-15 19:03 大风吹过12138 阅读(22) 评论(0) 推荐(0)

2023年1月14日

JSP

摘要: jsp中的Java代码应该是执行输出 重要!!!! 阅读全文

posted @ 2023-01-14 21:26 大风吹过12138 阅读(39) 评论(0) 推荐(0)

Session

摘要: Session还可以通过setAttribute()保存用户信息 req.setCharacterEncoding("utf-8"); resp.setCharacterEncoding("utf-8"); resp.setHeader("Content-type","text/html;chars 阅读全文

posted @ 2023-01-14 17:47 大风吹过12138 阅读(71) 评论(0) 推荐(0)

2023年1月13日

Cookie讲解

摘要: 给cookie设置有效期 显示访问时间 public class CookieDemo01 extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) t 阅读全文

posted @ 2023-01-13 22:31 大风吹过12138 阅读(23) 评论(0) 推荐(0)

Request应用

摘要: <body> <h1>登录</h1> <div > <form action="${pageContext.request.contextPath}/login" method="post"> 用户名:<input type="text" name="username"><br> 密码:<input 阅读全文

posted @ 2023-01-13 16:15 大风吹过12138 阅读(23) 评论(0) 推荐(0)

response重定向

摘要: public class RedirectServlet extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletExce 阅读全文

posted @ 2023-01-13 15:50 大风吹过12138 阅读(26) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页

导航