摘要: 参考: https://www.cnblogs.com/yycc/p/8185748.html 阅读全文
posted @ 2019-03-02 11:11 Sonya·Lv 阅读(112) 评论(0) 推荐(0) 编辑
摘要: sessionStorage、localStorage和cookie的区别 共同点:都是保存在浏览器端、且同源的 区别: 1、cookie数据始终在同源的http请求中携带(即使不需要),即cookie在浏览器和服务器间来回传递,而sessionStorage和localStorage不会自动把数据 阅读全文
posted @ 2019-01-29 15:56 Sonya·Lv 阅读(156) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yadongliang/p/9067333.html 阅读全文
posted @ 2019-01-28 16:49 Sonya·Lv 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 设置 catchtouchmove="true" 阅读全文
posted @ 2019-01-23 11:21 Sonya·Lv 阅读(266) 评论(0) 推荐(0) 编辑
摘要: if ((/Android/gi).test(navigator.userAgent)) { window.addEventListener('resize', function () { if (document.activeElement.tagName == 'INPUT' || docume 阅读全文
posted @ 2019-01-17 20:23 Sonya·Lv 阅读(99) 评论(0) 推荐(0) 编辑
摘要: input 绑定blur事件,设置 window.scroll(0,0); 阅读全文
posted @ 2018-12-21 16:36 Sonya·Lv 阅读(296) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/roam/p/7520433.html 阅读全文
posted @ 2018-03-05 21:52 Sonya·Lv 阅读(92) 评论(0) 推荐(0) 编辑
摘要: var lastTouchEnd = 0; document.addEventListener('touchend', function(event) { var now = (new Date()).getTime(); if(now - lastTouchEnd <= 300) { event. 阅读全文
posted @ 2018-01-02 10:37 Sonya·Lv 阅读(219) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/renfufei/article/details/51675148 阅读全文
posted @ 2017-11-06 16:14 Sonya·Lv 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1)参数构造器的参数类型是否正确2)参数构造器的顺序和hql中的顺序是否一致3)参数构造器的参数个数是否和hql中的个数一致4)参数构造器的参数类型是否TimeStamp 阅读全文
posted @ 2017-06-21 13:18 Sonya·Lv 阅读(3642) 评论(0) 推荐(0) 编辑