问题:最近数据库出了问题,就重新安装了数据库8.0,8.0建立数据库时出现问题,错误提示: 2059-authentication plugin 'caching_sha2_password"cnnot bt loaded : 错误提示出现了: 2059-authentication plugin ...
分类:
数据库 时间:
2018-08-01 20:43:53
阅读次数:
165
SpringBoot项目中经常会碰到类似的报错,Parameter0ofconstructorin***requiredabeanoftype***thatcouldnotbefound.-Beanmethod***notloadedbecause@ConditionalOnClass***didnotfindclass,大致的意思就是找不到某个类,但是按照所给路径去找的话却能找到,而且环境配置也
分类:
其他好文 时间:
2018-08-01 11:50:15
阅读次数:
562
AppInit_DLLs is a mechanism that allows an arbitrary list of DLLs to be loaded into each user mode process on the system. Microsoft is modifying the A ...
分类:
移动开发 时间:
2018-07-31 22:14:37
阅读次数:
212
[root@master01 harbor]# cd harbor/ [root@master01 harbor]# ll total 805152 drwxr-xr-x 3 root root 23 Jul 28 20:41 common -rw-r--r-- 1 root root 1133 F ...
分类:
其他好文 时间:
2018-07-29 13:04:32
阅读次数:
386
安装mysql8.0后使用navicat创建连接, 然后报如题所示警告.可参考如下解决方案: https://stackoverflow.com/questions/49194719/authentication-plugin-caching-sha2-password-cannot-be-load ...
分类:
数据库 时间:
2018-07-28 15:14:45
阅读次数:
342
1.什么是DockerCompose?编排和配置容器集群的工具。编排:定义被部署的对象的各组成部分之间的耦合关系,部署流程中各个动作的执行顺序,部署过程所需要的依赖文件和被部署文件的存储位置和获取方式,以及如何验证部署成功。这些信息都会在编排工具中以指定的格式定义并保存下来,从而保证这个流程可以在新的环境中快速的复现。场景:redis容器,tomcat容器,nginx容器,mysql容器,这4个容
分类:
其他好文 时间:
2018-07-28 11:39:20
阅读次数:
170
ready() JavaScript代码放在哪里? 浏览器在渲染HTML页面时,是从头到尾,一行一行地检查执行的。如果JavaScript代码在前面,HTML元素在后面,遇到JavaScript选择一个还未渲染的HTML元素将会选择失败。因此,通常的做法是将脚本放在页面最后(紧跟在</body>标签 ...
分类:
Web程序 时间:
2018-07-27 18:08:34
阅读次数:
198
1、安装redis 第一步:下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz 1 2 3 4 5 6 7 8 9 10 11 [root@iZwz991stxdwj560bfmadtZ local]# wget ...
分类:
系统相关 时间:
2018-07-26 23:32:40
阅读次数:
282
使用yum安装计划任务功能,结果提示:#?yum?-y?install?vixie-cron
Loaded?plugins:?fastestmirror,?refresh-packagekit,?security
Existing?lock?/var/run/yum.pid:?anothe
分类:
移动开发 时间:
2018-07-26 20:01:32
阅读次数:
177
yum使用中被锁定 yum Loaded plugins: fastestmirror, langpacks
Existing lock /var/run/yum.pid: another copy is running as pid 3593.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 109 M RSS (447 MB VSZ)
Started: Thu Jul 26 18:25:02 2018 - 02:00 ago
State : Sleeping, pid: 3593
分类:
其他好文 时间:
2018-07-26 11:34:00
阅读次数:
284