上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 原因是DNS解析不到正确的地址解决方案:修改host文件(参考 https://github.com/521xueweihan/GitHub520) A.手动方式复制 https://gitee.com/xueweihan/codes/6g793pm2k1hacwfbyesl464/raw?blob 阅读全文
posted @ 2020-10-24 22:13 heroljy 阅读(302) 评论(0) 推荐(0)
摘要: 问题:webview 缓存了index.html页面;浏览器缓存了子页面。解决方案:网页链接后添加时间戳。 第一:避免webView缓存】在service.vue中,给url后边添加时间戳 第二:避免浏览器缓存在index.html页,使用js给所有不需要缓存的a标签添加时间戳(用js修改a标签的h 阅读全文
posted @ 2019-12-22 19:29 heroljy 阅读(2865) 评论(0) 推荐(0)
摘要: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. webpa 阅读全文
posted @ 2019-08-30 17:58 heroljy 阅读(1770) 评论(0) 推荐(0)
摘要: 1.安装按需引入必要插件 npm install babel-plugin-component --save-dev 2.修改babel.config.js 3.在main.js中引入用到的组件,例如 button import { Button } from 'element-ui'; Vue.u 阅读全文
posted @ 2019-08-30 16:51 heroljy 阅读(1366) 评论(0) 推荐(0)
摘要: 原因:el-select remote 远程搜索 多个共享一个options,当使用 remote-method 请求数据后,options被改变,value的值不包含在options中,value的值是一个id,当然就显示id了,难道还显示name? 尝试解决的时候发现,把 options 置空, 阅读全文
posted @ 2019-08-28 16:14 heroljy 阅读(1545) 评论(0) 推荐(0)
摘要: 1.父子组件的数据传递2.store模式 - 局部的数据共享3.vuex 中共享 state - 全局的数据共享 阅读全文
posted @ 2019-08-27 12:03 heroljy 阅读(2210) 评论(0) 推荐(0)
摘要: https://github.com/lydiahallie/javascript-questions/blob/master/zh-CN/README-zh_CN.md 很考基本功 阅读全文
posted @ 2019-08-15 09:15 heroljy 阅读(201) 评论(0) 推荐(0)
摘要: 关键词:Google 出品;Dart语言;Flutter Engine引擎;响应式设计模式;原生渲染;免费并且开源 一、简介 Flutter 是谷歌2018年发布的跨平台移动UI框架。作为谷歌的开源移动UI框架,Flutter可以快速在iOS和Android上构建高质量的原生用户界面,2019年,G 阅读全文
posted @ 2019-08-13 11:28 heroljy 阅读(3037) 评论(0) 推荐(0)
摘要: axios 的 get 方法 params 传参,在输入框中输入某些特殊字符 例如中括号,请求时会直接报 400 错误,Bad Request。 原因:axios 的 get 方法,在使用 params 传参时,已经对对象参数进行了序列化处理 方案:在创建 axios 实例时,增加可选的序列化属性 阅读全文
posted @ 2019-08-12 15:07 heroljy 阅读(4474) 评论(0) 推荐(0)
摘要: 一、视频教程 1.技术胖前端视频:http://www.jspang.com/posts/2.51CTO:http://www.51cto.com/3.极客学院:https://www.jikexueyuan.com/4.慕课网:https://www.imooc.com/ 二、技术文章1.http 阅读全文
posted @ 2019-08-10 16:06 heroljy 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页