会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
木叶村
八门遁甲。
博客园
首页
新随笔
联系
订阅
管理
2025年9月2日
git 回退版本并强制覆盖远程仓库
摘要: 1. git log 找到要回退的hash编号 2.git reset --hard 编号 3.git push origin branch-name --force // 强制覆盖、慎用
阅读全文
posted @ 2025-09-02 10:35 玛卡巴鉲
阅读(27)
评论(0)
推荐(0)
2025年2月11日
国际化:手机、区号插件记录
摘要: 1.Vue-Tel-Input:这个插件下载下来之后使用报错,找不到css文件什么的,不知道什么原因直接弃用。 2.后续使用以下两个插件,vue2项目使用: "vue-country-intl": "^1.1.9", // 输入框 "google-libphonenumber": "^3.2.4",
阅读全文
posted @ 2025-02-11 17:00 玛卡巴鉲
阅读(201)
评论(0)
推荐(0)
element-ui、antd-Vue,树组件全选半选回显分别显示,关联状态处理
摘要: 判断回显的父节点下的叶子节点是否全部选中,全部选中就是全选,保留;没有全选就是半选,不保留。保留与不保留说的是回显的数组数据。// 处理tree关联全选半选 export function processTreeData(treeData, selectedIds) { const fullySel
阅读全文
posted @ 2025-02-11 11:43 玛卡巴鉲
阅读(85)
评论(0)
推荐(0)
2024年12月6日
闪烁问题
摘要: uni.reLaunch({ url: '/pages/index/index', success: () => { // #ifdef APP-PLUS plus.navigator.closeSplashscreen(); // #endif }, }); alwaysShowBeforeRen
阅读全文
posted @ 2024-12-06 15:18 玛卡巴鉲
阅读(11)
评论(0)
推荐(0)
2024年6月27日
天气Api
摘要: https://dev.qweather.com/docs/ https://lbs.amap.com/api/javascript-api-v2/documentation#geolocation // 行政区域查询服务
阅读全文
posted @ 2024-06-27 11:42 玛卡巴鉲
阅读(12)
评论(0)
推荐(0)
2024年4月8日
滚动条悬浮加粗效果
摘要: &::-webkit-scrollbar { height: 8px;}&::-webkit-scrollbar-track { background-color: #fff;}&::-webkit-scrollbar-thumb{ border-radius: 10px; border-style
阅读全文
posted @ 2024-04-08 16:40 玛卡巴鉲
阅读(108)
评论(0)
推荐(0)
2024年3月14日
vscode 设置相关
摘要: 1.双击选中中划线拼接的变量:设置搜索wordSeparators,去掉中划线。
阅读全文
posted @ 2024-03-14 16:54 玛卡巴鉲
阅读(9)
评论(0)
推荐(0)
2024年2月21日
vue3 插件记录总结
摘要: 1.vite-plugin-vue-setup-extend:标签可以直接声明name。 <script lang-"ts" name="com-name"></script>
阅读全文
posted @ 2024-02-21 16:05 玛卡巴鉲
阅读(25)
评论(0)
推荐(0)
2023年3月14日
uniapp 蒲公英升级
摘要: export function checkUpdateApp() { // 获取manifest.json里的配置信息 plus.runtime.getProperty(plus.runtime.appid, function(widgetinfo) { // 可以根据manifest.json里的
阅读全文
posted @ 2023-03-14 16:10 玛卡巴鉲
阅读(99)
评论(0)
推荐(0)
2023年1月29日
css圆角梯形
摘要: .tabs-item { position: relative; width: 77px; height: 32px; line-height: 32px; padding: 0; text-align: center; color: #333; &::after { content: ''; po
阅读全文
posted @ 2023-01-29 14:04 玛卡巴鉲
阅读(650)
评论(0)
推荐(0)
下一页
公告