码迷,mamicode.com
首页 >  
搜索关键字:syntax error in rege    ( 31827个结果
(node:18692) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Object.entries is not a function 的解决方法
在 Vue.JS 项目中执行 npm run build 没想到出现了这个错误 (node:18692) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Objec ...
分类:其他好文   时间:2021-02-18 13:05:49    阅读次数:0
nvidia-smi Failed to initialize NVML: Driver/library version mismatch
nvidia-smiFailed to initialize NVML: Driver/library version mismatch 原因:NVIDIA 内核驱动版本与系统驱动不一致, # sudo rmmod nvidiarmmod: ERROR: Module nvidia is in us ...
分类:其他好文   时间:2021-02-17 14:55:41    阅读次数:0
vue swiper5使用的注意事项
swiper6和swiper5所需文件所在目录不一样。(懒得截屏说明了,有兴趣的小伙伴可以去试试,图仅展示两个版本的区别)。 本次使用vs cod 中install swiper@5.4.5,会按照swiper6的目录去找文件,会报找不到某个文件的error。 ...
分类:其他好文   时间:2021-02-17 14:38:07    阅读次数:0
Command "python setup.py egg_info" failed with error code 1
问题 在进行python环境配置的时候,发现以下问题: 解决 更新setuptools和pip ...
分类:编程语言   时间:2021-02-17 14:34:33    阅读次数:0
Python中collections模块的namedtuple的使用
使用namedtuple方法可以代替手动生成一个类 # Why Python is Great: Namedtuples # Using namedtuple is way shorter than # defining a class manually: >>> from collections ...
分类:编程语言   时间:2021-02-16 12:02:48    阅读次数:0
Vue复习六(vue-cli/axios)
基础 axios.get('/user?ID=12345') .then(function (response) { // 成功 console.log(response); }) .catch(function (error) { // 失败 console.log(error); }) .the ...
分类:移动开发   时间:2021-02-15 12:39:12    阅读次数:0
20-Hive常见报错处理
Hive 运行过程异常信息有时不能完全显示在终端上,此时可以用 Hive Debug 模 式进行调试 hive --hiveconf hive.root.logger=INFO,console 1、表不存在 FAILED: SemanticException [Error 10001]: Line ...
分类:其他好文   时间:2021-02-10 13:39:36    阅读次数:0
Ubuntu 18.04 安装Tomcat9 遇到的问题Tomcat9 Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
安装好Tomcat9之后,执行./start.sh启动时没有报错,但是在浏览器中打不开Tomcat的页面。而且在执行./shutdown.sh关闭服务器时报告了这样一个错误: Tomcat9 Error: Could not find or load main class org.apache.ca... ...
分类:Web程序   时间:2021-02-10 13:16:40    阅读次数:0
gem install rjb (1.6.4) error
An error occurred while installing rjb (1.6.4), and Bundler cannot continue. Make sure that `gem install rjb -v '1.6.4' --source 'https://gems.ruby-ch ...
分类:其他好文   时间:2021-02-10 13:00:46    阅读次数:0
error: reference to '****' is ambiguous
原因:自定义的****变量与库中重名; 解决:修改一下变量名 ...
分类:其他好文   时间:2021-02-09 12:31:11    阅读次数:0
31827条   上一页 1 ... 33 34 35 36 37 ... 3183 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!