2017年3月22日

windows下使用putty+psftp连接linux虚拟机进行文件传输

摘要: 嘛,首先需要用putty连接linux.除了重要的ssh协议的配置之外,还可能要在linux下输入命令: service iptables stop(用于关闭防火墙) service sshd start(开启ssh协议) ifconfig(查看ip地址) 可以通过passwd [用户名]的命令修改 阅读全文

posted @ 2017-03-22 22:03 此剑之势愈斩愈烈 阅读(347) 评论(0) 推荐(0) 编辑

Leetcode 10. Regular Expression Matching

摘要: 参考思路: Subscribe to see which companies asked this question This problem has a typical solution using Dynamic Programming. We define the state P[i][j]  阅读全文

posted @ 2017-03-22 17:27 此剑之势愈斩愈烈 阅读(123) 评论(0) 推荐(0) 编辑

导航