摘要: 一个简单的适用于Vue的上拉刷新,触底加载组件,没有发布npm需要时直接粘贴定制修改即可 阅读全文
posted @ 2019-04-12 19:24 吕岳阳 阅读(2656) 评论(0) 推荐(0) 编辑
摘要: 此方法只适用于现代浏览器,IE10以下就别用了 阅读全文
posted @ 2018-10-25 09:21 吕岳阳 阅读(8712) 评论(0) 推荐(0) 编辑
摘要: ```html 0 ? 'placeholder_hide' : ''" :style="{'min-width': minWidth}" :contenteditable="input" :placeholder="placeholder" @focus="ischecked = true" @blur="blurFn... 阅读全文
posted @ 2018-08-29 15:08 吕岳阳 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: ``` bash # 注册模块镜像 npm set registry https://registry.npm.taobao.org # node-gyp 编译依赖的 node 源码镜像 npm set disturl https://npm.taobao.org/dist # 清空缓存 npm cache clean --force # 安装cnpm npm install... 阅读全文
posted @ 2018-07-02 14:26 吕岳阳 阅读(4186) 评论(0) 推荐(1) 编辑
摘要: 使用 egg.js + superagent 进行文件上传转发 地址资源链接 superagent官方文档 http://visionmedia.github.io/superagent/ egg文件上传参考文档 https://eggjs.org/zh cn/basics/controller.h 阅读全文
posted @ 2018-06-26 11:32 吕岳阳 阅读(1471) 评论(0) 推荐(0) 编辑
摘要: 根据银行卡号码获取银行卡归属地信息接口地址,get请求 https://ccdcapi.alipay.com/validateAndCacheCardInfo.json?_input_charset=utf 8&cardNo=银行卡卡号&cardBinCheck=true 返回参数对照 查询银行lo 阅读全文
posted @ 2018-06-01 11:49 吕岳阳 阅读(2841) 评论(0) 推荐(0) 编辑
摘要: ``` text-align:justify; text-justify:distribute-all-lines;/*ie6-8*/ text-align-last:justify;/* ie9*/ -moz-text-align-last:justify;/*ff*/ -webkit-text-align-last:justify;/*chrome 20+*/ ``` 阅读全文
posted @ 2018-05-28 14:56 吕岳阳 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 参考博客地址 "https://blog.csdn.net/wang414300980/article/details/79537875" 原因是jdk版本问题,下载jdk "jbsdk8u152b1036.1" 下载之后解压替换webstrom安装目录的jre64(64位系统)或者jre 启动we 阅读全文
posted @ 2018-04-25 15:39 吕岳阳 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 管理员权限打开cmde 输入: 回车,OK 阅读全文
posted @ 2018-03-26 22:22 吕岳阳 阅读(925) 评论(0) 推荐(0) 编辑
摘要: 1.添加到全局 阅读全文
posted @ 2018-03-25 15:59 吕岳阳 阅读(166) 评论(1) 推荐(0) 编辑