码迷,mamicode.com
首页 >  
搜索关键字:caching    ( 616个结果
简单几招提速 Kotlin Kapt编译
https://droidyue.com/blog/2019/08/18/faster-kapt/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io 应用Kotlin之后,涉及到注解的注解处理器依赖也会由annotationPro ...
分类:其他好文   时间:2019-08-24 10:09:43    阅读次数:134
Mysql的caching_sha2_password的坑
概述 今天我用homebrew安装Mysql8.0,安装完成之后, 用Workbench和Sequel Pro连接数据库都失败了 ,并且都报caching_sha2_password相关的错误,经过查资料,原因是Mysql8.0的默认认证方式改用sha2了,但是 Workbench 和 Sequel ...
分类:数据库   时间:2019-08-20 01:00:32    阅读次数:103
Spring Boot----缓存
一、JSR107(复杂性较高) Java Caching定义了5个核心接口,分别是CachingProvider,ICacheManager,Cache,Entry和Expiry。 ·CachingProvider定义了创建、配置、获取、管理和控制多个CacheManager。一个应用可以在运行期访 ...
分类:编程语言   时间:2019-08-19 00:22:32    阅读次数:153
【问题记录】Navicat Premium连接mysql-8.0.17时出现2059 - Authentication plugin 'caching_sha2_password’....错误
问题描述: Navicat Premium连接mysql-8.0.17时出现2059 - Authentication plugin 'caching_sha2_password’ cannot be loaded:......错误 问题分析: mysql8 之前的版本中加密规则是mysql_nat ...
分类:数据库   时间:2019-08-18 21:45:17    阅读次数:172
ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded
在本地链接虚拟机docker的mysql的时候,出现这个问题,这个问题主要就是我们的mysql的版本比较高,更换了密码验证的方式: 问题: 连接Docker启动的mysql出现:ERROR 2059 (HY000): Authentication plugin 'caching_sha2_passw ...
分类:其他好文   时间:2019-08-15 19:02:26    阅读次数:75
Springboot 2启动源码流程
以使用静态方法 启动 Springboot 为例,启动流程主要分为 SpringApplication 的创建和运行两部分; 创建 1. 设置资源加载器,此处为空 2. 设置 Springboot 启动类 3. 根据类路径判断 web 类型,默认为 SERVLET Spring MVC 4. 读取每 ...
分类:编程语言   时间:2019-08-15 06:00:24    阅读次数:112
2059-authentication plugin 'caching_sha2_password"cnnot bt loaded :mysql8.0数据库连接不上(Navicat)
原因:8.0改变了 身份验证插件 , 打开 my.ini (或者my.cofg) 可以看到变更了 5.7及其以前的方式:mysql_native_password 办法: 1:命令行键入数据库: mysql -uroot -p 2:键入密码后,执行: ALTER USER root@localhos ...
分类:数据库   时间:2019-08-10 14:36:04    阅读次数:121
SpringBoot总结
一.Spring 简史 Spring 2.x 时代:随着 JDK 1.5 带来的注解支持,Spring2.x 可以使用注解对 Bean 进行申明和注入,大大的减少了 xml 配置文件,同时也大大简化了项目的开发。 应用的基本配置用 xml,比如:数据源、资源文件等 业务开发用注解,比如:Servic ...
分类:编程语言   时间:2019-08-08 13:01:05    阅读次数:90
docker 安装mysql8.0
前提: 异常: docker 安装 mysql 8 外部连接会报一下异常: Authentication plugin 'caching_sha2_password' cannot be loaded 原因 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password ...
分类:数据库   时间:2019-08-06 00:26:01    阅读次数:129
ABP 使用cache缓存
using Abp.Application.Services.Dto; using Abp.Runtime.Caching; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Newtonsoft.Json.... ...
分类:系统相关   时间:2019-07-23 18:41:42    阅读次数:140
616条   上一页 1 ... 9 10 11 12 13 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!