04 2020 档案

摘要:https://blog.csdn.net/qq_42991509/article/details/91828733 阅读全文
posted @ 2020-04-29 20:33 ThisCall 阅读(398) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/5164a7bda33d?utm_source=oschina-app 阅读全文
posted @ 2020-04-29 15:59 ThisCall 阅读(508) 评论(0) 推荐(0) 编辑
摘要:https://www.csdn.net/gather_21/MtTaAgwsNjgzOC1ibG9n.html https://blog.csdn.net/YYYYYun/article/details/100698279 https://www.cnblogs.com/new-life/p/11 阅读全文
posted @ 2020-04-29 11:58 ThisCall 阅读(4737) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/ed6010ab868e 用vue做的项目,有个需求就是关闭浏览器的时候,需要往后台提交有个接口,来监听这个账号有没有下线。 网上找了很多种方法,一直没有实现。 主要困惑点: 1、浏览器关闭是事件,是什么 onbeforeunload、onunlo 阅读全文
posted @ 2020-04-28 09:16 ThisCall 阅读(10935) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-27 15:38 ThisCall 阅读(347) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zyulike/p/11190012.html 1,去掉编译文件中map文件。在编译好后,我们会看到文件夹下有特别多的.map文件,这些文件主要是帮助我们线上调试代码,查看样式。所以为了避免部署包过大,通常都不生成这些文件。 在 config/inde 阅读全文
posted @ 2020-04-27 13:15 ThisCall 阅读(277) 评论(0) 推荐(0) 编辑
摘要:yum -y install dos2unix* dos2unix run.sh converting file run.sh to UNIX format ... dos2unix start.sh converting file start.sh to UNIX format ... dos2u 阅读全文
posted @ 2020-04-26 15:04 ThisCall 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-26 14:40 ThisCall 阅读(179) 评论(0) 推荐(0) 编辑
摘要:<!-- 插入数据:返回记录主键id值 --> <insert id="insert" useGeneratedKeys="true" keyProperty="id" keyColumn="id"> insert into stu (name,age) values (#{name},#{age} 阅读全文
posted @ 2020-04-26 11:53 ThisCall 阅读(6528) 评论(0) 推荐(0) 编辑
摘要:https://www.csdn.net/gather_25/MtTaAgysMDQ5MC1ibG9n.html https://www.jianshu.com/p/724fb4cef0b4 https://blog.csdn.net/weixin_36934930/article/details/ 阅读全文
posted @ 2020-04-24 16:51 ThisCall 阅读(2238) 评论(0) 推荐(0) 编辑
摘要:vue如何封装一个通用组件 https://www.jianshu.com/p/233d17dfbd16 vue如何封装一个全局组件 https://www.jianshu.com/p/c784342d3ebb vue封装公共头部组件 https://blog.csdn.net/qq_3838857 阅读全文
posted @ 2020-04-24 14:26 ThisCall 阅读(243) 评论(0) 推荐(0) 编辑
摘要:https://www.imooc.com/article/32222 阅读全文
posted @ 2020-04-24 14:23 ThisCall 阅读(100) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/63f09651724c https://www.bbsmax.com/A/kjdwlwrBzN/ https://blog.csdn.net/qq_42043377/article/details/82894351 https://www.bbs 阅读全文
posted @ 2020-04-24 14:16 ThisCall 阅读(92) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/4b55d312d297 阅读全文
posted @ 2020-04-24 14:04 ThisCall 阅读(105) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/b323dadfeda9 阅读全文
posted @ 2020-04-24 13:56 ThisCall 阅读(74) 评论(0) 推荐(0) 编辑
摘要:背景原因:el-image 一旦初始化加载失败的话,后期更新是不会出图片的。 解决方案:要么一开始在标签 el-image 里添加 “:lazy='true'”,要么在 “:src” 里添加默认图片地址,避免渲染DOM的时候找不到地址导致报错。 https://blog.csdn.net/Dream 阅读全文
posted @ 2020-04-24 11:53 ThisCall 阅读(119) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/14bbc991a268 https://www.npmjs.com/package/react-lazyload npm install --save react-lazyload <LazyLoad overflow={true} height 阅读全文
posted @ 2020-04-24 11:47 ThisCall 阅读(1135) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/article/149965.htm http://www.luyixian.cn/javascript_show_165809.aspx 阅读全文
posted @ 2020-04-24 11:45 ThisCall 阅读(141) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/ljc20090913/article/details/81662690 减少获取dom节点的消耗了 https://www.cnblogs.com/xumqfaith/p/7743387.html https://www.jianshu.com/p/b8 阅读全文
posted @ 2020-04-23 13:48 ThisCall 阅读(2785) 评论(0) 推荐(0) 编辑
摘要:例子 vue中eventbus被多次触发(vue中使用eventbus踩过的坑)【bus.$on事件被多次绑定】 问题描述:只要页面没有强制刷新,存在组件切换,bus.$on方法会被多次绑定,造成事件多次触发 触发bus.$on中绑定的方法.png bus.$on多次绑定.png 解决办法一:在每次 阅读全文
posted @ 2020-04-23 11:27 ThisCall 阅读(1129) 评论(0) 推荐(0) 编辑
摘要:switch (actsure) { case 0: (() => { chetype = '' })() break; case 1: (() => { chetype = 1 })() break; case 2: (() => { chetype = 0 })() break; } 阅读全文
posted @ 2020-04-22 13:55 ThisCall 阅读(88) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/TurtleOrange/article/details/89518721 https://www.jianshu.com/p/0f6fb67b3e3e v-for和v-if不应该一起使用,必要情况下应该替换成computed属性。 原因:v-for比v- 阅读全文
posted @ 2020-04-22 11:58 ThisCall 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-21 17:08 ThisCall 阅读(135) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/744691eeb8f0 阅读全文
posted @ 2020-04-19 14:00 ThisCall 阅读(569) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/cx-code/p/10059109.html https://help.aliyun.com/document_detail/98576.html?spm=a2c4g.11186623.2.8.20b8625av8d8ur#concept-omf-l 阅读全文
posted @ 2020-04-19 00:55 ThisCall 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 23:10 ThisCall 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 17:49 ThisCall 阅读(140) 评论(0) 推荐(0) 编辑
摘要:新版vue没有build文件夹,需要配置 vue.config.js 文件 https://www.jianshu.com/p/b358a91bdf2d https://www.cnblogs.com/lxz123/p/12541601.html 阅读全文
posted @ 2020-04-18 15:59 ThisCall 阅读(1332) 评论(0) 推荐(1) 编辑
摘要:logs下创建pid文件 https://www.cnblogs.com/codingcloud/p/5095066.html [root@iZbp1aed32ln6eZ local]# cd nginx [root@iZbp1aed32ln6eZ nginx]# sudo /usr/local/n 阅读全文
posted @ 2020-04-18 15:04 ThisCall 阅读(246) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/tangkthh/article/details/88787714 https://www.cnblogs.com/fxwoniu/p/11896836.html 阅读全文
posted @ 2020-04-18 13:51 ThisCall 阅读(1073) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/fbcad30031c2 https://www.jb51.net/article/146483.htm 阅读全文
posted @ 2020-04-18 12:25 ThisCall 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 11:05 ThisCall 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 10:29 ThisCall 阅读(2260) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/4a1c95c215da 控制台内执行 npm install -g cnpm --registry=https://registry.npm.taobao.org 安装成功后 使用 cnpm i xxx 代替 npm install xxx 阅读全文
posted @ 2020-04-17 21:40 ThisCall 阅读(2202) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/a/1190000017462244 (亲测) https://www.cnblogs.com/woniubushinide/p/10775759.html 结合这个 https://blog.csdn.net/mianyao1004/article 阅读全文
posted @ 2020-04-17 18:31 ThisCall 阅读(538) 评论(0) 推荐(0) 编辑
摘要:module.exports = { NODE_ENV: '"production"', //API_KEY:'"https://app-verify.iwonly.com/"',//你们的线上接口是否有统一的接口前缀,测试环境, API_ROOT:'"https://app.iwonly.com/ 阅读全文
posted @ 2020-04-17 17:51 ThisCall 阅读(2173) 评论(0) 推荐(0) 编辑
摘要:if (options.extract) { return ExtractTextPlugin.extract({ use: loaders, fallback: 'vue-style-loader', publicPath:'../../' }) } else { return ['vue-sty 阅读全文
posted @ 2020-04-17 15:18 ThisCall 阅读(392) 评论(0) 推荐(0) 编辑
摘要:https://www.pianshen.com/article/27795218/ 阅读全文
posted @ 2020-04-17 10:29 ThisCall 阅读(5685) 评论(0) 推荐(0) 编辑
摘要:document.getElementById("sliderbody").scrollTop = 0; 阅读全文
posted @ 2020-04-16 13:51 ThisCall 阅读(347) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/tang422622/article/details/86534587 https://www.cnblogs.com/zmyxixihaha/p/11340450.html https://www.jianshu.com/p/30262d71d230 阅读全文
posted @ 2020-04-14 19:35 ThisCall 阅读(282) 评论(0) 推荐(0) 编辑
摘要:@click="openArticle('123') 替换为 @click.native="openArticle('123') 阅读全文
posted @ 2020-04-14 17:38 ThisCall 阅读(2798) 评论(0) 推荐(0) 编辑
摘要:.goods-list::-webkit-scrollbar { display: none; /*隐藏滚动条*/ } 阅读全文
posted @ 2020-04-14 14:47 ThisCall 阅读(173) 评论(0) 推荐(0) 编辑
摘要:使用element中的table组件,如何单击某一行数据时选中对应的复选框 <el-table @row-click="clickRow" ref="moviesTable" :data="insertModel.tableData"@selection-change="handleSelectio 阅读全文
posted @ 2020-04-14 11:58 ThisCall 阅读(316) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_35771141/article/details/90598813 做个记录,也能够帮助恰好看到这篇文章的人 height:calc(100% - 20px); 注意:减号两遍一定要打空格,不然会失效这个地方我就遇到问题了,查了好久的资料才解决。 阅读全文
posted @ 2020-04-13 15:23 ThisCall 阅读(2512) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/56e64f028abb 阅读全文
posted @ 2020-04-11 16:09 ThisCall 阅读(248) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/9e5134e780c5 object-fit: cover; 图片使用,前提条件,图片的父级容器要有宽高 阅读全文
posted @ 2020-04-10 10:16 ThisCall 阅读(447) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/liang_wf/article/details/102562249 npm install v-viewer <template> <div id="app"> <div class="images" v-viewer="{movable: false} 阅读全文
posted @ 2020-04-09 18:24 ThisCall 阅读(612) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_38337245/article/details/95065501 https://www.cnblogs.com/yinn/p/9056731.html 阅读全文
posted @ 2020-04-08 13:26 ThisCall 阅读(8288) 评论(0) 推荐(0) 编辑
摘要:created:是在模板渲染成HTML前调用的,此时data已经准备完毕,el仍是undefined,因为没有渲染成HTML,所以不能操作dom节点,它主要用来初始化一些数据; 即使created中的方法没有执行完,mounted也会被调用! mounted:是在模板渲染成HTML之后调用的,此时d 阅读全文
posted @ 2020-04-08 11:45 ThisCall 阅读(397) 评论(0) 推荐(0) 编辑
摘要:https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Share_and_Favorites/iOS.html https://www.jianshu.com/p/ad25d58d65d4 阅读全文
posted @ 2020-04-08 10:58 ThisCall 阅读(682) 评论(0) 推荐(0) 编辑
摘要:vue中使用go()和back()两种返回上一页的区别 https://blog.csdn.net/qq_42618566/article/details/91045282展开go(-1): 原页面表单中的内容会丢失;history.go(-1):后退+刷新; history.go(1) :前进 b 阅读全文
posted @ 2020-04-08 10:52 ThisCall 阅读(3002) 评论(0) 推荐(0) 编辑
摘要:是因为组件没有注册到vue的dom中, components: { BrandSlider2 }, 阅读全文
posted @ 2020-04-05 18:51 ThisCall 阅读(941) 评论(0) 推荐(0) 编辑
摘要:html <input id="file" type="file" accept=".map" onchange="upload()" /> JS document.getElementById('file').value = null; vue <input ref="referenceUploa 阅读全文
posted @ 2020-04-05 11:04 ThisCall 阅读(443) 评论(0) 推荐(0) 编辑
摘要:VSCode 安装Vue 插件 - vetur 想要编辑器识别vue文件需要安装vue插件,在VSCode上好用的是vetur 如下图:(如果没有安装就会出现安装按钮,点击进行安装) 安装完成之后,重启VSCode,就能识别vue文件了,方便我们编写代码. 阅读全文
posted @ 2020-04-05 09:24 ThisCall 阅读(476) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/hankleo/p/11595156.html 阅读全文
posted @ 2020-04-02 15:41 ThisCall 阅读(890) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_43082782/article/details/101358651 阅读全文
posted @ 2020-04-02 14:31 ThisCall 阅读(2931) 评论(0) 推荐(0) 编辑
摘要://vue-router 官方demo 好像也不行 export default { data () { return { loading: false, post: null, error: null } }, created () { // fetch the data when the vie 阅读全文
posted @ 2020-04-02 10:26 ThisCall 阅读(3129) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/a1102325298/article/details/80410740 1.isEmpty 没有忽略空格参数,是以是否为空和是否存在为判断依据。 2.isBlank 是在 isEmpty 的基础上进行了为空(字符串都为空格、制表符、tab 的情况)的判断 阅读全文
posted @ 2020-04-02 06:05 ThisCall 阅读(207) 评论(0) 推荐(0) 编辑