会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
镇显玩技术
每一步编码,都是改变世界的力量
博客园
首页
新随笔
联系
订阅
管理
2026年1月21日
VUE使用函数动态创建加载框,带有卸载方法
摘要: const dialogModelList = {} /** * 弹出一个导出loading框 */ export const showExportLoading = ()=>{ let id = random(10) dialogModelList[id] = ref(true); const e
阅读全文
posted @ 2026-01-21 09:55 镇显
阅读(3)
评论(0)
推荐(0)
2026年1月12日
echarts 地图,带有阴影
摘要: const initDituCharts = ()=>{ dituChart = echarts.init(dituRef.value); echarts.registerMap('china', ChinaJson); var option; option = { grid:{ top:'30px
阅读全文
posted @ 2026-01-12 10:22 镇显
阅读(2)
评论(0)
推荐(0)
2026年1月6日
JS远程下载文件流自定义文件名保存本地
摘要: const saveBlob = (blob: Blob, filename: string) => { const url = window.URL.createObjectURL(blob); const link = document.createElement('a'); link.href
阅读全文
posted @ 2026-01-06 14:06 镇显
阅读(10)
评论(0)
推荐(0)
JS生成 UUID
摘要: function generateUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { const r = (Math.random() * 16) | 0; const v = c
阅读全文
posted @ 2026-01-06 14:02 镇显
阅读(2)
评论(0)
推荐(0)
2025年3月14日
IntelliJ IDEA 快捷键说明中文版
摘要: 快捷键说明 导航 Ctrl + N:跳转到类 Ctrl + Shift + N:跳转到文件 Ctrl + Alt + Shift + N:跳转到符号 Alt + 右/左:跳转到下一个/上一个编辑器标签 F12:返回上一个工具窗口 Esc:跳转到编辑器(从工具窗口) Shift + Esc:隐藏活动窗
阅读全文
posted @ 2025-03-14 14:58 镇显
阅读(532)
评论(0)
推荐(0)
下一页
公告