码迷,mamicode.com
首页 >  
搜索关键字:tunnel    ( 390个结果
搭建自己的ngrok服务
转载:http://tonybai.com/2015/03/14/selfhost-ngrok-service/在国内开发微信公众号、企业号以及做前端开发的朋友想必对ngrok都不陌生吧,就目前来看,ngrok可是最佳的在内网调试微信服务的tunnel工 具。记得今年春节前,ngrok.com提供的...
分类:其他好文   时间:2016-01-06 13:51:53    阅读次数:2840
sql: sql developer tunnel转接
Use putty tunnel instead of login terminal server有时候本地直接ping不通sql 的server, 但另一个server能连上,这时就可以把端口和ip重定位一下, 通过另一个server转接.in putty ssh settings: 12345....
分类:数据库   时间:2015-12-08 20:07:00    阅读次数:148
HDU 1540 POJ 2892 Tunnel Warfare
线段树 区间合并 单点修改 区间查询。又是1秒钟构思,差错查了好久... ... 发现一个int型的定义成了char型,打脸。#include #include #include #include #include #include #include #include #include #inclu...
分类:其他好文   时间:2015-12-05 09:45:21    阅读次数:145
负载均衡
一、模式软件负载均衡lvs部署模式通常有DR\NAT\TUNNEL等几种模式,阿里在lvs基础上扩充了fullnat模式。1、DR模式:DR模式只修改数据包的目的MAC地址并通过ARP广播的形势找到realserver,所以要求LVS的VIP和realserver的IP必须在同一个网段内,也就是在挂载VIP时先确认LVS的工作..
分类:其他好文   时间:2015-11-23 06:30:29    阅读次数:324
linux ssh服务器
1. 服务端: 只需要建立一个能ssh连接的账号即可2. 客户端: 使用putty,连接时打开tunnel,并设置端口号,然后chrome or Firefox里设置这个端口号连接即可
分类:系统相关   时间:2015-11-01 01:39:10    阅读次数:231
【HDOJ】1540 Tunnel Warfare
还不错的一道线段树区间合并。挺巧妙的用法。 1 /* 1540 */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #includ...
分类:其他好文   时间:2015-11-01 00:27:09    阅读次数:298
debian 7上建立GRE隧道
1,GRE,即通用路由封装协议,GRE隧道是一种IP-over-IP的隧道,建立虚拟的点对点的连接,对通过隧道的某些网路层协议的数据报进行封装,使这些被封装的数据报能够在IPv4/IPv6 网络中传输,在Tunnel 的两端分别对数...
分类:其他好文   时间:2015-10-28 19:41:38    阅读次数:220
(中等) CF 585B Phillip and Trains,BFS。
The mobile application store has a new game called "Subway Roller".The protagonist of the game Philip is located in one end of the tunnel and wants .....
分类:其他好文   时间:2015-10-13 01:33:37    阅读次数:238
390条   上一页 1 ... 27 28 29 30 31 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!