会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sonya·Lv
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2019年3月2日
nigix反向代理
摘要: 参考: https://www.cnblogs.com/yycc/p/8185748.html
阅读全文
posted @ 2019-03-02 11:11 Sonya·Lv
阅读(112)
评论(0)
推荐(0)
编辑
2019年1月29日
cookie与sessionStorage机制
摘要: sessionStorage、localStorage和cookie的区别 共同点:都是保存在浏览器端、且同源的 区别: 1、cookie数据始终在同源的http请求中携带(即使不需要),即cookie在浏览器和服务器间来回传递,而sessionStorage和localStorage不会自动把数据
阅读全文
posted @ 2019-01-29 15:56 Sonya·Lv
阅读(156)
评论(0)
推荐(0)
编辑
2019年1月28日
js浮点数运算精度问题
摘要: https://www.cnblogs.com/yadongliang/p/9067333.html
阅读全文
posted @ 2019-01-28 16:49 Sonya·Lv
阅读(77)
评论(0)
推荐(0)
编辑
2019年1月23日
小程序弹框出现,底部页面也跟随滚动
摘要: 设置 catchtouchmove="true"
阅读全文
posted @ 2019-01-23 11:21 Sonya·Lv
阅读(266)
评论(0)
推荐(0)
编辑
2019年1月17日
安卓机数字键盘弹出页面被挡问题
摘要: 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)
编辑
2018年12月21日
h5 中软键盘弹出后,点击退出键盘,页面无法恢复
摘要: input 绑定blur事件,设置 window.scroll(0,0);
阅读全文
posted @ 2018-12-21 16:36 Sonya·Lv
阅读(296)
评论(0)
推荐(0)
编辑
2018年3月5日
跨域以及解决办法
摘要: https://www.cnblogs.com/roam/p/7520433.html
阅读全文
posted @ 2018-03-05 21:52 Sonya·Lv
阅读(92)
评论(0)
推荐(0)
编辑
2018年1月2日
ios10兼容问题
摘要: 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)
编辑
2017年11月6日
safari图片跨域
摘要: http://blog.csdn.net/renfufei/article/details/51675148
阅读全文
posted @ 2017-11-06 16:14 Sonya·Lv
阅读(291)
评论(0)
推荐(0)
编辑
2017年6月21日
出现Unable to locate appropriate constructor on class 错误可能的原因
摘要: 1)参数构造器的参数类型是否正确2)参数构造器的顺序和hql中的顺序是否一致3)参数构造器的参数个数是否和hql中的个数一致4)参数构造器的参数类型是否TimeStamp
阅读全文
posted @ 2017-06-21 13:18 Sonya·Lv
阅读(3642)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
下一页
公告