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

相关推荐
Chloeis Syntax6 天前
JAVAEE初阶 --- 构造HTTP请求
网络·网络协议·http·postman
胡渠洋11 天前
postman学习
学习·测试工具·postman
胡渠洋13 天前
用python实现postman
开发语言·python·postman
啦啦啦!14 天前
AI接口自动化测试的学习
学习·postman
m0_7520356316 天前
postman重新安装后历史接口数据不见了
测试工具·postman
Alan_69118 天前
聊聊 Swagger/Postman/Apifox 的真实选型与 Python 项目实战
python·测试工具·postman
♛小小小让让20 天前
postman写断言(assert)
postman·断言
糖果店的幽灵1 个月前
软件测试接口测试从入门到精通:Postman入门到精通
软件测试·测试工具·接口测试·postman·api测试