摘要: vue-cli脚手架创建一个vue项目 找到源码的map文件,然后下载 使用npm 安装reverse-sourcemap npm install --global reverse-sourcemap 还原命令 reverse-sourcemap --output-dir ./app app.1c4 阅读全文
posted @ 2023-01-03 23:46 郭小睿 阅读(1725) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash if [[ "$1" == '' ]];then echo "ip error! *.sh 192.168.1.1" exit 0 fi echo $1 chmod +x /usr/local/test/agent >/root/.ssh/known_hosts sshpas 阅读全文
posted @ 2023-01-03 17:19 郭小睿 阅读(328) 评论(0) 推荐(0) 编辑