JSch is a pure Java implementation ofSSH2.JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., a...
分类:
Web程序 时间:
2014-08-09 15:39:38
阅读次数:
320
What is Port Triggering?
If you have not read my explanation of port forwarding do so now. You can find it
here.
Port triggering is pretty simple once you know what port forwarding is. Port...
分类:
其他好文 时间:
2014-08-08 16:12:36
阅读次数:
362
NAT
Nat,网络地址转换协议。主要功能是实现局域网内的本地主机与外网通信。
在连接外网时,内部Ip地址需要转换为网关(一般为路由器Ip地址)(端口号也需要相应的转换)
如:QQ程序
在一个局域网中,路由器(网关)WAN侧ip为200.0.0.123
局域网三台计算机:计算机A 192.168.0.10,计算机B
...
分类:
其他好文 时间:
2014-08-08 16:02:06
阅读次数:
215
在被爆出“后门”事件后,苹果似乎已经开始了自己的行动,在最新发布的iOS 8 Beta5版本中,iOS取证专家Zdziarski提及的众多后台服务中的packet sniffer服务已经被禁用,体现出苹果公司在安全和用户隐私方面的重视。我们甚至可以猜测,在今秋即将推出的iOS 8中,苹果很可能会封堵...
分类:
移动开发 时间:
2014-08-07 00:40:57
阅读次数:
263
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:
其他好文 时间:
2014-08-06 11:49:51
阅读次数:
315
Embodiments of the present invention address deficiencies of the art in respect to secure communications for multiple hosts in an address translation ...
分类:
Web程序 时间:
2014-08-05 02:54:48
阅读次数:
381
一、在Packet Tracer上边画好拓扑,并配置好模块和帧中继DLCI
先看下配好的拓扑图:
配置过程:
1、添加3台路由器,我用的是2811,为路由器添加S端口模块,我用的是NM-4A/S模块。
2、添加一个Cloud-PT-Empty设备(Cloud0)模拟帧中继网络,为Cloud0添加3个S端口模 块,好与路由器连接!
?
3、设置好S1,...
分类:
其他好文 时间:
2014-08-01 23:19:22
阅读次数:
340
QuicksumTime Limit: 2 Seconds Memory Limit: 65536 KBA checksum is an algorithm that scans a packet of data and returns a single number. The idea is...
分类:
其他好文 时间:
2014-08-01 22:43:32
阅读次数:
333
【题目大意】题目大意是这样的:某工厂生产几种产品,首先用packet包住,这些产品的高度都是h,底面积有1*1,2*2,3*3,4*4,5*5,6*6六种规格,下面我们要用高度为h,底面积为6*6的集装箱装这些货物,问怎样使所用集装箱数目最少?【解题思路】我们首先必须先装底面积大的货物,并且对于面积...
分类:
其他好文 时间:
2014-08-01 13:04:31
阅读次数:
235