logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

hostname, /etc/hosts, /etc/sysconfig/network

http://linux.chinaitlab.com/manual/htmlbook/chapter07/hosts.html       hostname - show or set the system's host name       默认显示本机的hostname;-i 显示本机的IP地址。       domainname - show or set the syst

route的flags参数含义

routeKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface169.254.66.16   *               255.255.255.248 U     0      0        0 sync2dp169.254.

linux log

一、写日志缓存:方式1: printk(linux kernel中存在)数值范围从0到7,数值越小,优先级越高。控制日志:/proc/sys/kernel/printk1       4       1       7# echo 8 > /proc/sys/kernel/printk四个整型数值:当前记录级,缺省记录级,最低记录级和启动时刻的缺省记录级。

无线漫游

http://support.huawei.com/ecommunity/bbs/10146935.html漫游一般分为二层漫游和三层漫游。二层漫游指在同一子网内的AP间漫游。三层漫游指在不同子网内的AP间漫游。

xerces dom xml解析

http://xerces.apache.org/xerces-c/program-dom-3.html#UsingDOMAPI有三种解析器:XercesDOMParser,DOMLSParser,DOMLSSerializer。举例:1:XMLPlatformUtils::Initialize();XERCES_CPP_NAMESPACE_QUALIFIER DO

gsoap ssl代码分析

参考gsoap代码中sslclient.c:int main(){ struct soap soap;double a, b, result;/* Init SSL */soap_ssl_init(); --------里面调用SSL_library_init,OpenSSL_add_all_algorithms,SSL_load_error_strings,RAND_lo

ACE SSL代码

\ACE\ACE_wrappers\examples\IPC_SAP\SSL_SAP\SSL-client.cpp第一步:ACE_SSL_Context::instance ();---------------调用ACE_SSL_Context::ssl_library_init,执行了SSLeay_add_ssl_algorithms,SSL_load_error_strings

到底了