摘要: 参考文档: ai对话回调 https://cloud.tencent.com/document/product/647/115502 房间回调 https://cloud.tencent.com/document/product/647/51586 /** * 通话时长 */ @Service @S 阅读全文
posted @ 2025-08-26 11:52 Fyy发大财 阅读(3) 评论(0) 推荐(0)
摘要: 进入这个网站 https://massgrave.dev/ For Windows 8, 10, 11: 📌 irm https://get.activated.win | iex For Windows 7 and later: iex ((New-Object Net.WebClient).D 阅读全文
posted @ 2025-08-26 11:42 Fyy发大财 阅读(177) 评论(0) 推荐(0)
摘要: 下载最新版es https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.4-windows-x86_64.zip 解压进入config目录 修改配置文件 elasticsearch.yml https://clou 阅读全文
posted @ 2025-07-30 08:58 Fyy发大财 阅读(14) 评论(0) 推荐(0)
摘要: 最近做的社交ai项目 涉及到评论回复这一功能模块的实现。 数据层用的jpa -- mixmix.t_agents_comment definition CREATE TABLE `t_agents_comment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT 阅读全文
posted @ 2025-07-19 08:47 Fyy发大财 阅读(13) 评论(0) 推荐(0)
摘要: 1.注册声网账号,完成后一个月免费赠送1万分钟通话时长 https://console.shengwang.cn/packages/minPackage?packageProduct=rtc&type=subscribe 2.开通完成后会生成一个APPID 和APP证书,声网提供 App 证书用以生 阅读全文
posted @ 2025-05-29 16:59 Fyy发大财 阅读(78) 评论(0) 推荐(0)
摘要: 最近一个老项目 扫描漏洞发现某查询接口有sql注入风险 GET /api/tbNews/list?columnId=14355664&current=1&isPush=yes&keyword=&newsSort=&size=5&sort=if(ascii(substr(database(),1,1) 阅读全文
posted @ 2025-05-29 15:03 Fyy发大财 阅读(55) 评论(0) 推荐(0)
摘要: import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.fyy.config.PersistentChatMem 阅读全文
posted @ 2025-05-27 08:37 Fyy发大财 阅读(166) 评论(0) 推荐(0)
摘要: 最近项目要上线,简单记录一下配置过程 1. nginx配置 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log 阅读全文
posted @ 2025-05-22 17:39 Fyy发大财 阅读(33) 评论(0) 推荐(0)
摘要: 首先是要卸载干净,手动把 C:/Program Files/Docker,C:\Users\Administrator\AppData\Local\Docker,C:\ProgramData\Docker 的文件删除,发现没卸载干净,重装会提示 Exising installation is up 阅读全文
posted @ 2025-05-19 15:55 Fyy发大财 阅读(1356) 评论(0) 推荐(0)
摘要: 1.相关依赖 dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-w 阅读全文
posted @ 2025-05-19 12:04 Fyy发大财 阅读(468) 评论(0) 推荐(1)