KEEP ON CODING......
摘要: 1. Cookie是什么? Cookie(Cookies,浏览器缓存), 是指某些网站为了辨别用户身份、进行session跟踪而储存在用户本地终端上的数据(通常经过加密)。 2. Cookie的作用: 主要用于少量数据的不经常存储,Web浏览器需要保存的cookie总数不过300个,为每个Web服务 阅读全文
posted @ 2016-05-19 08:41 Cecil2020 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 覆写如下: public class User{ private Integer id; private String userName; private String passWord; public Integer getId() { return id; } public void setId 阅读全文
posted @ 2016-05-19 07:56 Cecil2020 阅读(285) 评论(0) 推荐(0) 编辑