摘要:
1.查看是不是没安装xftp,xshell上的那个按钮只是启动按钮 2.还是不行的话,试试在linux上安装这个: yum install lrzsz 阅读全文
posted @ 2022-01-14 09:41
闪光123
阅读(512)
评论(0)
推荐(0)
摘要:
1.跟目录下新建vue.config.js文件,添加内容: module.exports = { assetsDir: 'static', parallel: false, publicPath: './',//history模式注释掉此行,hash模式需要 productionSourceMap: 阅读全文
posted @ 2022-01-14 09:14
闪光123
阅读(113)
评论(0)
推荐(0)
摘要:
1、查找以前是否装有mysql 命令:rpm -qa|grep -i mysql 2、停止mysql服务、删除之前安装的mysql 删除命令:rpm -e –nodeps 包名 # rpm -ev MySQL-client-5.5.25a-1.rhel5 # rpm -ev MySQL-server 阅读全文
posted @ 2022-01-13 15:36
闪光123
阅读(3045)
评论(0)
推荐(0)
摘要:
<template> <el-table class="tableList" ref="rw_table" height="700" solt="append" :data="useData" :row-class-name="tableRowClassName" @cell-mouse-enter 阅读全文
posted @ 2022-01-13 15:30
闪光123
阅读(825)
评论(0)
推荐(0)
摘要:
1.安装依赖: npm i node-schedule --save 2.添加定时任务 const schedule = require('node-schedule'); const scheduleCronstyle = () => { //每天凌晨定时执行一次: schedule.schedu 阅读全文
posted @ 2022-01-12 15:00
闪光123
阅读(210)
评论(0)
推荐(0)
摘要:
1.express-generator 是 Express 应用程序生成器工具,我们可以使用它来快速创建应用程序框架。 npm install -g express-generatorwindows添加环境变量:E:\node\node_global 2.创建项目express expressFra 阅读全文
posted @ 2022-01-10 13:50
闪光123
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号