09 2021 档案

摘要:int n1; int n2; int n3; printf("n1 address is %p\n",&n1); printf("n2 address is %p\n",&n2); printf("n3 address is %p\n",&n3); n1 address is 0xbffdd468 阅读全文
posted @ 2021-09-29 01:53 MikeLi 阅读(54) 评论(0) 推荐(0)
摘要:YUM:输入 yum -y install gcc gcc-c++ kernel-devel 命令,安装 gcc、c++ 编译器以及内核文件 APT: vim test.c :!q 退出 gcc test.c -o test && ./test 编译,输出可执行文件为test,执行该程序 阅读全文
posted @ 2021-09-08 07:16 MikeLi 阅读(85) 评论(0) 推荐(0)
摘要:以前也做过很多错事,很浅薄的事,想想也很羞愧 阅读全文
posted @ 2021-09-02 00:44 MikeLi 阅读(17) 评论(0) 推荐(0)
摘要:做大事要有大胸怀,能容人 阅读全文
posted @ 2021-09-02 00:43 MikeLi 阅读(16) 评论(0) 推荐(0)