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

相关推荐
se-tester4 天前
JMeter、Postman 和 SoapUI 在做接口测试上的优势和缺点
测试工具·jmeter·接口测试·postman·soapui
脑花儿5 天前
Dify平台聊天助手 API调用案例
api·postman·dify
测试老哥5 天前
如何使用Postman做接口测试?
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
weixin_440730506 天前
05接口测试-01接口理论+02posman的使用
功能测试·测试工具·postman
马克Markorg12 天前
使用rust实现的高性能api测试工具
开发语言·测试工具·rust·postman
小妖66615 天前
有替代postman的软件吗
测试工具·postman
亓才孓19 天前
[Postman]Postman工具的使用
测试工具·postman
AI_567824 天前
Postman接口测试提速技巧:批量请求+智能断言实践
测试工具·lua·postman
Warren9824 天前
Pytest Fixture 作用域与接口测试 Token 污染问题实战解析
功能测试·面试·单元测试·集成测试·pytest·postman·模块测试
弹简特24 天前
【JavaEE06-后端部分】SpringMVC01-Spring MVC第一大核心URL 路由映射【建立连接】与 Postman 接口测试详解
java·spring boot·测试工具·spring·postman