摘要: 阅读全文
posted @ 2020-03-12 10:47 琥珀君 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 事件触发与解除: $('#btn').unbind("click"); //移除click $('#btn').unbind(); //移除所有 对于只需要触发一次的,随后就要立即解除绑定的情况,用one() $('#btn').one("click",function(){.......}); $ 阅读全文
posted @ 2020-03-10 17:06 琥珀君 阅读(213) 评论(0) 推荐(0) 编辑
摘要: <style> /*手机*/ @media screen and (max-width:600px){ .box_2 { padding-top: 45px; padding-bottom: 50px; /* background: #fff; */ /* 添加背景图片 */ background- 阅读全文
posted @ 2020-03-10 15:10 琥珀君 阅读(3110) 评论(0) 推荐(0) 编辑
摘要: 工作中的项目使用了前后端分离得方式去开发,前端存储在OSS上套了一层CDN做加速分发(也因为CDN的价格比OSS更低)。但是最近老是遇到前端部署页面后客户端显示炸了的问题。 搜索之后,发现OSS支持 对象更新后刷新CDN缓存的功能。 操作步骤 1.点击进入「对象存储OSS」2.左侧列表选择指定的bu 阅读全文
posted @ 2020-03-10 14:49 琥珀君 阅读(3717) 评论(0) 推荐(0) 编辑
摘要: var i = document.getElementById("popup"); if (this.link) { g_currentHot = this, i.style.display = "block", i.classList.add("wait"); var n = document.c 阅读全文
posted @ 2020-03-07 23:13 琥珀君 阅读(429) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-06 17:15 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 打开需要保存为图片的网页 然后按F12,接着按Ctrl+Shift+P 在红框内输入full 阅读全文
posted @ 2020-03-06 16:47 琥珀君 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1,打开方式 // window.open('', '_self'); // window.open(url); 2,关闭方式 window.close(); 阅读全文
posted @ 2020-03-05 21:28 琥珀君 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-05 11:46 琥珀君 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1,自定义事件并自己触发事件 // 定义事件方法 function MyMousedown( event ) { if ( _this.enabled false ) return; event.preventDefault(); event.stopPropagation(); if ( _sta 阅读全文
posted @ 2020-03-04 19:43 琥珀君 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1,让body中所有元素 上下左右居中 body { display: flex; justify-content: center; align-items: center; background: #F8FFAE; background: -webkit-linear-gradient(-65de 阅读全文
posted @ 2020-03-02 15:01 琥珀君 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-01 14:39 琥珀君 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-29 19:15 琥珀君 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-29 12:15 琥珀君 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-28 21:09 琥珀君 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-28 16:39 琥珀君 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-28 09:23 琥珀君 阅读(118) 评论(0) 推荐(0) 编辑
摘要: php 阅读全文
posted @ 2020-02-25 17:54 琥珀君 阅读(72) 评论(0) 推荐(0) 编辑