- 博客(14)
- 收藏
- 关注
原创 net start mysql->mysql 服务无法启动。
排查3306端口占用问题,发现PID 1780占用但非核心问题。解决方法:1)删除MySQL安装目录下的data文件夹;2)以管理员身份运行cmd进入bin目录;3)执行mysqld --initialize初始化命令;4)最后重启MySQL服务。该流程通过重新初始化数据库文件解决MySQL启动问题。(98字)
2025-09-20 13:54:13
600
原创 springboot项目打包并部署到Tomcat上及报错处理
springboot项目打包并部署到Tomcat上及报错处理The plugin org.apache.maven.plugins:maven-compiler-plugin:3.13.0 requires Maven version 3.6.3
2024-06-18 09:09:01
1738
原创 创建tsconfig.json文件并解决tsconfig.json ‘{‘ 爆红问题
创建tsconfig.json文件并解决tsconfig.json '{' 爆红问题
2024-04-19 12:15:58
2716
1
原创 Access denied for user ‘dell‘@‘localhost‘ to database.. 或Public Key Retrieval is not allowed...
create connection SQLException,errorCode 1044, state 42000java.sql.SQLSyntaxErrorException: Access denied for user 'dell'@'localhost' to database 'xxx' 严重: create connection SQLException, state 08001java.sql.SQLNonTransientConnectionException:Public key
2024-04-16 08:40:04
599
原创 ‘scanf‘: This function or variable may be unsafe. Consider using scanf_s instead.
'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2024-04-11 21:38:19
859
1
原创 class path resource [applicationContext.xml] cannot be opened because it does not exist
class path resource [applicationContext.xml] cannot be opened because it does not exist
2024-04-07 16:28:32
454
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅