- 博客(11)
- 收藏
- 关注
原创 MCP开发与应用见解
MCP框架通过标准协议实现AI系统与工具的无缝集成,支持多语言开发。配置时需在JSON中声明服务路径和参数,开发需遵循Stdio等协议。Spring项目中通过ToolCallbackProvider注册工具,构建AI客户端时绑定工具集即可调用。该设计采用门面模式统一管理工具服务,简化调用流程,使AI获得文件操作、系统查询等扩展能力。
2025-07-21 16:30:16
158
原创 快速解决Error response from daemon: Get “https://registry-1.docker.io/v2/“: connect: connection refused
报错Error response from daemon: Get “https://registry-1.docker.io/v2/”:dial tcp 93.179.102.140:443: connect: connection refused 拉取时报错。
2025-03-14 20:33:38
725
原创 gateway网关路由配置访问404
最终url`http://localhost:7070/oss/policy`,uri是`http://localhost:7070`,path是`$\{segment}=oss/policy`
2024-05-24 22:43:24
3911
原创 driver-class-name: com.mysql.cj.jdbc.Driver报错
8.0版本以上用com.mysql.cj.jdbc.Driver,5.0版本用com.mysql.jdbc.Driver,我这里用的8.0.21.先clear一下maven,再重新rebuild项目。理所当然的没解决,接下来继续看。
2024-05-18 15:24:15
775
原创 An attempt was made to call a method that does not exist版本冲突
说mybatis-plus-core-3.4.3.jar版本冲突,于是在公共模块pom文件找到个。于是把当前模块pom文件删掉了下面依赖,运行成功!
2024-04-30 14:56:25
111
原创 npm install 报错 failed to exec install script
翻译一下:脚本执行失败,网上说这行命令可以解决 npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver。,再删除文件 package-lock.json,重新执行npm install或者方案一,然后再启动就解决了。
2024-04-29 15:57:06
436
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人