Usage:ip[OPTIONS]OBJECT{COMMAND|help}
ip[-force][-batchfilename
whereOBJECT:={link|addr|route|rule|neigh|ntable|tunnel|
maddr|mroute|monitor|xfrm}
OPTIONS:={-V[ersion]|-s[tatistics]|-r[esolve]|
-f[amily]{inet|inet6|ipx|dnet|link}|
-o[neline]|-t[imestamp]}
..
分类:
系统相关 时间:
2014-11-01 06:22:34
阅读次数:
326
题目链接:hdu 1540 Tunnel Warfare
题目大意:有连续的N个城镇,三种操作:
D x:第x城镇被破坏Q x:插叙第x城镇所在联通块有多少个城镇没有被破坏R:修复最后一个被破坏的城镇
解题思路:线段树区间合并,每个城镇看成一个叶子节点,用一个vector记录破坏顺序。对于查询来说,每次只要判断是否在mid?R[lson(u)],mid+L[rson(u)]之间即...
分类:
其他好文 时间:
2014-10-03 13:05:44
阅读次数:
256
题意:n个村庄,有三种操作,D x 破坏位置为x的村庄,R 修复上一次被破坏的村庄,Q x 输出含有x村庄的连续村庄的最大个数。线段树搞之,区间合并。ls[maxn]为当前节点左面的连续区间,rs[maxn]为当前节点左面的连续区间,ms[maxn]当前节点的最大连续区间。 1 #include ....
分类:
其他好文 时间:
2014-09-26 03:07:38
阅读次数:
181
A straight tunnel without branches is crowded with busy ants coming and going. Some ants walk left
to right and others right to left. All ants walk at a constant speed of 1 cm/s. When two ants meet, ...
分类:
其他好文 时间:
2014-09-26 02:19:18
阅读次数:
188
ssh端口转发2013-04-12 14:44:45|分类:rhel_ssh|举报|字号订阅ssh的三个强大的端口转发命令:ssh -C -f -N -g-Llisten_port:DST_Host:DST_portuser@Tunnel_Hostssh -C -f -N -g-Rlisten_po...
分类:
其他好文 时间:
2014-09-09 17:31:29
阅读次数:
403
https://github.com/sensepost/reGeorg使用示例:pythonreGeorgSocksProxy.py-p8080-uhttp://upload.sensepost.net:8080/tunnel/tunnel.jspStep1.上传一个脚本(aspx|ashx|jsp|php)到web服务器上。Step2.执行reGeorgSocksProxy.py脚本,连接shell监听端口。**如果你使用nmap等工..
分类:
Web程序 时间:
2014-08-31 10:40:11
阅读次数:
564
Tunnel Warfare
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 6972
Accepted: 2864
Description
During the War of Resistance Against Japan, tunnel warfare ...
分类:
其他好文 时间:
2014-08-29 11:10:47
阅读次数:
162