操作技巧——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 打断施法

相关推荐
林开落L1 天前
【项目实战】博客系统完整测试报告(含自动化+性能测试)
python·功能测试·jmeter·自动化·postman·性能测试·xmind
HoneyMoose1 天前
Postman 测试 API 如何上传文件
测试工具·postman
Tangcan-2 天前
博客系统测试报告
功能测试·测试工具·postman
k7Cx7e2 天前
Thinkphp6在Postman中接收不到Post参数的解决办法
测试工具·postman
专吃海绵宝宝菠萝屋的派大星2 天前
使用postman测试自己编写的mcp服务
测试工具·lua·postman
小李云雾4 天前
FastAPI 后端开发:文件上传 + 表单提交
开发语言·python·lua·postman·fastapi
lifewange9 天前
postman接口自动化如何进行参数化
数据库·自动化·postman
妖萌妹儿9 天前
postman怎么做参数化批量测试,测试不同输入组合
开发语言·javascript·postman
尘中客10 天前
Postman进阶实战:优雅调试带 GZIP 压缩与百KB级复杂嵌套 JSON 的 RESTful API
json·postman·restful·php开发·gzip解压
lifewange11 天前
Postman如何实现接口自动化
自动化·lua·postman