摘要: 1.下载依赖 npm i nodes7 var nodes7 = require('nodes7'); 2.使用,去掉业务代码即可 saveWarn(){ this.$refs.warnFormRef.validate((valid) => { if (valid) { // if(!this.is 阅读全文
posted @ 2025-04-24 17:33 福超 阅读(80) 评论(0) 推荐(0)
摘要: 1.在main.ts import { app, BrowserWindow, shell, ipcMain ,dialog,clipboard,Menu} from 'electron' var isInput = false // 设置自定义上下文菜单 win.webContents.on('c 阅读全文
posted @ 2025-04-24 17:27 福超 阅读(32) 评论(0) 推荐(0)
摘要: 1. 写bat文件 echo Dumping database 2024_suntory ... set PATH=%PATH%;C:\Program Files\MySQL\MySQL Server 5.7\bin set PATH=%PATH%;C:\Program Files\WinRAR " 阅读全文
posted @ 2025-04-24 17:19 福超 阅读(35) 评论(0) 推荐(0)