会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yylucky666
博客园
首页
新随笔
联系
订阅
管理
2026年3月17日
下载pom jar包报错 Since Maven 3.8.1 http repositories are blocked.
摘要: 报错的核心原因是:Maven 3.8.1 及以上版本默认禁用了所有 HTTP 协议的仓库地址,只允许 HTTPS 协议,而项目中配置了 http://192.168.0.132:9000/ 这类 HTTP 仓库,因此被拦截。 解决方案: 修改 settings.xml,添加 HTTP 仓库白名单 <
阅读全文
posted @ 2026-03-17 10:02 Fyy发大财
阅读(8)
评论(0)
推荐(0)
2026年2月9日
docker镜像源不能用了,更新一下
摘要: { "runtimes": { "nvidia": { "args": [], "path": "nvidia-container-runtime" } }, "registry-mirrors": [ "https://docker.registry.cyou", "https://docker-
阅读全文
posted @ 2026-02-09 14:10 Fyy发大财
阅读(6)
评论(0)
推荐(0)
2025年12月18日
苹果登录授权
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Web苹果登
阅读全文
posted @ 2025-12-18 09:14 Fyy发大财
阅读(5)
评论(0)
推荐(0)
tiktok第三方登录授权流程
摘要: 需要先申请账号 拿到 tiktok: oauth: client-key: xxxx client-secret: xxx redirect-uri: xxx这些参数从这里拿到 https://developers.tiktok.com/app/7584277019718944779/pending
阅读全文
posted @ 2025-12-18 09:10 Fyy发大财
阅读(147)
评论(0)
推荐(0)
2025年8月26日
对接腾讯ai通话回调,包括房间回调和AI任务回调
摘要: 参考文档: 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发大财
阅读(10)
评论(0)
推荐(0)
win11系统激活支持工作站专业版等
摘要: 进入这个网站 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发大财
阅读(325)
评论(0)
推荐(0)
2025年7月30日
windows10部署es
摘要: 下载最新版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发大财
阅读(17)
评论(0)
推荐(0)
2025年7月19日
评论回复 评论树形列表 评论点赞 回复点赞 具体实现思路。
摘要: 最近做的社交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发大财
阅读(36)
评论(0)
推荐(0)
2025年5月29日
对接声网(环信)rtc视频通话sdk,webhook回调实现步骤
摘要: 1.注册声网账号,完成后一个月免费赠送1万分钟通话时长 https://console.shengwang.cn/packages/minPackage?packageProduct=rtc&type=subscribe 2.开通完成后会生成一个APPID 和APP证书,声网提供 App 证书用以生
阅读全文
posted @ 2025-05-29 16:59 Fyy发大财
阅读(136)
评论(0)
推荐(0)
关于sql注入漏洞的解决方案
摘要: 最近一个老项目 扫描漏洞发现某查询接口有sql注入风险 GET /api/tbNews/list?columnId=14355664¤t=1&isPush=yes&keyword=&newsSort=&size=5&sort=if(ascii(substr(database(),1,1)
阅读全文
posted @ 2025-05-29 15:03 Fyy发大财
阅读(88)
评论(0)
推荐(0)
下一页
公告