摘要:
other > bytefunction covertSizeToByte(size) { // sizes = ['B','KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; let temp = size; if (size.endsWith('KB' 阅读全文
摘要:
关于用web 实现 复制粘贴 等 自定义右键菜单功能 ,网上大部分文章都是用document.execCommand(xxxx) 来实现, 然鹅, document.execCommand(xxxx) 是ie独家提供的,所以像ff,chrome等游览器是没办法用的,(当然 有的一些命令chrome 阅读全文
摘要:
cnpm install rimraf -g package.json 可以像下面这样配置, 这样 每次build时候 都会把原来build好的 全部删除 重新编译 { "name": "webpack-ensure", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "... 阅读全文
摘要:
参考内容:http://www.cnblogs.com/ArthurPatten/p/3317263.html 阅读全文
摘要:
http://blog.csdn.net/woshinia/article/details/18664903 document.execCommand()方法处理Html数据时常用语法格式如下:document.execCommand(sCommand[,交互方式, 动态参数])其中:sComman 阅读全文
摘要:
预览地址 :http://sandbox.runjs.cn/show/lhga1inc? 发现bootstrap4 按钮默认有个动画效果,所以研究了一下!!! 阅读全文
摘要:
// 从Vue的第二个commit来学习数据驱动视图 本文地址:https://zhuanlan.zhihu.com/p/26744423 精品文章 vue学习笔记:http://jiongks.name/blog/vue-code-review/ 阅读全文