- 博客(115)
- 收藏
- 关注
原创 解决谷歌浏览器跨域问题has been blocked by CORS policy: The request client is not a secure context and the resou
将第一项设置为 Disabled;点击右下角重启浏览器!
2024-06-19 19:20:51 1048
原创 Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException。前端多传个参数,后端报错????
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.cvit.storage.starter.dao.vo.StorageReduceVo` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from
2024-05-22 09:25:43 373
转载 Docker-compose
我们知道使用一个Dockerfile模板文件可以定义一个单独的应用容器,如果需要定义多个容器就需要服务编排。服务编排有很多种技术方案,今天给大家介绍Docker 官方产品Docker Compose。Dockerfile可以让用户管理一个单独的应用容器;而Compose则允许用户在一个模板(YAML格式) 中定义一组相关联的应用容器( 被称为一个project,即项目),例如一个Web服务容器再加上后端的数据库服务容器等。Docker-Compose项目是Docker官方的开源项目,
2024-05-09 11:01:14 43
转载 Docker从入门到部署项目
通过容器可以实现方便快速并且与平台解耦的自动化部署方式,无论你部署时的环境如何,容器中的应用程序都会运行在同一种环境下。是一个特殊的文件系统,除了提供容器运行时所需的程序、库、资源、配置等文件外,还包含了一些为运行时准备的一些配置参数(如匿名卷、环境变量、用户等)。镜像构建完成后,可以很容易的在当前宿主机上运行,但是,如果需要在其它服务器上使用这个镜像,我们就需要一个集中的存储、分发镜像的服务,一样,镜像是静态的定义,容器是镜像运行时的实体。上有大量的高质量的镜像可以用,我们可以使用。
2024-05-09 10:50:38 144
原创 Java 断言的作用
在 Java 编程语言中,断言(Assertion)是一种用于在程序运行期间检查和验证某个条件是否满足的机制。断言机制可以在代码中插入断言语句,并在代码执行过程中对这些语句进行验证。当断言失败时,程序会抛出一个 AssertionError 异常,并终止执行。
2024-05-08 15:35:00 616
原创 解决mysql问题: this is incompatible with sql_mode=only_full_group_by
解决mysql问题: this is incompatible with sql_mode=only_full_group_by
2024-03-23 09:32:00 954
原创 避免java.util.NoSuchElementException: No value present
避免java.util.NoSuchElementException: No value present
2024-03-20 10:11:46 1374
原创 问题解决:The field file2 exceeds its maximum permitted size of 1048576 bytes.
问题解决:The field file2 exceeds its maximum permitted size of 1048576 bytes.
2024-02-27 17:25:27 258
原创 项目启动报错:The dependencies of some of the beans in the application context form a cycle:
项目启动报错:The dependencies of some of the beans in the application context form a cycle:
2024-02-27 17:03:09 727
原创 PageHelper.startPage(pageNum, pageSize);分页总数不正确,避坑!
PageHelper.startPage(pageNum, pageSize);分页总数不正确,避坑!
2024-02-02 14:48:22 716
原创 日志报错:Unexpected EOF read on the socket
报错:Unexpected EOF read on the socket
2024-02-01 10:10:50 468
原创 报错:RepackageMojo has been compiled by a more recent version of the Java
报错:RepackageMojo has been compiled by a more recent version of the Java
2024-01-24 20:46:27 3188
转载 Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
2024-01-24 20:43:03 73
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人