摘要: git 阅读全文
posted @ 2019-01-24 20:21 潮哥 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 3.react-router 和react-router-dom的区别 https://blog.csdn.net/sinat_17775997/article/details/69218382 4.Route关联component有多种形式(render、component、children) c 阅读全文
posted @ 2019-01-02 23:52 潮哥 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 采用clip实现圆环加载效果 阅读全文
posted @ 2018-12-28 11:02 潮哥 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 1. 文件的上传和下载 //上传 scp 本地目录 用户名@ip:路径 // 下载 scp 用户名@ip:路径 本地目录 //如果是文件夹 scp -r 用户名@ip:路径 本地目录 2. tgz 压缩,解压 tar -zcvf whale.tgz whale (这里以whale文件夹为例子) // 阅读全文
posted @ 2018-12-05 23:24 潮哥 阅读(157) 评论(0) 推荐(0) 编辑
摘要: echarts的一些点 阅读全文
posted @ 2018-10-16 19:23 潮哥 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 1. 前端读取文件内容, FileReader对象(兼容IE10+) FileReader对象允许Web应用程序异步读取存储在用户计算机上的文件(或原始数据缓冲区)的内容,使用 File 或 Blob 对象指定要读取的文件或数据。使用场景:文件读取和图片预览 具体实现可借鉴(https://www. 阅读全文
posted @ 2018-08-27 20:20 潮哥 阅读(4893) 评论(0) 推荐(0) 编辑
摘要: egret eui 响应式布局 阅读全文
posted @ 2018-08-23 17:22 潮哥 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 新手入门参考教程(https://zhuanlan.zhihu.com/p/33686439) 1. egret.getTimer() 记录启动egret框架以来经过的毫秒数 2. 如何配置RES资源组 (添加组后将左边的资源拖拽过去就可以了) event.groupName, event.item 阅读全文
posted @ 2018-07-24 17:00 潮哥 阅读(618) 评论(0) 推荐(0) 编辑
摘要: Sentry for vue - Raven.js 阅读全文
posted @ 2018-07-12 19:47 潮哥 阅读(388) 评论(0) 推荐(0) 编辑
摘要: vue-cli中webpack配置解析 阅读全文
posted @ 2018-06-27 17:39 潮哥 阅读(740) 评论(0) 推荐(0) 编辑