1. pwd :(print working directory) 获取当前路径 2. cd :(change directory) 更改路径 一个点(.):代表当前路径 两个点(..):代表父级路径 3. ls :(list) 查看当前文件夹下的文件 ls-a:(all) 展示所有文件(包含隐藏文 ...
分类:
其他好文 时间:
2018-09-14 19:48:53
阅读次数:
186
笔者的工作之一是管理100台左右的服务器,要保证其24小时处于正常working模式。谁知天有不测风云,前几天笔者管理的服务器大范围被植入发送DDOS×××的程序,每天凌晨发动×××。不幸中的万幸是我们主动发现问题,要是被老板先发现,估计要准备去人才市场了。
分类:
其他好文 时间:
2018-09-14 11:57:04
阅读次数:
171
燃料电池研发时间比较赶 没有时间敲代码 晚上看了会视频 学了一点点东西 写一下keep working # s = 'aaaabcc'# print(s.rjust(5,"#"))# print(s.center(5,"s"))# print(s.rstrip("b"))# list1 = [1,2 ...
分类:
其他好文 时间:
2018-09-14 00:08:04
阅读次数:
144
这学期在学计算机网络,实验课要用到gns30.8.6模拟。但是按照老师所给教程在设置idle pc时出现Failed to find a working Idle PC value. Can't set up hypervisor on 127.0.0.1等等问题 好了不要慌 首先我们点击这个tes ...
分类:
其他好文 时间:
2018-09-12 20:12:58
阅读次数:
1263
Creating Reusable Playbooks 创建可重用的剧本 Including and Importing Roles While it is possible to write a playbook in one very large file (and you might star ...
分类:
其他好文 时间:
2018-09-08 21:02:07
阅读次数:
244
原文: https://www.webcodegeeks.com/web-development/clean-code-principles-better-programmer/ “My code is working well, the website I built is looking gre ...
分类:
其他好文 时间:
2018-09-06 14:45:36
阅读次数:
184
SSH为Secure Shell的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。SSH是目前可靠的,专为远程登录会话和其他网络服务提供安全性的协议。常用于远程登录,以及用户之间进行资料拷贝。利用SSH协议可以有 ...
分类:
其他好文 时间:
2018-09-06 02:56:02
阅读次数:
190
"题目链接戳这里" 题目描述 You live in a village but work in another village. You decided to follow the straight path between your house (A) and the working place ...
分类:
其他好文 时间:
2018-09-06 02:47:09
阅读次数:
239
论文:Working hard to know your neighbor’s margins: Local descriptor learning loss 为什么介绍此文:这篇2018cvpr文章主要是从困难样本入手,提出的一个loss,简单却很有效,在图像匹配、检索、Wide baseline ...
分类:
Web程序 时间:
2018-08-31 10:41:17
阅读次数:
872
Starting a Scenic Railroad Service 题目描述 Jim, working for a railroad company, is responsible for planning a new tourist train service. He is sure that ...
分类:
其他好文 时间:
2018-08-29 22:18:41
阅读次数:
223