题目链接 https://cn.vjudge.net/problem/17712/origin Andrew is working as system administrator and is planning to establish a new network in his company. T ...
分类:
Web程序 时间:
2019-04-02 13:02:59
阅读次数:
166
import pkg_resources from subprocess import call packages = [dist.project_name for dist in pkg_resources.working_set] call("pip install --upgrade " + ...
分类:
编程语言 时间:
2019-03-30 13:35:31
阅读次数:
196
https://www.infoq.com/articles/thoughts-on-test-automation-in-agile Start Small Balance the cost vs. ROI well and come up with a bare minimum working ...
分类:
其他好文 时间:
2019-03-27 00:20:26
阅读次数:
167
Arm provides software developers working with Nuvoton devices based on the Arm Cortex-M0 and M23 processors with a free-to-use professional tool suite ...
分类:
其他好文 时间:
2019-03-23 22:21:43
阅读次数:
242
dataparallel not working on nvidia gpus and amd cpus https://github.com/pytorch/pytorch/issues/13045 问题: 多卡运行时, 网络会卡在那里不能运行. 系统是 AMD Ryzen5 1600x 和 两张 ...
分类:
其他好文 时间:
2019-03-11 23:41:54
阅读次数:
404
先看这个图,了解工作区、版本库、stage、HEAD、master、add、commit这几个概念。 (忘记自己从哪儿盗的图了...) git_relearn文件夹里就是一个工作区(working directory); .git隐藏的文件夹就是版本库(repositary); 版本库里包含暂存区( ...
分类:
其他好文 时间:
2019-03-04 20:57:22
阅读次数:
308
1.1 ssh介绍 SSH是Secure Shell Protocol的简写,由IETF网络工作小组(Network Working Group)制定:在进行数据传输之前,SSH先对联机数据包通过加密技术进行加密处理,加密后在进行数据传输。确保了传递的数据安全。 SSH是专为远程登录会话和其他网络服 ...
分类:
其他好文 时间:
2019-03-03 20:43:18
阅读次数:
264
开发过程中,你肯定会遇到这样的场景: 场景一: 场景二: 场景三: 撤销 上述场景一,在未进行git push前的所有操作,都是在“本地仓库”中执行的。我们暂且将“本地仓库”的代码还原操作叫做“撤销”! 情况一:文件被修改了,但未执行git add操作(working tree内撤销) 情况二:同时 ...
分类:
其他好文 时间:
2019-03-02 14:53:06
阅读次数:
186
⒈SSH介绍 SSH(Secure Shell)由IETF的网络工作小组(NetWork Working Group)所制定,SSH是建立在应用层和传输层基础上的安全协议。 SSH是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议,常用于远程登录、用户之间的资料拷贝等等,几乎所有UNIX平 ...
分类:
系统相关 时间:
2019-03-02 10:57:15
阅读次数:
216
1、按照网上那一群写的balabade 修改各种配置 2、就是讲Start Recording界面的:Program to record 和 Working directory两个选项都选择C:\Program Files (x86)\Internet Explorer下面的iexplore.exe ...
分类:
其他好文 时间:
2019-02-28 18:07:57
阅读次数:
327