上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页
摘要: 19年趋势: Intel® 2019网络技术研讨会圆满落幕 SANTOS: Flow and HQoS Acceleration Over DPDK Using Intel Programmable Acceleration Card N3000 External Memory Interface 阅读全文
posted @ 2019-11-27 14:54 lvmxh 阅读(850) 评论(1) 推荐(0) 编辑
摘要: 1. 金步国作品集 systemd的介绍 example for systemd.slice sudo tee -a /usr/sbin/my-simple-daemon > /dev/null <<EOT #!/bin/bash while true do echo "Welcome this i 阅读全文
posted @ 2019-10-30 13:45 lvmxh 阅读(232) 评论(0) 推荐(0) 编辑
摘要: Ubuntu下设置 chrome的SwitchyOmega Wiki (简体中文) wiki Linux安装配置客户端及开机自动启动 运维 安装 配置 搭建服务以及配置多用户 安装和配置 一键搭建 服务 安装privoxy CentOS中搭建 How do i use socat as a prox 阅读全文
posted @ 2019-10-17 17:49 lvmxh 阅读(208) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-13 22:01 lvmxh 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 通过硬件的IOMMU,内核提供的共享内存、VFIO可以实现。 REF: 1. offical DPDK API Doc, 简书有翻译版 DPDK编程指南(翻译)(一) ( 二十七) 2. dpdk vhost研究(一)/(二) 3. vhost-user 与其他的对比 virtio,vhost 和v 阅读全文
posted @ 2019-10-13 13:36 lvmxh 阅读(380) 评论(0) 推荐(0) 编辑
摘要: python Singleton 1. Python __call__ special method practical example instantiate a class: x = Foo() is really x = type(Foo).__call__(Foo), where __cal 阅读全文
posted @ 2019-08-28 16:03 lvmxh 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 暴风TV太烂了。 电视坏了, 检测费用就是250元,不包括维修费用。 耍机维修要自己动手。 暴风TV升级步骤 暴风固件下载 55R6固件烧写步骤 首先考虑复位。 阅读全文
posted @ 2019-08-25 23:53 lvmxh 阅读(11085) 评论(0) 推荐(0) 编辑
摘要: asyncio 是python3增加的特性。不过backport到了2.7了。 python 2.7 Develop with asyncio Tasks and coroutines python 3.7 asyncio(org CN) REF: 一份详细的asyncio入门教程 有大量的例子 p 阅读全文
posted @ 2019-08-22 22:14 lvmxh 阅读(627) 评论(1) 推荐(0) 编辑
摘要: prepare: MYSQL tutorial Prepare a table set evn DB create Delete DB table create Delete table insert table update table 数据库锁(DB lock) sqlalchemy 使用wit 阅读全文
posted @ 2019-08-21 17:06 lvmxh 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: play on line match if 1 #![allow(unused)] 2 fn write_bar(size: u64){ 3 match size{ 4 o if o < 100 => println!("{:?} less than 100", o), 5 o if o < 200 阅读全文
posted @ 2019-07-31 00:02 lvmxh 阅读(400) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页