2024年12月28日

vue3 axios导出 tar.gz圧缩包

摘要: <el-button class="submitconfirm" type="danger" @click="exportSubmitHandle" >导出</el-button> <script lang="ts" setup> import { Document, Menu as IconMen 阅读全文

posted @ 2024-12-28 17:40 yebinghuai-qq-com 阅读(45) 评论(0) 推荐(0)

2024年12月26日

vue3中英文切换

摘要: 效果图如下 在/src/main.ts文档添加如下内容 增加引入 import i18n from './locales/index' 增加.use(i18n)如下 app .use(createPinia()) .use(router) .use(RenRadioGroup) .use(RenSe 阅读全文

posted @ 2024-12-26 11:27 yebinghuai-qq-com 阅读(104) 评论(0) 推荐(0)

2024年11月29日

Vue3+Element plus 实现表格可编辑

摘要: Vue3+Element plus 实现表格可编辑 效果图如下: 代码如下: <template> <div> <el-button type="primary" @click="handleAdd"> 新增 </el-button> <el-button type="primary" @click="handleAdd10"> 新增10个点表 </ 阅读全文

posted @ 2024-11-29 14:19 yebinghuai-qq-com 阅读(1760) 评论(0) 推荐(0)

el-dialog对话框设置宽高

摘要: <template> <el-dialog v-model="visible" :title="!dataForm1.id ? '新增' : '修改'" :close-on-click-modal="false" :close-on-press-escape="false" width="1200p 阅读全文

posted @ 2024-11-29 09:20 yebinghuai-qq-com 阅读(543) 评论(0) 推荐(0)

2024年6月18日

vue3cron表达式

摘要: 引用: js部分 import cmCron from '../../components/cmCron/index.vue'; const shortcuts= [ { text: "每天8点和12点 (自定义追加)", value: "0 0 8,12 * * ?" } ]; 模板部分: <el 阅读全文

posted @ 2024-06-18 15:28 yebinghuai-qq-com 阅读(281) 评论(0) 推荐(0)

2024年4月19日

LinkedHashMap排序

摘要: import java.util.LinkedHashMap; import java.util.Map; import java.util.TreeMap; public class SortLinkedHashMapByKey { public static void main(String[] 阅读全文

posted @ 2024-04-19 09:26 yebinghuai-qq-com 阅读(214) 评论(0) 推荐(0)

2024年2月16日

springboot的web项目部署_前后端整合部署

摘要: springboot的web项目部署[2]_前后端整合部署 vite.config.ts build: { //build编译后存放静态文件的目录 outDir: "../renren-admin/src/main/resources/static", ShiroConfig.java filter 阅读全文

posted @ 2024-02-16 14:43 yebinghuai-qq-com 阅读(80) 评论(0) 推荐(0)

2023年7月11日

视频平台级联

摘要: 视频平台级联 1:NVR设置 2:下级推送给上级 2.1创建级联 2.2添加通道 添加完,如下所示 3:目标上级平台 阅读全文

posted @ 2023-07-11 16:23 yebinghuai-qq-com 阅读(90) 评论(0) 推荐(0)

zlm+wvp+redis搭建视频平台

摘要: Windows 下安装redis 下载地址:https://github.com/tporadowski/redis/releases zlm视频服务搭建请参考 https://www.cnblogs.com/yebinghuai/p/ZLMediaKit.html 运行界面 wvp视频信念搭建 依 阅读全文

posted @ 2023-07-11 16:07 yebinghuai-qq-com 阅读(600) 评论(0) 推荐(0)

2022年11月4日

springboot加载图片和mp4进行显示的设置类WebMvcConfig

摘要: springboot加载图片和mp4进行显示的设置类WebMvcConfigimport org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.annotation.Conf 阅读全文

posted @ 2022-11-04 09:41 yebinghuai-qq-com 阅读(91) 评论(0) 推荐(0)

导航