会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不开心的时候写写代码
write less , do more ...
首页
新随笔
管理
1
2
3
4
5
6
下一页
[置顶]
2048-键盘上下左右玩起来!
摘要: 2048 game
阅读全文
posted @ 2025-07-03 10:22 changxun
阅读(10)
评论(0)
推荐(0)
2025年3月28日
angularjs_test
摘要: 在博客园文章里运行angularjs :) NOTE: 演示双向数据绑定。 {{firstName}} 输入代码: angular.$root.$http.get('https://account.cnblogs.com/user/userinfo', {withCredentials: true}
阅读全文
posted @ 2025-03-28 09:34 changxun
阅读(42)
评论(0)
推荐(0)
2021年12月25日
dpdk-debug
摘要: 1. download dpdk source and build it ref: https://core.dpdk.org/doc/quick-start/ meson --buildtype=debug debugbuild 2. Reserve huge pages memory. mkdi
阅读全文
posted @ 2021-12-25 16:07 changxun
阅读(358)
评论(0)
推荐(0)
netfilter-and-nat
摘要: https://wiki.aalto.fi/download/attachments/69901948/netfilter-paper.pdf
阅读全文
posted @ 2021-12-25 09:55 changxun
阅读(26)
评论(0)
推荐(0)
2021年12月14日
etcd-doc
摘要: http://jolestar.com/etcd-architecture/
阅读全文
posted @ 2021-12-14 16:46 changxun
阅读(28)
评论(0)
推荐(0)
dpdk-doc
摘要: 官方文档 http://doc.dpdk.org/guides-21.11/prog_guide/intro.html csdn-dpdk专栏: https://blog.csdn.net/qq_15437629/category_7205269.html 网卡rss使用对称hash方法: TOEP
阅读全文
posted @ 2021-12-14 11:08 changxun
阅读(222)
评论(0)
推荐(0)
2021年10月13日
MTU详解
摘要: MTU解析与常见问题汇总-上篇 https://blog.51cto.com/gingerbeer/1970602 MTU解析与常见问题汇总-下篇 https://blog.51cto.com/gingerbeer/1976737
阅读全文
posted @ 2021-10-13 11:03 changxun
阅读(121)
评论(0)
推荐(0)
2021年9月7日
openvswitch-with-conntrack_nat
摘要: 官方介绍: http://www.openvswitch.org/support/ovscon2014/17/1030-conntrack_nat.pdf
阅读全文
posted @ 2021-09-07 11:39 changxun
阅读(76)
评论(0)
推荐(0)
2021年8月28日
NAT介绍及NAT设备类型
摘要: NAT与NAPT 区别在于,NAT只转换IP包中的IP地址,NAPT不仅转换IP包中的IP地址,还对IP包中TCP和UDP的Port进行转换。 NAT使用期间独占公网IP,利用率太低。NAPT可以使多台私有网主机利用1个NAT公共IP就可以同时和公共网进行通信。 所以现在说的NAT一般都是NAPT。
阅读全文
posted @ 2021-08-28 10:16 changxun
阅读(4207)
评论(0)
推荐(1)
2021年6月21日
expected_remote_run.py
摘要: expected_remote_run.py import subprocess def remote_execute(host_ip, host_passwd, cmd, user='test'): private_key_file = '/tmp/id_rsa' private_key_pass
阅读全文
posted @ 2021-06-21 16:42 changxun
阅读(67)
评论(0)
推荐(0)
1
2
3
4
5
6
下一页