上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 实现“点击”对应的mark点获取到对应的地域信息从而实现局部刷新加载数据,并显示对应的tooltip框(可修改提示内容) 阅读全文
posted @ 2017-07-30 17:09 郑福坤 阅读(5139) 评论(0) 推荐(0) 编辑
摘要: upload在form模块,在demo的基础上包个form然后action写地址用?&拼接参数即可 阅读全文
posted @ 2017-07-15 08:46 郑福坤 阅读(6091) 评论(0) 推荐(0) 编辑
摘要: 一、校验数字的表达式 1 数字:^[0-9]*$ 2 n位的数字:^\d{n}$ 3 至少n位的数字:^\d{n,}$ 4 m-n位的数字:^\d{m,n}$ 5 零和非零开头的数字:^(0|[1-9][0-9]*)$ 6 非零开头的最多带两位小数的数字:^([1-9][0-9]*)+(.[0-9] 阅读全文
posted @ 2017-07-14 14:20 郑福坤 阅读(242) 评论(0) 推荐(0) 编辑
摘要: handleSave() { const formData = new FormData(); /* eslint-disable */ for (let key in this.dataInfo) { if (Object.prototype.hasOwnProperty.call(this.dataInfo, key)) ... 阅读全文
posted @ 2017-07-12 21:24 郑福坤 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 价格判断v-if=“dataList”有数据的时候才渲染 阅读全文
posted @ 2017-07-12 17:58 郑福坤 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 将import ... from..改为 const Foo = resolve => require(['./Foo.vue'], resolve) 阅读全文
posted @ 2017-07-12 17:56 郑福坤 阅读(139) 评论(0) 推荐(0) 编辑
摘要: -webkit-overflow-scrolling: touch; 阅读全文
posted @ 2017-07-11 10:39 郑福坤 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-10 09:09 郑福坤 阅读(6835) 评论(0) 推荐(0) 编辑
摘要: Git Git是目前世界上最先进的分布式版本控制系统(没有之一) Git如何存储版本差异? 参考文章:http://blog.jobbole.com/25775/ SHA-1算法的安全性 16核i5处理器、64块Geforce 970显卡、256G内存,破解时间为10天 微软在2013年的Windo 阅读全文
posted @ 2017-07-08 19:32 郑福坤 阅读(203) 评论(0) 推荐(0) 编辑
摘要: v-model="ruleForm.region"和prop="region"也必须保持一致 阅读全文
posted @ 2017-07-07 20:41 郑福坤 阅读(9444) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页