用tar命令解压文件的时候出错了,信息如下: tar -jvxf jemalloc-3.6.0.tar.bz2 ./nginx/ tar (child): bzip2: Cannot exec: No such file or directorytar (child): Error is not r ...
分类:
其他好文 时间:
2020-01-08 12:31:06
阅读次数:
93
今天给游戏管理端添加新功能,启动时报错 Caused by: java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist ...
分类:
移动开发 时间:
2020-01-07 18:30:38
阅读次数:
111
95% emitting index-html-webpack-plugin Cannot read property 'default' of undefinedTypeError: Cannot read property 'default' of undefined at compiler.h ...
分类:
其他好文 时间:
2020-01-07 16:41:28
阅读次数:
175
发现测试服务器一台muc启动失败,另一台是好的,本地也没问题,报错信息如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mucAccountLoginControll ...
分类:
其他好文 时间:
2020-01-06 22:34:34
阅读次数:
650
当把镜像推送到自己的docker.io是报错如下: denied: requested access to the resource is denied 解决方法: docker login 登录后在推。 ...
分类:
数据库 时间:
2020-01-06 14:33:07
阅读次数:
76
参考:https://www.cnblogs.com/111testing/p/11474263.html 因为在我们加载对象的时候,用的是异步模式,即使promise(表示异步)立刻被处理返回,但是浏览器在开始加载对象的时候,这个对象还是没有定义,所以也就读不到属性。 data?.name 和 d ...
分类:
其他好文 时间:
2020-01-06 14:21:05
阅读次数:
74
问题描述 Apache服务器重启 The ruquested operation has failed(请求操作失败) 1.检查原因 重启失败,可能是因为端口被占用,所以先看看端口是否被占用 查看网络连接状态以及相关信息程序也就是查看Apache的端口是否被占用,我这边的Apache端口没有做任何更 ...
分类:
Web程序 时间:
2020-01-06 10:00:06
阅读次数:
255
# 把这个路径用包装一下logdir = os.path.join("cnn_selu_callbacks")print(logdir)if not os.path.exists(logdir): os.mkdir(logdir)output_model_file = os.path.join(lo ...
分类:
其他好文 时间:
2020-01-06 09:18:26
阅读次数:
498
K8s在helm初始化的报错,我的k8s为1.16.1,用的helm是2.13.1 [root@k8s-master ~]# helm init --service-account tiller --skip-refresh Creating /root/.helm Creating /root/. ...
分类:
其他好文 时间:
2020-01-06 00:05:47
阅读次数:
382
最近接手公司前端外包出去的的项目,然后在npm run build的时候遇到了两个问题。 第一点是 A complete log of this run can be found in:npm ERR! C:\Users\90422\AppData\Roaming\npm-cache\_logs\2 ...
分类:
其他好文 时间:
2020-01-05 18:54:26
阅读次数:
342