logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux scp 命令不用输入密码

例:服务器B每天通过 scp 命令定时备份服务器A的文件:1. 服务器B#cd /root/.ssh#ssh-keygen -t rsa2.服务器B#cd /root/.ssh#scp .ssh/id_rsa.pub root@服务器B:/root/.ssh/authorized_keys3.如果authorized_keys已经存在如果服务器A...

树莓派3B+ LCD-show

3B+ LCD-show 驱动下载https://github.com/goodtft/LCD-show1.)Step1, Install Raspbian official mirrora)Download Raspbian official mirror:https://www.raspberrypi.org/downloads/b)Use“SDFormatter.exe...

vue/cli axios post的使用及Authorization值传递

vue/cli axios post的使用及Authorization值传递main.js引用:import axios from 'axios';Vue.prototype.$http = axios;axios.defaults.baseURL = "http://localhost:8080/";程序中使用:let header = {headers: {"Access-C

#vue.js
到底了