摘要:
使用方法: 1、sshpass -p 123456 ssh admin@1.1.1.1 "touch file" 远程创建文件file 2、sshpass -p 123456 scp file1 admin@1.1.1.2:~ 把本地文件file1传入远程机器1.1.1.2上的用户目录下 阅读全文
摘要:
在linux的用户目录下的.ssh文件下,touch config;注意config的权限控制,-rw-r--r--. 配置内容: 参考:http://www.worldhello.net/2010/04/08/1026.html https://deepzz.com/post/how-to-set 阅读全文
摘要:
参考:http://api.jquery.com/jquery.ajax/ 阅读全文
摘要:
转载:https://blog.csdn.net/haiyuexinming/article/details/78130668 参考:https://www.jianshu.com/p/86665d0398d4 阅读全文