上一页 1 2 3 4 5 6 ··· 15 下一页

2024年3月22日

search

摘要: https://zhuanlan.zhihu.com/p/590016815?utm_id=0 https://zhuanlan.zhihu.com/p/590016815?utm_id=0 https://blog.csdn.net/weixin_45394216/article/details/ 阅读全文

posted @ 2024-03-22 16:10 yipianchuyun 阅读(26) 评论(0) 推荐(0)

2024年2月2日

zzz

摘要: https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=62095104_11_oem_dg&wd=WAIT_BUYER_PAY&fenlei=256&rsv_pq=0xb235391c00005175&rsv_t=1a43awr40Lm 阅读全文

posted @ 2024-02-02 14:22 yipianchuyun 阅读(57) 评论(0) 推荐(0)

2024年1月30日

收包

摘要: 整体流程图 三、网络接口层 3.1 概述 数据包在本层主要处理流程有五: 网卡收到数据包,DMA 方式写入Ring Buffer,发出硬中断; 内核收到硬中断,NAPI 加入本 CPU 的轮询列表,发出软中断; 内核收到软中断,轮询 NAPI 并执行poll函数从Ring Buffer取数据; GR 阅读全文

posted @ 2024-01-30 16:01 yipianchuyun 阅读(549) 评论(0) 推荐(0)

网络收包讲解

摘要: 图1 整体流程图 一、系统启yjqe动 1.1 概述 网卡驱动的加载 网卡驱动的初始化(probe) 网卡设备的启用(ndo_open) 软中断进程初始化(ksoftirqd) 网络子系统初始化(net) 网络协议栈初始化 1.2 网卡驱动的加载 网卡需要有驱动才能工作,驱动是加载到内核中的模块,负 阅读全文

posted @ 2024-01-30 15:58 yipianchuyun 阅读(221) 评论(0) 推荐(0)

2024年1月29日

zzz

摘要: https://www.cdnb.net/bbs/archives/16817 composer exec CertificateDownloader.php -- -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSeri 阅读全文

posted @ 2024-01-29 09:11 yipianchuyun 阅读(33) 评论(0) 推荐(0)

2024年1月19日

a

摘要: https://www.docin.com/p-285965565.html https://download.csdn.net/download/lcc55/13705241?utm_source=iteye https://download.csdn.net/download/sjbextz/8 阅读全文

posted @ 2024-01-19 15:25 yipianchuyun 阅读(35) 评论(0) 推荐(0)

2024年1月17日

加解密

摘要: https://www.toolhelper.cn/DigestAlgorithm/HMAC_SHA 阅读全文

posted @ 2024-01-17 14:35 yipianchuyun 阅读(13) 评论(0) 推荐(0)

dpdk

摘要: https://doc.dpdk.org/guides/prog_guide/index.html https://blog.csdn.net/tour_de_france/article/details/125818233 https://blog.csdn.net/NGU_Jq/article/ 阅读全文

posted @ 2024-01-17 09:34 yipianchuyun 阅读(48) 评论(0) 推荐(0)

2024年1月15日

svn & git

摘要: svn没有本地分支 git需要先拉一个本地分支,先往本地分支合入,然后merge到远端分支 svn checkout git clone 把服务器端文件所产生的所有修改下载到本地: svn update 远程分支改变合入本地分支git merge origin/master 更新本地分支: git 阅读全文

posted @ 2024-01-15 09:34 yipianchuyun 阅读(12) 评论(0) 推荐(0)

2024年1月13日

linux查看磁盘信息

摘要: 查看磁盘 fdisk -l 查看所有目录的磁盘信息 du -h 查看指定目录的磁盘信息 df -h filePath 查看指定目录及子目录的磁盘信息 du -h filePath 虚拟机新增磁盘及挂载步骤 1.新增磁盘 (1) 编辑虚拟机设置->添加 (2) 选择硬盘->下一步 (3) 选择SCSI 阅读全文

posted @ 2024-01-13 14:44 yipianchuyun 阅读(104) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 15 下一页

导航