上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页
摘要: 0. Rust基础入门 从现在开始,我们正式踏入了 Rust 大陆,这篇广袤而神秘的世界,在这个世界中,将接触到很多之前都没有听过的概念: 所有权、借用、生命周期 宏编程 模式匹配 类似的还有很多,不过不用怕,引用武林外传一句话:咱上面有人。有本书在,一切虚妄终将烟消云散。 本章主要介绍 Rust 阅读全文
posted @ 2022-12-07 23:40 yinhuachen 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 参考资料:https://course.rs/first-try/installation.html 1.1 安装 Rust 环境 (太简单,看原网页) 1.2 强推vscode 如果你的电脑慢,有一点一定要注意: 在编译器构建代码的同时,不要在终端再运行 cargo run 等命令进行编译,不然会 阅读全文
posted @ 2022-12-07 23:26 yinhuachen 阅读(227) 评论(0) 推荐(0) 编辑
摘要: WordPress 是一个相当好用的个人博客搭建软件 阅读全文
posted @ 2022-12-03 18:45 yinhuachen 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 首先第一部分:让宿主机win10和虚拟机ubuntu能互相ping通,且虚拟机能够访问互联网 参考教程1:https://amit-dhawan.medium.com/ping-virtual-box-guest-from-windows-host-361d5fd3395d 参考教程2:https: 阅读全文
posted @ 2022-11-30 22:52 yinhuachen 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 来源:https://stackoverflow.com/questions/35368889/how-can-i-export-settings With the current version of Visual Studio Code as of this writing (1.22.1), 阅读全文
posted @ 2022-11-30 20:16 yinhuachen 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 注:以下内容来自子雨大数据 https://dblab.xmu.edu.cn/blog/949/ 第三章 scala 基础 1. 声明值和变量 val:是不可变的,在声明时就必须被初始化,而且初始化以后就不能再赋值; var:是可变的,声明的时候需要进行初始化,初始化以后还可以再次对其赋值。(注意: 阅读全文
posted @ 2022-11-29 20:36 yinhuachen 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1. CS144 实验 - 1 2. USTC 习题 - 2 3. 清华路由器实验 - 4 4. 网络工程课程 5. cisco packet tracer - 3 阅读全文
posted @ 2022-11-28 23:34 yinhuachen 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 虚拟化不等于虚拟机不等于Hypervisor,定义如下 The primary way the OS does this is through a general technique that we call virtualization. That is, the OS takes a physi 阅读全文
posted @ 2022-11-26 05:02 yinhuachen 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 不得不说,X-macro 真是个好魔法 详细说一下 X-macro 是啥: 当有如下定义时 #define REGS_FOREACH(_) _X _Y #define DEFINE(X) static int X, X##1; #define UPDATE(X) X = X##1; #define 阅读全文
posted @ 2022-11-26 00:35 yinhuachen 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-25 21:12 yinhuachen 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页