上一页 1 ··· 274 275 276 277 278 279 280 281 282 ··· 345 下一页
摘要: 问题描述 使用 virtualbox安装ubuntu16.04虚拟机,开机时无法进入桌面系统,而是进入了initramfs。原因是分... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(69) 评论(0) 推荐(0)
摘要: 头文件如何来关联源文件? 这个问题实际上是说,已知头文件“a.h”声明了一系列函数(仅有函数原型,没有函数实现),“b.cpp”中实... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(38) 评论(0) 推荐(0)
摘要: C++编译模式 通常,在一个C++程序中,只包含两类文件——.cpp文件和.h文件。其中,.cpp文件被称作C++源文件,里面放的都... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(87) 评论(0) 推荐(0)
摘要: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2dzbezQShtulMpbY0BQCGKLMESe... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: sudo mount.vboxsf hozon_ep40 /home/lxpizza/MDC 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: link 1.C语言中的链接器 (1)每个 C 语言源文件被编译后生成目标文件,这些目标文件最终要被链接在一起生成可执行文件。 (2... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(57) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std;int main(){ vect... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(39) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std;int main(){ stri... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: link #include#include#include#includeusing namespace std;typedef s... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: link #include#include#include#includeusing namespace std;typedef s... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 274 275 276 277 278 279 280 281 282 ··· 345 下一页