会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
花囍
博客园
首页
新随笔
联系
订阅
管理
2020年8月
时间转换
摘要: 返回的秒转换成时分秒 接收的是毫秒 所以使用时需要乘以1000 Vue.prototype.formatTime = function(ms) { const second = ms / 1000 const oneMin = 60 const oneHour = 60 * oneMin const
阅读全文
posted @ 2020-08-31 11:24 花囍
阅读(170)
评论(0)
推荐(0)
2020年7月
深入理解css3中的flex-grow、flex-shrink、flex-basis
摘要: https://zhoon.github.io/css3/2014/08/23/flex.html
阅读全文
posted @ 2020-07-10 10:03 花囍
阅读(178)
评论(0)
推荐(0)
VUE 使用插件vue-clipboard2复制内容至剪切板(两种使用方法)
摘要: https://blog.csdn.net/qq_34035425/article/details/88197335?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonec
阅读全文
posted @ 2020-07-03 16:26 花囍
阅读(341)
评论(0)
推荐(0)
i-input元素不被缩放
摘要: <i-input v-model="formTop.data" type="textarea" :rows="14" style="resize:none" ></i-input> resize:none 元素不可以被用户缩放
阅读全文
posted @ 2020-07-01 16:31 花囍
阅读(347)
评论(0)
推荐(0)
2020年6月
query url 加密
该文被密码保护。
阅读全文
posted @ 2020-06-06 14:26 花囍
阅读(2)
评论(0)
推荐(0)
路由独享守卫
该文被密码保护。
阅读全文
posted @ 2020-06-06 14:25 花囍
阅读(0)
评论(0)
推荐(0)
vue中浏览器刷新事件
摘要: mounted() { window.addEventListener('beforeunload', this.closeMask) this.$once('hook:beoforeDestroy', this.closeMask) }, methods:{ closeMask(){ } } be
阅读全文
posted @ 2020-06-03 17:18 花囍
阅读(4817)
评论(0)
推荐(0)
saas安装
摘要:
阅读全文
posted @ 2020-06-02 22:40 花囍
阅读(194)
评论(0)
推荐(0)
2020年5月
如何撤消“放弃所有更改”在VS Code / Git中(如何撤消VS Code / Git中的“放弃所有更改”)
摘要: git clean -fd git checkout-
阅读全文
posted @ 2020-05-28 21:13 花囍
阅读(3216)
评论(0)
推荐(0)
26个字母优雅写法
摘要: letters: [ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V'
阅读全文
posted @ 2020-05-21 17:20 花囍
阅读(577)
评论(0)
推荐(0)
下一页
公告