Welcome to the website navigation,本站只接受合法正规的企业网站,欢迎站长们提交你的网站获得展示和流量有任何问题请联系站长,欢迎大家加入本站。

                
提交网站
  • 网站:76083
  • 待审:5
  • APP:577
  • 文章:304411
  • 会员:56004
文字内链包年1000元 文字内链包年1000元 文字内链包年1000元 AI办公网站 AI绘画工具 AIchat

名站网址导航为大家提供关于网站网页设计设计相关的的教程知识。

  • 本篇文章具体介绍如下
public class Cookie1 extends httpServlet {

    public void doGet(httpServletRequest request, httpServletResponse response)
            throws ServletException, IOException {
         response.setContentType("text/html;charset=utf-8");
         PrintWriter out = response.getWriter();
         //得到客户端的所有的Cookie 
         Cookie[] cookies=request.getCookies();
         //从Cookie中找出存储最后登录时间的Cookie
         //Cookie是一个键值对,并且键和值都是String的
         if(cookies!=null){
             for(int i=0;i<cookies.length;i  ){
                 String name = cookies[i].getName();//得到Cookie的name
                 if("lastAccessTime".equals(name))
                 {
                     String time = cookies[i].getValue();//得到最后登录时间,时间是字符串类型的
                     long  t = Long.parseLong(time);
                     out.println("上次登录时间为:" new SimpleDateFormat("yyyy-MM-dd hh:mm:ss").format(new Date(t)));
                 }
             }
         }
         //在页面上写一个删除的链接连接到DelCookie上删除cookie
         out.println("<a href='" request.getContextPath() "/servlet/delcookie'>删除Cookie</a>");

         //把这次的登录时间以Cookie的形式发送给客户端
         //创建Cookie
         Cookie cookie = new Cookie("lastAccessTime", System.currentTimeMillis() "");
         cookie.setMaxAge(60*15);//Cookie 被存储到磁盘了
         cookie.setPath(request.getContextPath());// /day35_cookie 只要是路径以 /day35_cookie开头的都可以接收到Cookie
         //cookie.setPath("/");//  /day35_cookie
         //把cookie发送给客户端
         response.addCookie(cookie);
         /*
          * Cookie默认存储在浏览器的内存,浏览器一旦关闭,Cookie全都没了
          * setMaxAge(time)设置Cookie的最大存活时间,默认单位是秒
          * setMaxAge(-1);默认是-1,浏览器一旦关闭,Cookie全都没了
          * setMaxAge(0):浏览器不关闭,Cookie也没了
          * setMaxAge(正数)
          * 
          * 满足什么条件客户端会把Cookie发给服务器端?
          * 被访问资源的路径前边要匹配  
          * http://localhost:8080/day35_cookie/servlet/cookie1
          * http://localhost:8080/day35_cookie/servlet/cookie2
          */
    }
    public void doPost(httpServletRequest request, httpServletResponse response)
            throws ServletException, IOException {
        doGet(request, response);
    }
}


删除cookie:

public class DelCookie extends httpServlet {


    public void doGet(httpServletRequest request, httpServletResponse response)
            throws ServletException, IOException {
        response.setContentType("text/html;charset=utf-8");
        //删除Cookie
        Cookie cook = new Cookie("lastAccessTime", "");
        cook.setMaxAge(0);
        //设置path,否则可能会错删
        cook.setPath(request.getContextPath());
        response.addCookie(cook);       
    }
    public void doPost(httpServletRequest request, httpServletResponse response)
            throws ServletException, IOException {
         doGet(request,response);
    }

}

jQuery ajax使用$(this).parent()无效解决方法stHAIChat_企业网址导航_网址分类目录_企业黄页网址提交查询专业网站!

stHAIChat_企业网址导航_网址分类目录_企业黄页网址提交查询专业网站!

好了关于网站网页设计设计相关的这篇文章就给大家介绍到这里不明白的地方给本站留言。声明,本站内容来源于互联网,如果侵犯了你的权益请联系本站删除。,用,Cookie,实现,显示,上一次,访问,的,时间,和,删

分享到:

  admin

注册时间:

网站:0 个   APP:3 个  文章:0 篇

  • 76083

    网站

  • 577

    APP

  • 304411

    文章

  • 56004

    会员

赶快注册账号,推广您的网站吧!
文章分类
热门网站
最新入驻APP小程序

宝贝市场2023-02-08

宝贝市场——买手和卖家商品展示

夺宝助手2023-02-08

夺宝助手小程序,查看每日快夺宝平

查诚信2023-02-08

查诚信是一款免费的商业查询工具

车价天天报2023-02-08

快速连接汽车销售,获知汽车最新报

考勤助理小程序2023-02-08

上班签到考勤,实时定位,后台轻松

汽车报价大全查询2023-02-08

汽车报价大全查询提供最新汽车市