• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






唯💗独爱你

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 45 下一页

2023年3月24日

cookie介绍
摘要: 阅读全文
posted @ 2023-03-24 10:16 唯💗独爱你 阅读(35) 评论(0) 推荐(0)
 

2023年3月23日

文件下载
摘要: 阅读全文
posted @ 2023-03-23 16:58 唯💗独爱你 阅读(12) 评论(0) 推荐(0)
 
请求重定向
摘要: 阅读全文
posted @ 2023-03-23 16:42 唯💗独爱你 阅读(15) 评论(0) 推荐(0)
 
定时刷新
摘要: 参数:3秒后自动跳转到login.html 阅读全文
posted @ 2023-03-23 16:38 唯💗独爱你 阅读(26) 评论(0) 推荐(0)
 
响应数据
摘要: 响应字符数据: @WebServlet("/servletDemo3") public class HttpServletDemo3 extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpSe 阅读全文
posted @ 2023-03-23 15:37 唯💗独爱你 阅读(25) 评论(0) 推荐(0)
 
请求域、请求转发、请求包含
摘要: public class HttpServletDemo1 extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletExc 阅读全文
posted @ 2023-03-23 14:55 唯💗独爱你 阅读(32) 评论(0) 推荐(0)
 

2023年3月22日

利用反射将获取的数据封装成对象
摘要: public class MyServlet extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, 阅读全文
posted @ 2023-03-22 17:13 唯💗独爱你 阅读(29) 评论(0) 推荐(0)
 
请求对象HttpServletRequest——获取请求参数信息
摘要: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { System.out.println(req.getPara 阅读全文
posted @ 2023-03-22 16:21 唯💗独爱你 阅读(74) 评论(0) 推荐(0)
 
请求对象HttpServletRequest——获取请求头信息的方法
摘要: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { String connection = req.getHea 阅读全文
posted @ 2023-03-22 15:48 唯💗独爱你 阅读(102) 评论(0) 推荐(0)
 
请求对象HttpServletRequest——获取各种路径的方法
摘要: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { System.out.println(req.getCont 阅读全文
posted @ 2023-03-22 15:34 唯💗独爱你 阅读(34) 评论(0) 推荐(0)
 
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 45 下一页