操作技巧——vscode.git.

1.git log 一定要在想查看的文档的目录下,可查看修改日期 按q退出

2.windows + r 然后cmd,输入wsl就可以进入wsl系统

3.Linux 命令

windows + 空格 切换输入法

判断是否是可执行文件 输入ls

绿色是可执行文件,白色是不可执行文件

colcon build

python 复制代码
#!/usr/bin/python3
###注意加了此前缀后,如果是可执行文件,该文件运行时有两种方法

print("hello world")


#一种是 python hello_world.py
#另一种是./hello_world.py 


终端运行
chmod a+x hello_world.py  
可以将该文件转为可执行文件

#终端运行

#chmod a+x hello_world.py 可以将该文件转为可执行文件

1.python 运行

python 复制代码
python hello_world.py

2.c++ 运行

cpp 复制代码
g++ hello_world.cpp
./a.out

1.printenv | grep AMENT

2.pwd--------------查看当前目录

3.ctrl + c 打断施法

相关推荐
悟能不能悟5 小时前
怎么使用postman批量的给api做测试
测试工具·lua·postman
时时刻刻看着自己的心2 天前
socket hang up postman报错
测试工具·postman
程序员小远2 天前
Postman接口测试详解
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
卓码软件测评5 天前
第三方软件国产化测评机构【API验收测试,除了Postman,还有什么推荐工具?】
测试工具·ci/cd·性能优化·单元测试·测试用例·postman
十二测试录5 天前
接口测试,一些常见问题
经验分享·功能测试·测试工具·集成测试·压力测试·postman·可用性测试
2501_941820495 天前
在米兰智能零售场景中构建库存与供应链实时优化平台的工程设计实践与高并发数据处理经验分享
postman
少云清6 天前
【接口测试】5_持续集成 _Postman
测试工具·ci/cd·postman
brave_zhao6 天前
关于javafx下打开postman无法正常关闭postman的问题
java·测试工具·postman
transitory_truth6 天前
POSTMAN使用
测试工具·postman