会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Felix_Openmind
https://github.com/serendipitywzz
博客园
首页
新随笔
管理
[置顶]
前端优秀Blog & 项目
摘要: 🍎 Blog 🍎 https://wangtunan.github.io/blog/interview/#图片优化 https://fe.ecool.fun/ https://huruji.github.io/FE-Interview/#/docs/React https://fe.azhuba
阅读全文
posted @ 2025-07-26 00:22 Felix_Openmind
阅读(22)
评论(0)
推荐(0)
[置顶]
☘️☘️☘️React和Vue底层机制相关优秀文章
摘要: https://godbasin.github.io/front-end-playground/front-end-basic/skill/learn-front-end-develop-from-interview.html#前端项目经验相关面试考察点 React Fiber相关讲解 React
阅读全文
posted @ 2025-01-09 14:44 Felix_Openmind
阅读(36)
评论(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
阅读(2)
评论(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
阅读(8)
评论(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
阅读(7)
评论(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
阅读(7)
评论(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
阅读(10)
评论(0)
推荐(0)
a-select 自定义渲染 + 支持查询
摘要: <a-select style="width: 100%;" v-model:value="record.baseName" allow-clear placeholder="请选择数据源" show-search :filter-option="filterOption" > <a-select-
阅读全文
posted @ 2025-11-06 09:58 Felix_Openmind
阅读(8)
评论(0)
推荐(0)
2025年10月31日
Vue3 Vite项目 webstorm@路径不识别
摘要: ++ jsconfig.json { "compilerOptions": { "paths": { "@/*": [ "./src/*" ] } } }
阅读全文
posted @ 2025-10-31 11:19 Felix_Openmind
阅读(9)
评论(0)
推荐(0)
2025年10月25日
MySQL5.7安装及配置
摘要: https://blog.csdn.net/rucoding/article/details/121154137
阅读全文
posted @ 2025-10-25 18:43 Felix_Openmind
阅读(5)
评论(0)
推荐(0)
Jetbrains IDEA or Webstorm 设置自用
摘要: 传统风格 主题 One Dark Vivid 必装插件 通用 Rainbow Brackets Key Promoter Grep Console 常见配置
阅读全文
posted @ 2025-10-25 17:49 Felix_Openmind
阅读(4)
评论(0)
推荐(0)
2025年10月22日
【node-sass error】Module build failed: Error: ENOENT: no such file or directory, scandir 'D:\MyWorkspace\FrontSpace\intelligence-judgment\node_modules\node-sass\vendor'
摘要: npm rebuild node-sass npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
阅读全文
posted @ 2025-10-22 17:18 Felix_Openmind
阅读(11)
评论(0)
推荐(0)
下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}