在开发项目过程中,使用better-scroll插件中遇到了滚动一次重复提示相同错误 [BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll [Vue warn]: Error in mounted hook: "TypeError: Cannot read property 'children' of undefined" 并且在切换到组件过程会有加载卡顿,同时出现一次切换发起多次网络请求 排查之后原来是我…
component: resolve => require(['../pages/home.vue'], resolve) vue 路由的懒加载 import Vue from 'vue' import VueRouter from 'vue-router' // "@"相当于".." import Detail from '../pages/goodsDetail' import Msg from '../components/message.vue' //…
import Vue from 'vue'import VueRouter from 'vue-router'// "@"相当于".."import Detail from '../pages/goodsDetail'import Msg from '../components/message.vue' // 使用路由Vue.use(VueRouter) export default new VueRouter({ mode: 'history', routes:…
spring项目经常在启动tomcat时报如下警告信息: log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader). log4j:WARN Please initialize the log4j system properly. 网上贴出了各种解决办法我试了一下都不管用,这个错误信息应该是在加载spring的contextLoader时没有找到log4j造成的…
eclipse配置好了Maven,创建maven-archetype-quickstart项目报错如下: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories. 解决方法如下: 1.下载最新版maven-archetype-quickstart-1.1.jar(百度一搜就有...) 2.命令…
最近博主在进行Hive测试 压缩解压缩的时候 遇到了这个问题, 该问题也常出现在日常 hdfs 指令中, 在启动服务 与 hdfs dfs 执行指令的时候 : 都会显示该提示,下面描述下该问题应该如何解决: 参考文章: Hadoop之—— WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... https://blog.csdn.net/l1028386804/article/de…
当没有牵涉到两个不同的数据库时,出现以上错误.   Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. 今天在创建一个存储过程时出现错误提示: cannot resolve the collation conflict between "chinese_p…
异常名:log4j:WARN Error initializing output writer. log4j:WARN Unsupported encoding? 异常截图: 在一般的javaweb项目中,因为配置了log4j日志文件,会产生以上异常. 其实原因很简单,就是因为log4j配置文件设置编码格式那一行存在空格,删掉空格就OK了!…
前言 需求:移动端需要一个按钮,复制到剪切板,分享给好友(没有调用微信内置的分享接口) 插件 vue-clipboard2 环境:vue,node 安装:npm install --save vue-clipboard2 简单实例 引用: import VueClipboard from 'vue-clipboard2' import Vue from 'vue' Vue.use(VueClipboard)  //必须这样子引用 否则会报错的 代码 <template> <div cla…
electron-vue引入ant-desigin-vue使用ant自定义指令 v-decorator报销 <a-form-item> <a-input v-decorator="[ 'username', { rules: [{ required: true, message: '请输入账号' }], initialValue: 'sg_lyc1', }, ]" placeholder="账号" > <a-icon slot=&quo…