WSL1 与VPN
原文链接:https://ovea-y.cn/windows_wsl1_and_vpn/ WSL1 与VPN Get-NetAdapter -InterfaceDescription 获取所有网络适配器信息 其中TAP-Windows Ad…
原文链接:https://ovea-y.cn/windows_wsl1_and_vpn/ WSL1 与VPN Get-NetAdapter -InterfaceDescription 获取所有网络适配器信息 其中TAP-Windows Ad…
原文链接:https://ovea-y.cn/wsl_and_windows_file_system_are_case_sensitive/ 以管理员权限运行 cmd 输入下面这个命令就可以开启某个目录区分大小写。 fsutil.exe f…
原文链接:https://ovea-y.cn/risc_v_simple_learning/ 诞生原因 x86指令集爆发性增长 由于非商业,所以不会受到随意的更改 没有历史包袱 例如x86还保留着BCD数据格式的操作指令,占据了操作码空间的…
原文链接:https://ovea-y.cn/rcore_lab0_recode_0/ Lab 0的一些记录 前情提要 实验概要 实验过程 创建Rust项目 前情提要 我已经不想继续花时间在无聊的Rust理论和Risc-V上了,所以我想直接…
原文链接:https://ovea-y.cn/rust_rustlings_finish0/ 练习题来源:https://github.com/rust-lang/rustlings exercises/variables x = 5; -…
原文链接:https://ovea-y.cn/rust_lang_learning_record/ Ruat tools rustc 这个可以将rust的源文件,编译成二进制的可执行文件。 用法: rustc <source file…