51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#D
java.sql.SQLException: Access denied for user root@172.16.2.20 (using password: YES)
启动spring架构连接数据库时,报错:java.sql.SQLException:Accessdeniedforuser'root'@'172.16.2.20'(usingpassword:YES)解决:1.在架构连接数据库的位置增加&zeroDateTimeBehavior=...
开发笔记
·
2024-08-08
java.sql.SQLException
Access
denied
for
user
Fedora Linux 40正式版发布 搭载最新6.8内核
Fedora Linux40正式版近日已发布,由最新、最出色的Linux6.8内核系列提供支持,附带了旗舰FedoraWorkstation版的GNOME46桌面环境和FedoraKDESpin的KDEPlasma6桌面环境,由于X11会话被完全删除,因此默认为Wayland会话。FedoraLinux40的...
开发笔记
·
2024-07-19
Fedora
Linux
正式版
发布
搭载
git pull错误fatal: Need to specify how to reconcile divergent branches
错误提示fatal:Needtospecifyhowtoreconciledivergentbranches解决方法这个错误信息是因为在执行gitpull命令更新分支时,Git无法自动解决不同提交的冲突而导致的。在这种情况下,你需要告诉Git如何处理这些分支的改动。根据提示,你可以通过以下命令来指定处理方式:使用--r...
开发笔记
·
2024-07-12
to
git
pull
错误
fatal
git错误-拒绝连接:Failed to connect to 127.0.0.1 port 8888: Connection refused
错误提示Failedtoconnectto127.0.0.1port8888:Connectionrefused致命错误:无法访问'http://git.xxx.xx/xxx.git/':Failedtoconnecttogit.xx.xxport8888:拒绝连接解决方法取消代理gitconfig--globalht...
开发笔记
·
2024-07-12
to
git
错误
拒绝
连接
Java实现登录接口在redis中根据key值获取验证码
JAVA1年前0629在自动化测试中,登录接口的验证码的处理有两种常见的方案,第一种是通过ocr识别,这种方式不能保证百分百正确,通常用在UI自动化测试中。第二种是去数据库中直接查询验证码,这种方式可以保证验证码百分百正确,一般验证码都是保存在redis中,通常用在接口自动化测试中。这里我们给出第二种方案。目录结构&n...
开发笔记
·
2024-07-11
Java
实现
登录
接口
redis
Linux各个版本的系统安装docker
Ubuntu/Debian删除之前安装的dockerapt-getremovedockerdocker-enginedocker.io安装依赖apt-getinstallapt-transport-httpsca-certificatescurlgnupg2software-properties-common添加信任的...
开发笔记
·
2024-07-11
Linux
各个
版本
系统
安装
springBoot required a bean of type org.springframework.data.redis.core.RedisTemplate
springBoot启动报错: requiredabeanoftype'org.springframework.data.redis.core.RedisTemplate' 产生这个问题的原因是:系统启动的时候没有扫描到这个RedisT...
开发笔记
·
2024-07-11
springBoot
required
bean
of
type
com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql:/解决方法详解
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:Couldnotcreateconnectiontodatabaseserver.具体错误信息如下:2021-01-0420:20:09.071ERROR12300---[eate-...
开发笔记
·
2024-07-11
com.alibaba.druid.pool.DruidDataSource
create
connection
SQLException
url
JDK1.8和JDK8是同一个版本吗?
JDK1.8和JDK8是同一个版本,最开始 命名为JDK1、JDK2....后来就命名为JDK1.7、JDK1.8.......
开发笔记
·
2024-07-11
JDK1.8
JDK8
同一个
版本
logback报错:ERROR in ch.qos.logback.core.joran.conditional.IfAction
报错信息如下Loggingsystemfailedtoinitializeusingconfigurationfrom'null'java.lang.IllegalStateException:Logbackconfigurationerrordetected: ERRORinch.qos.l...
开发笔记
·
2024-07-11
logback
报错
ERROR
in
ch.qos.logback.core.joran.conditional.IfAction
mysql innodb 独立表空间 innodb_file_per_table
5.6.6以上版本默认开启my.cnfinnodb_file_per_table=ON;命令行setglobalinnodb_file_per_table=ON;查看showvariableslike'%per_table%';...
开发笔记
·
2024-07-09
innodb
mysql
独立
空间
file
docker redis警告处理 WARNING Memory overcommit must be enabled; vm.overcommit_memory = 1
提示信息WARNINGMemoryovercommitmustbeenabled!Withoutit,abackgroundsaveorreplicationmayfailunderlowmemorycondition.Beingdisabled,itcanalsocausefailureswithoutlowmemo...
开发笔记
·
2024-07-09
docker
redis
警告
处理
WARNING
mongo5报错: WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
错误提示WARNING:MongoDB5.0+requiresaCPUwithAVXsupport,andyourcurrentsystemdoesnotappeartohavethat!原因mongodb5需要AVX的cpu指定集,当前的cpu太旧或者没有开启.解决办法降低mongodb的版本(使用4.x的版的mon...
开发笔记
·
2024-07-09
mongo5
报错
WARNING
MongoDB
5.0+
使用diskpart合并U盘分区
DiskpartDiskpart是Windows自带的一款磁盘分区管理工具,包括创建分区、删除分区、合并(扩展)分区等并且它还可以设置动态磁盘、镜像卷输入cmd并按回车打开命令提示符窗口。然后依次输入以下命令并按回车diskpart#进入磁盘管理lisdis#列出所有盘seldis2#根据自己的盘选择clean#清空执...
开发笔记
·
2024-07-09
使用
diskpart
合并
分区
国产linux系统安装docker (麒麟和统信)
下载docker二制文件下载地址: https://download.docker.com/linux/static/stable/x86_64/https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/国内其它镜像也可以下载wgethtt...
开发笔记
·
2024-07-09
国产
linux
系统
安装
docker
首页
上一页
...
6
7
8
9
10
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他