自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 收藏
  • 关注

原创 使用docker拉取MySQL镜像很慢或者总是超时

在使用“docker pull library/mysql:8”时,下载总是很慢,并且会卡在“waiting”或者“Retrying in 1 second”,如上图。指的是 MySQL 数据库的第 8 个主版本镜像,终于下载完成啦。是 DaoCloud 提供的镜像加速服务地址,在经历了换源后依旧下不下来,最后尝试从。代表 Docker Hub 官方仓库,

2025-02-12 14:43:26 801

原创 ipfs与go语言实现简单读写和加密上传

https://zhuanlan.zhihu.com/p/617303282 安装链接如上。

2025-01-20 21:55:04 754

原创 pycharm新建虚拟python环境(python3.10)

2024-12-30 14:46:33 387

原创 ElementUI <el-image>图片部分遮挡问题

添加 :preview-teleported="true"

2024-12-23 18:37:37 456

原创 TensorFlow和keras安装

查看显卡驱动版本 driver-version。安装TensorFlow 用清华的镜像源地址。打开 开始- Anaconda Prompt。使用 conda 指令创建 tf2环境。查看conda和python。进入创建的tf2环境。

2024-12-03 20:59:59 277

原创 springboot+vue实现数据统计图表

【代码】springboot+vue实现数据统计图表。

2024-12-03 17:20:46 762

原创 Initialize failed: invalid dom.

部分需要经过编译、挂载等一系列过程才会最终生成真实的。里的代码在组件初始化时就会执行,有可能会早于。元素还没有被挂载到页面上。的生命周期钩子函数来确保在。元素时,有可能这个时候。元素挂载完成后再进行。

2024-12-03 14:57:16 377

原创 swagger实现api管理

【代码】swagger实现api管理。

2024-11-22 19:43:38 611

原创 org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is ja

org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: org.apache.logging.log4j.Logger.atTrace()Lorg/apache/logging/log4j/LogBuilder; at org.springframework.web.servlet.DispatcherS

2024-11-22 15:37:59 364

原创 cn.hutool.core.exceptions.DependencyException: You need to add dependency of ‘poi-ooxml‘ to your pro

【代码】cn.hutool.core.exceptions.DependencyException: You need to add dependency of ‘poi-ooxml‘ to your pro。

2024-11-22 15:18:25 514

原创 ‘login.png‘ upload failed

v=8ed6bab4:7046 load(异步) (匿名) @ @wangeditor_editor-for-vue.js?v=8ed6bab4:21865 (匿名) @ @wangeditor_editor-for-vue.js?是“errno”不是“error”!

2024-11-21 23:12:12 783

原创 SpringBoot3+Vue3实现富文本编辑器功能

【代码】SpringBoot3+Vue3实现富文本编辑器功能。

2024-11-21 11:03:29 386

原创 springboot3+vue3

el-menu-item index="/login">退出登录请求网址:http://localhost:9090/employee/selectAll。引荐来源网址政策:strict-origin-when-cross-origin。------------------网页网络检查的xhr----网络请求。id对应interface接口的方法 type对应enity类。-- 映射的接口-->

2024-11-20 22:21:07 1127 1

原创 home:1 Access to XMLHttpRequest at ‘http://localhost:9090/employee/selectAll‘ from origin ‘http://lo

在springboot中设置同一的跨域处理:在com.example.common中添加CorsConfig类。

2024-11-20 21:43:27 344

原创 ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL

在 DELETE 语句中不需要使用 *

2024-11-20 21:42:13 414

原创 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:

语句中出现了两次 departmentId=#{departmentId},分别在 department_id = #{departmentId} 和后面又单独写了一次 departmentId=#{departmentId}。这可能会导致不必要的复杂性并且在一些情况下可能引发难以预料的问题(虽然在很多数据库中可能会忽略重复设置相同值的情况,但从代码规范性和清晰性角度来说不太好)。

2024-11-20 21:40:23 322

原创 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorEx

类型选择错误,修改后代码。

2024-11-20 21:39:06 304

原创 org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLS

## The error may exist in file [D:\homework\x-项目\gxysXm\springboot\target\classes\mapper\EmployeeMapper.xml]----------success修改后-------------------------------------------这里多加了一个‘’;

2024-11-20 21:37:12 708 3

原创 WEB应用开发技术

`gs2`: 这里引用了前面定义的 Servlet 的名字 `gs2`。当用户或客户端向服务器发送一个 URL,其路径为 `/gs2`(可能带有查询参数或其他内容,但路径部分必须是 `/gs2`)时,服务器会调用 `com.gxy.servlet.GoodServlet2` 类来处理这个请求。|| ------------------>管道input/output

2024-06-17 21:10:58 1291

原创 python数据科学

Python标识符合法的标识符定义规则,同C语言。Python数据类型数据类型转换:int() 、float()、str()、list()Python运算符及优先级基本运算:+, -, *, /,%, //,**比较运算:>, =,

2024-06-15 21:55:03 403 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除