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

相关推荐
1***s6322 天前
后端API测试工具对比,Postman与Insomnia
测试工具·postman
kewu89712 天前
Postman 完全入门教程
测试工具·lua·postman
让世界再也没有bug8 天前
JMeter与Postman的区别
测试工具·jmeter·postman
BatyTao10 天前
Postman导入CSV中文乱码解决方法
postman
座山雕~11 天前
测试接口-----详细
开发语言·postman
西部森林牧歌11 天前
PostIn零基础学习 - 如何快速导入PostMan数据,实现数据迁移
postman·postin·接口管理工具
程序员三藏12 天前
Postman接口测试详解
自动化测试·软件测试·python·测试工具·职场和发展·接口测试·postman
明月与玄武13 天前
Postman 的汉化安装中文版及使用指南!
测试工具·postman·postman汉化
西部森林牧歌15 天前
PostIn零基础学习 - 如何使用接口Mock尽早满足前端开发需求
postman·postin·tiklab devops
^毛小兔^16 天前
Postman实现jwt发送请求
测试工具·postman