0、背景 版本信息:MySQL:5.5.47OS:debian7 更新MySQL配置需要重启,restart 显示failed,于是kill -9,然后启动报错:[ERROR] Plugin 'InnoDB' init function returned error.[ERROR] Plugin ' ...
分类:
数据库 时间:
2020-06-10 17:18:15
阅读次数:
73
This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. 解决方案: 打开 gradle.properties 输入代码: android.useAndroidX=t ...
分类:
移动开发 时间:
2020-06-10 13:09:13
阅读次数:
296
使用git从远程仓clone项目,或者提交修改的时候提示失败: fatal: Authentication failed,就是凭证失败的意思; 目前来看出现这种问题基本分成两步: 1、修改全局配置用户名 和 邮箱; 这里主要预防新手后边再遇到此问题 // 配置user.name git config ...
分类:
其他好文 时间:
2020-06-10 11:07:22
阅读次数:
61
1.4. Dependencies 1.4.1. Dependency Injection Dependency injection (DI) is a process whereby objects define their dependencies (that is, the other obj ...
分类:
编程语言 时间:
2020-06-09 16:33:25
阅读次数:
54
现象: Failed to compile. (2818,14): Duplicate identifier 'LibraryManagedAttributes'. Duplicate identifier问题的解决 修改方法: 1. 找到tsconfig.json文件 解决方案是在tsconfig ...
分类:
其他好文 时间:
2020-06-09 10:04:07
阅读次数:
272
Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (default) on project message: protoc did not exit cleanly.
[ERR... ...
分类:
其他好文 时间:
2020-06-08 20:44:31
阅读次数:
375
部署在kubernetes中,以NFS作为数据存储卷 环境介绍: 名称 版本 K8S v1.17.2 Docker 19.03.5 nacos 1.3.0 一、拉取代码 git clone https://github.com/nacos-group/nacos-k8s.git 二、安装NFS服务 ...
分类:
Web程序 时间:
2020-06-08 20:38:50
阅读次数:
199
运行bee run之后出现的错误以及解决方法 创建一个beego项目 bee new myapp 在该项目执行下面的代码 bee run 出现的问题 2020/04/22 21:12:07 INFO ? 0001 Using 'myapp' as 'appname' 2020/04/22 21:12 ...
分类:
移动开发 时间:
2020-06-08 15:03:59
阅读次数:
424
在eclipse中可以正常启动,但是tomcat部署报错: 严重: Error listenerStart严重: Context [/meeting] startup failed due to previous errors 严重: Exception sending context initia ...
分类:
Web程序 时间:
2020-06-08 14:49:28
阅读次数:
75
换了一台RTX2060的电脑之后,用tensorflow做实验发现没有使用GPU,那我换电脑就没有意义了。然后百度发现tensorflow-gpu才是使用GPU来运算的。于是又花了三个多小时来下载安装,为啥比CPU的复杂这么多,唉~。终于安装成功之后,运行程序的时候又报错,也就是本文这个错误,查阅资 ...
分类:
其他好文 时间:
2020-06-08 00:12:34
阅读次数:
604