码迷,mamicode.com
首页 >  
搜索关键字:cannot resolve symbo    ( 6898个结果
Vue 打包后报错 Uncaught TypeError: Cannot redefine property: $router
原因:就如报错提示所描述的,不能重新定义$router,说明是重复定了$router。通常是因为在项目中安装了vue-router的依赖并且用Vue.use()使用了vue-router,还在index.html页面引入了vue-router.js文件。 解决方法有两种: 1. 去掉index.ht ...
分类:其他好文   时间:2020-05-15 19:51:07    阅读次数:177
nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
nginx安装lua模块 出现LIBLUAJIT 5.1.SO.2错误的解决方法 云栖社区 阿里云 https://yq.aliyun.com/articles/604301 nginx lua 启动nginx报错找不到libluajit 5.1.so.2 会当凌绝顶的个人空间 OSCHINA ht ...
分类:其他好文   时间:2020-05-15 11:33:04    阅读次数:181
easyui Cannot read property 'options' of undefined
使用easyui窗口:以下是父页面 <html> <head> <title>定时调度管理</title> </head> <body width="100%" height="100%"> <table id="ListTable" title="定时调度管理" style="width: 100 ...
分类:其他好文   时间:2020-05-14 15:15:32    阅读次数:181
VUE使用axios数据请求时报错 TypeError: Cannot set property 'xxxx' of undefined 的解决办法
正常定义全局变量: data:function (){ return{ currentOrders:[] } }, 使用Axios发送请求并获取后端数据时,如果在then中使用this.currentOrders会出现TypeError: Cannot set property 'xxxx' of ...
分类:移动开发   时间:2020-05-14 13:06:30    阅读次数:276
设计模式之单例模式
“学习的路上没有捷径,我是这样认为的...” 定义:确保一个类在任何情况下都绝对只有一个实例,并提供一个全局访问点。 所以需要隐藏构造方法。 属于创建型模式【有待查阅】 单例模式有点: 1. 内存中只有一个实例,减少内存开销 2. 避免对资源的多重占用 【不是很理解】 3. 严格控制访问 单例模式的 ...
分类:其他好文   时间:2020-05-14 01:11:09    阅读次数:55
tensorflow2下用yolov3做目标识别
参考https://blog.csdn.net/aaronjny/article/details/103658254 我是按照上面这个做的,不过在使用的时候有报错。 报错:cannot allocate memory in static TLS block。 解决:把import cv2放在impo ...
分类:其他好文   时间:2020-05-13 16:38:58    阅读次数:286
android studio遇到的一些列问题
因为使用AMD电脑+脸黑会碰到许多坑 1、AVD无法正常使用 电脑bios开启cup虚拟技术+关闭hyper-v和windows虚拟机监控服务平台(通过脚本打开hyper-v),关闭!关闭!关闭!成功解决问题 2、创建项目时gradle报错:Could not resolve com.android ...
分类:移动开发   时间:2020-05-13 12:00:53    阅读次数:70
Linux使用命令CD时候使用tab报-bash: cannot create temp file for here-document: No space left on
经过调查是Linux系统磁盘满了,需要清理磁盘。 查看当前磁盘使用情况:df -h 可以看到上面/dev/vda1 de Use%=100%,然后看一下vda1是什么? 所以问题找到了,就是系统磁盘满了,满了,就清理掉无用数据,到根目录下使用命令du -sh * 查看各目录占用空间大小(du -ah ...
分类:系统相关   时间:2020-05-13 11:58:34    阅读次数:296
安装cvuqdisk-1.0.9-1.rpm报错
问题 [root@oracle11g rpm]# rpm -ivh cvuqdisk-1.0.9-1.rpm Preparing... ################################# [100%] ls: cannot access /usr/sbin/smartctl: No ...
分类:其他好文   时间:2020-05-13 10:24:34    阅读次数:129
监控工具(一)Glances
Glances监控工具是功能强大简单易用的在线监控工具。Glances支持gpm图形模式和Glances文本模式,几乎可以在任何终端和工作站上使用,占用资源很少。Glances具有展示监控的高级特性,运行方式支持独立模式,C/S模式,WEB服务模式。
分类:其他好文   时间:2020-05-13 10:16:10    阅读次数:127
6898条   上一页 1 ... 49 50 51 52 53 ... 690 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!