1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
访问控制列表实验01:标准访问控制列表实验目标:标准访问控制列表只能根据数据包的源IP地址决定是否允许通过实验环境:指令列表用来告诉路由器哪能些数据包可以收、哪能数据包需要拒绝。至于数据包是被接收还是拒绝,只能根据数据包的源IP地址决定是否允许通过,可以由类似于..
分类:
其他好文 时间:
2014-08-16 01:07:53
阅读次数:
278
[root@localhost ~]# service httpd startStarting httpd: (13)Permission denied: make_sock: could not bind to address 192.168.1.153:28080no listening soc...
分类:
其他好文 时间:
2014-08-16 00:58:39
阅读次数:
196
基本结构
(这部分的地址均为网络地址)
1、struct sockaddr:通用套接字地址结构
此结构用于存储通用套接字地址。
数据结构定义:
typedef unsigned short sa_family_t;
struct sockaddr {
sa_family_t sa_family; /* address family, AF_xxx */...
分类:
其他好文 时间:
2014-08-15 22:35:49
阅读次数:
443
Create a class Employee which extends from a class Person. The attributes of Person class are name, address, age. The attributes of the Employee clas....
分类:
其他好文 时间:
2014-08-15 20:55:19
阅读次数:
373
今天在进行代码往安卓平台移植时,IplImage *qImg=&(IplImage)dst1;报错taking address of temporary [-fpermissive]百度了一下:原来中&(IplImage)dst1操作取了临时变量的地址。返回后临时变量已经“消失”了,你不能再使用了。...
分类:
其他好文 时间:
2014-08-14 16:07:58
阅读次数:
219
Virtual addresses from multiple address spaces are translated to real addresses in main memory by generating for each virtual address an address space...
分类:
移动开发 时间:
2014-08-14 13:24:28
阅读次数:
489
故障描述参考文章http://blog.csdn.net/sctq8888/article/details/7381910不过这篇文章中提到的开启TIME-WAITsockets的快速回收和重用功能可能在某些场景下会导致问题,比如使用NAT方式访问服务器时,由于很多客户端的出口IP都是一样的,由于TCP时间戳的不一致会导致在同一个WI..
分类:
系统相关 时间:
2014-08-14 04:01:28
阅读次数:
342