xfk443

博客园 首页 新随笔 联系 订阅 管理

2024年3月25日 #

摘要: linux 基础命令 宝藏网站 linux命令查询网站 注:基于 RHEL 8/CentOS 8教材总结,但实际测试中,我使用的是ubuntu,but 我会进行标记/注 不同。个人笔记,日常补修。 合抱之木,生于毫末;九层之台,起于垒土;千里之行,始于足下。 目录linux 基础命令参考教材文件目录 阅读全文
posted @ 2024-03-25 16:30 小方块443 阅读(26) 评论(0) 推荐(0) 编辑

摘要: HCL 💻 Installation 华三官网下载H3C Cloud Lab https://www.h3c.com/cn/Service/Document_Software/Software_Download/Other_Product/H3C_Cloud_Lab/Catalog/HCL/ 则v 阅读全文
posted @ 2024-03-25 15:32 小方块443 阅读(192) 评论(0) 推荐(0) 编辑

摘要: Hello World C++ #include<iostream> using namespace std; int main(void) { cout<<"hello,world!"<<endl; return 0; } Python R print('hello,world!') Matlab 阅读全文
posted @ 2024-03-25 12:34 小方块443 阅读(4) 评论(0) 推荐(0) 编辑