- 博客(4)
- 问答 (3)
- 收藏
- 关注
原创 linux tcpdump 及 windows wireshark 使用整理
本文参考网络中其他博客文章,根据自己使用整理归纳参考资料网址:http://blog.youkuaiyun.com/s_k_yliu/article/details/6665673/http://blog.youkuaiyun.com/hzhsan/article/details/43453251一 Linux tcpdump 命令1 可能常用的参数-i 指定进行抓包的网口 例如 -i eth0h
2016-07-06 11:06:17
1886
原创 linux ip 配置及配置保存
1 配置IP# 改对应网卡配置IP ifconfig eth0 10.120.16.82/24# 配置默认路由route add default gw 10.120..16.1#利用route 命令配置路由 如将192.168.20.X 的ip路由到192.168.20.254网关route add -net 192.168.20.0/24 gw 192.168.20.25
2016-06-27 10:24:02
12295
1
原创 逐次线性插值编码实现
【算法描述】假设有(x0,y0) (x1, y1) (x2, y2) ...(xn, yn) 其中x0通过这些点做逐次线性插值【迭代公式】【代码】//list.h#ifndef LIST_H#define LIST_Htypedef struct pointValue{ double x; double y; struc
2015-07-15 16:52:21
2340
空空如也
linux shell 选择用户并进入视图?
2015-08-31
有谁验证过traffic server 3.0.0 wccp协议支持功能吗?
2015-08-05
linux Ats(traffic_server) 中wccp支持 编译选项配置怎么配?
2015-07-31
TA创建的收藏夹 TA关注的收藏夹
TA关注的人