技术栈
lunix基本操作
%d%d2
2023-11-15 8:20
命令:ls 查看当前目录包含的文件
vim text.c(使用vim编辑器编辑text.c文件)
i键进行编辑,esq键退出编辑
执行.c文件用gcc
执行.cpp文件用g++
例.g++ test.cpp -o test (相当于生成test.exe文件)
./test (执行exe文件)
lunix
上一篇:
.Net8 Blazor 尝鲜
下一篇:
python数据结构与算法-03_链表
热门推荐
01
具身智能之RT-H
02
Dell服务器升级ubuntu 22.04失败解决
03
半导体应用系统一些小知识收集(strip&wafer mapping,EAP&scada)
04
xgboost: Why not implement distributed XGBoost on top of spark
05
Windows10安装PCL1.14.0及点云配准
06
密码学原理技术-第六章-introduction to pulibc-key cryptography
07
Vue Router 快速入门
08
centos7 init.d 和system.d
09
(欧拉)openEuler系统添加网卡文件配置流程、(欧拉)openEuler系统手动配置ipv6地址流程、(欧拉)openEuler系统网络管理说明
10
【音视频 | opus】opus编解码库(opus-1.4)详细介绍以及使用——附带解码示例代码