摘要: 功能: 1.智能对话 2.预设角色 3.对话记忆 4.日志 5.function-call <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="htt 阅读全文
posted @ 2025-09-26 11:27 蔡徐坤1987 阅读(119) 评论(0) 推荐(0)
摘要: 1. mysql 在cursor mcp直接配置: "mysql2": { "command": "powershell", "args": [ "-Command", "npx -y @f4ww4z/mcp-mysql-server" ], "env": { "MYSQL_HOST": "172. 阅读全文
posted @ 2025-08-09 23:13 蔡徐坤1987 阅读(500) 评论(0) 推荐(0)
摘要: 1.下载chrome mcp插件:https://github.com/hangwin/mcp-chrome/releases 2.解压文件,添加到扩展管理 3.cursor,setting,tool & interagation,add MCP 其中端口取决于在chrome MCP Server设 阅读全文
posted @ 2025-08-08 09:02 蔡徐坤1987 阅读(1176) 评论(0) 推荐(0)
摘要: 创建项目结构 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i 阅读全文
posted @ 2024-12-21 23:34 蔡徐坤1987 阅读(364) 评论(0) 推荐(0)
摘要: 1.服务器安装部署docker镜像 2.创建镜像目录,如图所示 以其中一个服务为例,每个文件夹对应一个服务单元,每个文件夹中包含 sh,Dockerfile文件 3.编辑项目中的application-test(根据环境来定),如图: 4.配置Nacos,单独配置命名空间,增加配置文件,注意,组一定 阅读全文
posted @ 2024-09-13 13:27 蔡徐坤1987 阅读(275) 评论(0) 推荐(0)
摘要: 功能描述: 资产管理系统中,在资产分类中,给同一种类型的资产配置定制化的表单项,并实现不同类型显示不同的数据,如图所示: 数据库设计部分: 1.表单项表 CREATE TABLE `dct_smp`.`t_asset_product_definitions` ( `id` bigint NOT NU 阅读全文
posted @ 2024-09-10 17:10 蔡徐坤1987 阅读(69) 评论(0) 推荐(0)
摘要: 1.git config --global user.name "hezhong"2.git config --global user.email "hez@cloudoer.com" 3. 4.ssh-keygen -t rsa -C "hez@cloudoer.com"后生成新的.ssh 5.复 阅读全文
posted @ 2024-09-06 10:14 蔡徐坤1987 阅读(247) 评论(0) 推荐(0)
摘要: 问题:saveBatch时 遇到Duplicate entry '1828978156126666754' for key 分析:1.检查数据库里是否有重复ID 2.检查代码中是否有id赋值 3. 以上排查都没发现问题,以下代码分析了一下,为了节省空间,我在for循环上面new了一个封装类, 执行f 阅读全文
posted @ 2024-08-29 10:28 蔡徐坤1987 阅读(153) 评论(0) 推荐(0)
摘要: 问题: 刚用低代码平台引入的一个module,但是启动报错Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.Unsat 阅读全文
posted @ 2024-08-21 10:22 蔡徐坤1987 阅读(352) 评论(0) 推荐(0)
摘要: 问题: 刚用低代码平台引入的一个module,但是启动报错No qualifying bean of type 'xxxMapper' available: expected at least 1 bean which qualifies as autow 初步怀疑是mapper扫描的时候没有指定路 阅读全文
posted @ 2024-07-31 13:29 蔡徐坤1987 阅读(1443) 评论(0) 推荐(0)