摘要: sftp操作get/put 1.1 进入sftp alt+p进入 1.2 常用命令 lcd 切换windows环境路径 cd 切换linux环境路径 [均为绝对路径] get (-r) 下载linux资源到windows (文件夹) put (-r) 上传windows资源到linux (文件夹) 阅读全文
posted @ 2019-11-28 21:17 noodle_man 阅读(1660) 评论(0) 推荐(0)
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文
posted @ 2019-11-10 17:02 noodle_man 阅读(124) 评论(0) 推荐(0)
摘要: 题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2019-11-10 16:05 noodle_man 阅读(105) 评论(0) 推荐(0)