TCP/IP通信的三次握手如下: TCP是主机对主机层的传输控制协议,提供可靠的连接服务: 位码即tcp标志位,有6种标示:SYN(synchronous建立联机) 、ACK(acknowledgement 确认) 、PSH(push传送)、 FIN(finish结束) 、RST(reset重置) ...
分类:
其他好文 时间:
2016-11-06 01:47:19
阅读次数:
186
[student@desktopDesktop]$find/etc-namepasswd2>/dev/null/etc/passwd/etc/pam.d/passwd[student@desktopDesktop]$find/etc-namepasswd2>/mnt/find.err>/mnt/find.outbash:/mnt/find.err:Permissiondenied[student@desktopDesktop]$find/etc-namepasswd2>/mnt/fin..
分类:
其他好文 时间:
2016-10-31 22:46:56
阅读次数:
261
A(Assemble) 逐行汇编 C(Compare) 比较两内存块 D(Dump) 内存 16 进制显示 E(Enter) 修改内存字节 F(fin) 预置一段内存 G(Go) 执行程序 H(Hexavithmetic) 制算术运算 I(Input) 从指定端口地址输入 L(Load) 读盘 M( ...
分类:
其他好文 时间:
2016-10-24 20:10:30
阅读次数:
137
一、定义 Java接口(Interface),是一系列方法的声明,是一些方法特征的集合,一个接口只有方法的特征没有方法的实现,因此这些方法可以在不同的地方被不同的类实现,而这些实现可以具有不同的行为(功能)。 接口定义的一般形式为: [访问控制符]interface <接口名> { 类型标识符fin ...
分类:
编程语言 时间:
2016-10-19 16:46:40
阅读次数:
224
转自:http://blog.csdn.net/sunnydogzhou/article/details/6572071 1 TCP关闭时的四次握手Tcp连接在关闭的的时候,执行的是一个四次握手的过程,下图是客户端发起的关闭时客户端和服务器的状态转换图 具体过程如下:1、 客户端发送FIN报文段,进 ...
分类:
其他好文 时间:
2016-10-17 13:26:52
阅读次数:
196
#include<iostream> using namespace std; bool ans[2001],not_last[2001]; int c[2001],w[201][2001],u[2001],before[2001][2001]; int n,i,j,p,seve; void fin ...
分类:
编程语言 时间:
2016-10-16 23:35:12
阅读次数:
293
关于第一个参数hModule:如果为null,那么该函数就会在当前进程中寻找资源。如果在DLL情况下,该函数不可以为null,要明确待寻找资源的模块位置,要在dll项目的main里来这句: HModule handle = GetModuleHandle("本dll文件名");将该句柄保存作为fin ...
分类:
其他好文 时间:
2016-10-08 19:13:19
阅读次数:
140
2016.9.27 文件读取 读取字符类型 char ch;fin>>ch; 读取一个单词(以空格分割) char ch[10]; fin>>ch; 读取整型 int n;fin>>n; 读取浮点类型 float f;fin>>f; 2016.9.27 const修饰符 修饰变量 修饰函数 int ... ...
分类:
其他好文 时间:
2016-09-27 18:05:19
阅读次数:
135
#----------------Kernel---Chris----2016.5.4-youhua-----------------#net.ipv4.tcp_fin_timeout=2net.ipv4.tcp_tw_reuse=1net.ipv4.tcp_tw_recycle=1net.ipv4.tcp_syncookies=1net.ipv4.tcp_keepalive_time=600net.ipv4.ip_local_port_range=400065000net.ipv4.tcp_max_syn_..
分类:
系统相关 时间:
2016-09-27 12:00:06
阅读次数:
221
俩个数 #include <cstdio>#include <stack>#include <cstdlib>#define MAXNUM 100char fin_formula[50], ori_formula[50];char op[4];int ans, num[4];void create( ...
分类:
其他好文 时间:
2016-09-26 19:46:32
阅读次数:
100