摘要: A本来要去找C 但是它先去找了B B说在C那 然后他又去找C 一个web资源收到客户端请求后,他会通知客户端去访问另外一个web资源,这个过程叫重定向 常见场景: `用户登录 void sendRedirect(String var1) throws IOException;//关键方法 @Over 阅读全文
posted @ 2021-02-19 23:32 阿瑶丫 阅读(85) 评论(0) 推荐(0)
摘要: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ServletContext servletContext 阅读全文
posted @ 2021-02-19 19:49 阿瑶丫 阅读(54) 评论(0) 推荐(0)
摘要: java中BufferedImage @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { //如何让浏览器3秒自 阅读全文
posted @ 2021-02-19 16:41 阿瑶丫 阅读(37) 评论(0) 推荐(0)