background picture of the home page

Hi,Friend

python基础

一、三元表达式 number_1 = int(input("请输入数字1")) number_2 = int(input("请输入数字2")) if number_1 > number2: x = number_1 else: x = number_2 print(x) #完全等价于

thumbnail of the cover of the post

Playwright UI自动化框架

一、基础概念 Plyawright仅支持Chromeium(Chrome、Edge)、safari内核浏览器 具有异步/同步 可以调用控制带(F12)获取信息,模拟弱网、兼容性.... 二、安装playwright 安装pytest的playwright插件 # 安装 pip install pyt

thumbnail of the cover of the post

OpenClaw 完全指南

OpenClaw 完全指南 OpenClaw 是一款开源的 AI 编码助手,专注于在终端中以 CLI 方式提供智能编码辅助。它属于与 Claude Code、OpenAI Codex、Hermes Agent 同类的自主编码代理,通过工具调用与代码仓库、终端、文件系统交互。 OpenClaw 以简洁

thumbnail of the cover of the post

Hermes Agent 完全指南

Hermes Agent 完全指南 Hermes Agent 是由 Nous Research 开发的开源 AI Agent 框架,可在终端、消息平台和 IDE 中运行。它属于与 Claude Code、OpenAI Codex、OpenClaw 同类的自主编码与任务执行代理,通过工具调用与系统交互

thumbnail of the cover of the post

Xray 使用与节点搭建指南

Xray 使用与节点搭建指南 Xray 是什么? Xray-core 是一个开源网络代理平台,是 V2Ray 的继任者。它支持多种代理协议和传输方式,主要用于突破网络限制、保护通信隐私。 核心概念 1. 协议(Protocol) VLESS — 轻量级 VMess,无内置加密。比 VMess 性能更

thumbnail of the cover of the post