1 在R2使用rsa local-key-pair create 命令来生成本地RSA主机密钥对 2 在R2上配置VTY用户界面,设置用户的验证方式为AAA授权验证方式并且指定VTY类型用户只支持SSH协议 user-interface vty 0 4 authentication-mode aaa ...
分类:
其他好文 时间:
2019-11-22 19:41:19
阅读次数:
164
源码地址:https://github.com/aitorzip/PyTorch-CycleGAN 数据的读取是比较简单的,cycleGAN对数据没有pair的需求,不同域的两个数据集分别存放于A,B两个文件夹,写好dataset接口即可 fake_A_buffer = ReplayBuffer() ...
分类:
其他好文 时间:
2019-11-20 19:35:32
阅读次数:
161
CSS 预处理器 Stylus分享 ps:为了分享,内容东拼西凑,并非原创,很多参考了 张鑫旭大大翻译的中文文档。这里放上两个不错的stylus链接: https://github.com/leeseean/stylus-style-guide github stylus语法规范 http://bl ...
分类:
Web程序 时间:
2019-11-19 12:17:11
阅读次数:
76
9.1 Relations and Their Properties(关系及关系性质) 1.基本概念 Ordered pair(序偶) 当且仅当a1 = a2并且b1 = b2时, 才有序偶对(a1, b1)=(a2, b2) Cartesian product(笛卡尔积) 如果A和B是两个非空集, ...
分类:
其他好文 时间:
2019-11-15 18:34:43
阅读次数:
115
转自:https://www.cnblogs.com/reblue520/p/10767428.html 编写一个简单的hello world程序 test.lua 如果觉得简单,可以给一个for循环,打印1~10 正常执行,说明lua环境安装没有问题 二.lua语言的基本语法 数值: 1,2,3 ...
分类:
其他好文 时间:
2019-11-15 13:49:24
阅读次数:
74
```cpp //#pragma GCC optimize(2) #include #define ll long long #define ld long double #define pb push_back #define mp make_pair #define X first #defin... ...
分类:
其他好文 时间:
2019-11-13 00:25:38
阅读次数:
164
Valya and Tolya are an ideal pair, but they quarrel sometimes. Recently, Valya took offense at her boyfriend because he came to her in t-shirt with le ...
分类:
其他好文 时间:
2019-11-12 22:03:49
阅读次数:
117
"题目" 一眼题。 缩点然后dp。 注意一下计算一条边经过无限次可以获得多少价值这个东西要用到平方和公式。 $\sum\limits_{i=1}^ni^2=\frac{i(i+1)(2i+1)}6$ ...
分类:
其他好文 时间:
2019-11-11 19:55:56
阅读次数:
72
题目链接: #include <bits/stdc++.h> using namespace std; #define ll long long #define re register #define pb push_back #define fi first #define se second c ...
分类:
其他好文 时间:
2019-11-11 18:30:21
阅读次数:
119
#define HAVE_STRUCT_TIMESPEC#include<bits/stdc++.h>using namespace std;pair<int,int>a[200007];int n;long long s;bool check(int x){ int num=0; long lon ...
分类:
其他好文 时间:
2019-11-11 09:39:47
阅读次数:
72