该文被密码保护。 阅读全文
posted @ 2020-05-21 16:43 花囍 阅读(2) 评论(0) 推荐(0) 编辑
摘要: git status git add . git commit -m "add routert" git pull origin master $ git push -u origin master 阅读全文
posted @ 2020-05-17 21:36 花囍 阅读(199) 评论(0) 推荐(0) 编辑
摘要: +new Date()1589423962789new Date()Thu May 14 2020 10:39:44 GMT+0800 (中国标准时间) +相当于把这个时间对象做了隐士的类型转换 阅读全文
posted @ 2020-05-14 10:41 花囍 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <div class="bg"> <div class="div"> <div>登录</div> <div class="shadow">登录</div> </div> </div> <style> body { margin: 0 } .bg { height: 100%; width: 100% 阅读全文
posted @ 2020-05-13 16:41 花囍 阅读(128) 评论(0) 推荐(0) 编辑
摘要: <SectionList ref="table" class="table" api="page-requirement-list" :columns="columns" @on-load="onLoads" pageBar /> columns: [ { title: '反馈内容', key: ' 阅读全文
posted @ 2020-05-06 09:46 花囍 阅读(273) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-06 09:17 花囍 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <img :src="`data:image/jpg;base64,${codeSrc}`" class="verify-code__img" @click="getVerifyCode" /> Data URI scheme支持的类型有: data:,文本数据 data:text/plain,文本 阅读全文
posted @ 2020-04-29 16:15 花囍 阅读(219) 评论(0) 推荐(0) 编辑
摘要: <template> <wg-section> <div class="video-details-box"> <div style="float: left;width: 930px;"> <widget-box style="margin-bottom: 10px; overflow: hidd 阅读全文
posted @ 2020-04-28 16:34 花囍 阅读(236) 评论(0) 推荐(0) 编辑
摘要: (this.currentPageNo - 1) * 10 + Number(param.index) + 1 // this.currentPageNo 为后台返回的当前页数据 阅读全文
posted @ 2020-04-27 19:56 花囍 阅读(227) 评论(0) 推荐(0) 编辑
摘要: /** * @description 日期格式化 * @author * @param {Date | String | Number} oldDate 待格式化的日期,可以是Date对象也可以是字符串 * @param {string} [fmt='yyyy年MM月dd日'] 格式化后的格式 *  阅读全文
posted @ 2020-04-27 15:04 花囍 阅读(156) 评论(0) 推荐(0) 编辑