busylog 2022年10月06日 11:05 Android-x86 manual install & grub2 boot required files: kernel, initrd.img, system.sfs under /Android (ext4 filesystem). optional: data.img (ext4 filesystem), system.img (ext4),...
计算机天才 2023年03月26日 10:58 windows下使用wget下载指定http server文件夹 https://www.gnu.org/software/wget/manual/html_node/Directory-Options.html Windows wget
计算机天才 2023年04月04日 05:22 C++20 协程 据我理解,协程是为了充分利用单线程的资源。 协程之间切换只涉及到2次上下文的切换(而且理论上是不用进内核的),而线程切换的流程复杂,涉及包含上下文切换的很多操作和算法。 C++
steve lee 2023年04月13日 16:07 Azure App Service notes Prerequisite: On the Azure dashboard, we must create a new app service and resource group that the app service belongs to. For simplicity... azure
计算机天才 2023年03月05日 03:31 数据包分析 wireshark过滤器 raknet[14:7]==4A:02:0:0:0:8:54 或 udp[22:7] == 4A:02:0:0:0:8:54 1 游戏研究
计算机天才 2023年03月26日 05:10 如何使用windows wfp技术将udp信息转发到另一个程序中 接上文,proxifier目前不支持udp的转发 https://geeknote.net/tiancai/posts/2191 Windows wfp
计算机天才 2023年04月15日 10:31 存储器之Cache相关设计原理 缓存就是存储在芯片中的内存,只不过这部分区域成本高,速度快,因此和廉价的主存区别开了。 缓存中的数据结构决定了这部分缓存起什么作用。 Cache