- 博客(3)
- 收藏
- 关注
原创 ssh把本地的文件上传到服务器
ssh把本地的文件上传到服务器程序代码scp @:举例以说明:如果希望将当前目录下的a.txt文件上传到ssh服务器上test文件夹并改名为b.txt,其中ssh服务器网址为127.0.0.1,用户名root。代码如下:scp a.txt root@127.0.0.1:/home/neo/test/b.txt下载也很简单,只需要将“本地文件名”和后面服务器的信息对调即可
2017-10-19 09:51:07
11247
1
原创 Configure github with mac and upload an existing project to github by using terminal
Configure ssh with public keyOpen Terminal.Create a new ssh key (change with your email address)ssh-keygen -t rsa -b 4096 -C "your_email@example.com"Login github with your account. Setti
2017-10-15 17:14:22
356
原创 Differences between dependencymanagement and dependencies in maven
In dependencyManagement you declare dependency versions, exclusions and other things that let you manage them in place (e.g. a parent pom) for multiple projects.Dependency Management allow
2017-10-12 10:08:36
317
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人