会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Felix_Openmind
https://github.com/serendipitywzz
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
···
46
下一页
2026年4月5日
RAG工作机制详解
摘要: RAG(Retrieval-Augment-Generation) 检索-增强-生成 先从资料库中检索相关内容 再基于这些内容来生成答案 RAG的使用场景 产品手册太长带来的问题 1.模型无法读取所有内容 2.模型推理成本高 3.模型推理慢 RAG处理流程 问题: 如何分片、如何选择相关的片段 分片
阅读全文
posted @ 2026-04-05 16:15 Felix_Openmind
阅读(16)
评论(0)
推荐(0)
2026年3月31日
Vue3+AntDesign实现既能输入又能选择的日期组件
摘要: <template> <div class="input-date-picker"> <!-- 输入框 --> <a-input v-model:value="inputValue" :placeholder="placeholder" @blur="handleBlur" @pressEnter=
阅读全文
posted @ 2026-03-31 12:58 Felix_Openmind
阅读(22)
评论(0)
推荐(0)
2026年3月11日
Idea移除console.log
摘要: ctrl + shift + r ^.*console\.log\(.*$[\r\n]*
阅读全文
posted @ 2026-03-11 14:07 Felix_Openmind
阅读(6)
评论(0)
推荐(0)
2026年3月4日
ThreeJS实现地图可视化(支持层级地图区域双击下钻\地图区域高亮、悬停交互\3D 柱状图、地图材质自定义\自定义弹窗、标签、轮廓线渲染)
摘要: 效果图
阅读全文
posted @ 2026-03-04 11:34 Felix_Openmind
阅读(91)
评论(0)
推荐(0)
2026年3月2日
[组件库] V3 + AntD Tree 用户\组织列表选择组件
摘要: c-p-w [AddCommand.vue、OfficeUserSelector.vue、SelectorUserModal.vue、SelectOrgModal.vue] 选择成员 <!-- src/components/Distribute/components/SelectUserModal.
阅读全文
posted @ 2026-03-02 11:32 Felix_Openmind
阅读(10)
评论(0)
推荐(0)
2025年12月15日
Vue3、AntDesign 季度多选
摘要: Picker.vue <template> <a-select v-model:value="value" :options="formattedMonths.map(item => ({ value: item }))" mode="multiple" placeholder="请选择季度" st
阅读全文
posted @ 2025-12-15 15:36 Felix_Openmind
阅读(42)
评论(0)
推荐(0)
2025年12月5日
Vue3实现Form表单cron表达式生成和JSON渲染
摘要: cron表达式 效果 实现方式 安装: "vue3-cron-plus": "0.1.9", import {vue3CronPlus} from "vue3-cron-plus" import "vue3-cron-plus/dist/index.css" // 引入样式 <el-form-ite
阅读全文
posted @ 2025-12-05 15:53 Felix_Openmind
阅读(100)
评论(0)
推荐(0)
2025年12月4日
ThreeJS常用动画库
摘要: Tween.js https://tweenjs.github.io/tween.js/README_zh-CN.html GSAP(GreenSock Animation Platform) https://gsap.com/ Anime.js https://animejs.com/
阅读全文
posted @ 2025-12-04 10:54 Felix_Openmind
阅读(13)
评论(0)
推荐(0)
2025年11月28日
a-table设置嵌套层级表格的表头背景颜色
摘要: .ant-table-thead .ant-table-cell { border-right: 1px solid #939ba7 !important; background-color: #ceeef1 !important; } .ant-table-expanded-row .ant-ta
阅读全文
posted @ 2025-11-28 17:02 Felix_Openmind
阅读(24)
评论(0)
推荐(0)
2025年11月6日
a-menu 当设置折叠状态如何穿透悬浮菜单样式
摘要: 效果 antReset.css .ant-menu-submenu .ant-menu-submenu-popup .ant-menu .ant-menu-light { border: 1px solid #173808 !important; } /* 直接针对 popup 整体背景 */ .a
阅读全文
posted @ 2025-11-06 19:08 Felix_Openmind
阅读(23)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
46
下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}