package com.goldcn.jzgmanageplat.b2b.controller;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Gre...
分类:
编程语言 时间:
2015-06-08 21:23:25
阅读次数:
193
题目: Given two sorted integer arrays A and B, merge B into A as one sorted array.Note: You may assume that A has enough space (size that is gre...
分类:
其他好文 时间:
2015-06-05 22:26:08
阅读次数:
187
netstat -ntupln表示不查询dnst表示tcp协议u表示udp协议p表示查询占用的程序l表示查询正在监听的程序查看那个进程占用了xxx端口lsof -i:xxx查看进程号为xxx的进程在哪里ps -ef|grep xxxps -ef |grep 程序名netstat -nltp |gre...
分类:
系统相关 时间:
2015-06-03 19:36:29
阅读次数:
193
http://www.tunnel.mobi/ngrok下载地址:
分类:
其他好文 时间:
2015-06-03 11:20:37
阅读次数:
192
加载GRE模块modprobeip_gre创建Tunnel名为officeiptunneladd
officemodegreremote111.206.164.122local111.206.0.88ttl255iplinksetoffice
up为tunnel增加IP地址ipaddadd
10.100.100.1/30devoffice创建一个路由表,表名为136iprouteadddefaultvia103.246.132.61table136创建一..
分类:
系统相关 时间:
2015-06-02 15:34:05
阅读次数:
279
一、前言在openstack中配置networking服务都是一段困惑的经历。本指南提供一步步说明如何配置Networking(neutron)和传统的网络服务(nova-network)。如果你不确定使用哪种,建议尝试neutron,因为它提供了相当数量的功能和灵活性,包括各种新兴产品的插件来支持虚拟网络。二..
分类:
其他好文 时间:
2015-05-31 18:41:15
阅读次数:
238
Problem 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 ...
分类:
其他好文 时间:
2015-05-29 10:11:46
阅读次数:
127
#iphelp
ip{link|address|addrlabel|neighbour|route|rule|maddress|mroute|tunnel|xfrm}help
#ipaddress
#显示IP
ipa
#显示eth3IP
ipashoweth3
#显示eth3IPv4
ip-4ashoweth3
#添加IP
ipaadd192.168.10.2/24deveth1
#添加IP添加label
ipaadd192.168.10.2/24deveth1labeleth1N..
分类:
其他好文 时间:
2015-05-28 14:23:24
阅读次数:
239