摘要: 1. spring3.3 @Configuration public class TimeOutConf { @Bean RestClientCustomizer restClientCustomizer() { return restClientBuilder -> { restClientBui 阅读全文
posted @ 2025-12-15 17:31 qx和世界 阅读(2) 评论(0) 推荐(0)
摘要: 把子项目build删掉 阅读全文
posted @ 2025-12-15 11:46 qx和世界 阅读(3) 评论(0) 推荐(0)
摘要: 一 问题 springboot启动,找不到符号 二 处理 原因是:lombok注解没有生效,没有生成对应代码 阅读全文
posted @ 2025-12-13 14:00 qx和世界 阅读(3) 评论(0) 推荐(0)
摘要: 一 转载 https://developers.weixin.qq.com/community/develop/article/doc/000c22df268c581038f23929f61413 二 代码 requestTask.onChunkReceived(res => { // res 流式 阅读全文
posted @ 2025-12-12 22:22 qx和世界 阅读(5) 评论(0) 推荐(0)
摘要: uniapp实现流式请求 try { const requestTask = uni.request({ url: baseURL+'/ai/callChatAiflux', method: 'POST', headers: { 'Content-Type': 'application/json', 阅读全文
posted @ 2025-12-12 18:06 qx和世界 阅读(2) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-12-12 16:04 qx和世界 阅读(2) 评论(0) 推荐(0)
摘要: 一 简述 AI生成的聊天界面,使用流式输出 接口springboot提供 二 注意 1.流式地址,需要全地址,需要手动获取baseurl拼接 // 读取baseUrl import config from '@/config.js'; const baseURL = config.baseUrl; 阅读全文
posted @ 2025-12-12 14:52 qx和世界 阅读(4) 评论(1) 推荐(0)
摘要: import config from '@/config.js'; const baseURL = config.baseURL; 阅读全文
posted @ 2025-12-12 14:28 qx和世界 阅读(4) 评论(0) 推荐(0)
摘要: 转载 https://blog.csdn.net/a1241436267/article/details/141370322 阅读全文
posted @ 2025-12-12 10:20 qx和世界 阅读(3) 评论(0) 推荐(0)
摘要: 转载: https://blog.csdn.net/H524268015wsw/article/details/131992091 阅读全文
posted @ 2025-12-12 10:01 qx和世界 阅读(3) 评论(0) 推荐(0)