Description
During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels lay in a...
分类:
其他好文 时间:
2015-08-10 14:55:33
阅读次数:
164
1. 下载 http://zwitterion.org/software/ssh-https-tunnel/ssh-https-tunnel到~/.ssh/ssh-https-tunnel
#!/usr/bin/perl -T -w
# Copyright (C) 2001,2002,2008 Mark Suter
#
# This program tunnels a secure shell...
分类:
Web程序 时间:
2015-08-08 13:34:37
阅读次数:
173
#include //未完成#include using namespace std;const int maxn=50005;#define lson rt>1; }}a[maxn<<2];void bst(int rt,int l,int r){ a[rt].l=l;a[rt].r=...
分类:
其他好文 时间:
2015-08-08 06:32:06
阅读次数:
107
Tunnel Warfare
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 7307
Accepted: 2997
Description
During the War of Resistance Against Japan, tunnel warfare ...
分类:
其他好文 时间:
2015-08-05 22:23:25
阅读次数:
209
Problem Description:During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Gen...
分类:
其他好文 时间:
2015-08-03 16:48:37
阅读次数:
119
题目链接题意:有n个村庄,编号分别为1-n;由于战争会破坏村庄,但是我们也会修复;D x代表村庄x被破坏;Q x是求与x相连的有几个没有被破坏;R 是修复最后一次被破坏的村庄;接下来有m个操作,对于每次Q操作输出结果;由于修复的是最后一次被破坏的所以要用stack接下来看代码吧,加个图好理解一点#i...
分类:
其他好文 时间:
2015-08-01 12:47:05
阅读次数:
112
gost ( https://github.com/ginuerzh/gost ) gost 的 websocket tunnel 功能使用 WebSocket 协议,相较 HTTP 协议能做更多事,如作 dnsforwarder 的前置代理实现远程 DNS 查询以防 DNS 污染。部署步骤====...
分类:
其他好文 时间:
2015-07-27 20:38:45
阅读次数:
628
题意:在抗日战争期间,地道战在华北平原得到广泛的实施,一般而言,村庄通过一些隧道在一条线上连接,除了两端剩下的每个村庄都有两个相连。侵略者会频繁的对这些村庄进行扫荡,并且摧他们的地道,当然八路军会把这一些已经被摧毁的村庄修复的,会优先修复最近被破坏的村庄。分析:被这道题折磨了一上午啊,不过也学到了很...
分类:
其他好文 时间:
2015-07-27 12:45:32
阅读次数:
215
有两台阿里的服务,一台A有分配外网ip,另外一台B没有,如何让B借助A实现上网? 处理方式如下 在A服务器 ip tunnel add i2o mode ipip remote B local A ---这里A、B均是内网地址 ifconfig i2o 192.168.2.1 netma...
分类:
其他好文 时间:
2015-07-25 18:37:55
阅读次数:
125