摘要:
linux 基础命令 宝藏网站 linux命令查询网站 注:基于 RHEL 8/CentOS 8教材总结,但实际测试中,我使用的是ubuntu,but 我会进行标记/注 不同。个人笔记,日常补修。 合抱之木,生于毫末;九层之台,起于垒土;千里之行,始于足下。 目录linux 基础命令参考教材文件目录 阅读全文
2024年3月25日 #
摘要:
HCL 💻 Installation 华三官网下载H3C Cloud Lab https://www.h3c.com/cn/Service/Document_Software/Software_Download/Other_Product/H3C_Cloud_Lab/Catalog/HCL/ 则v 阅读全文
摘要:
Hello World C++ #include<iostream> using namespace std; int main(void) { cout<<"hello,world!"<<endl; return 0; } Python R print('hello,world!') Matlab 阅读全文