.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
MCP Java 笔记1.条件与环境1.1 前提条件
软件/账号
是否必须
JDK 17+
Y
Spring Boot 3.4+
Y (使用spring-ai-mcp时必须、如使用MCP官方Java SDK则要求)
Maven 3.9+
Y
IDEA
N
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
IDEA
2023.2.4 (UE)
JD ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Cursor中使用MCP1.条件与环境1.1 前提条件
软件/账号
是否必须
Cursor 0.45+
Y
Node.js 18.x+
JavaScript/TypeScript 实现的MCP服务必须
Python 3.10+
Y
uv
一些Python实现的MCP服务需要
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
Cursor
0. ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
MCP Client 笔记1.条件与环境1.1 前提条件
软件/账号
是否必须
VSCode 1.93+
Y
Node.js 18.x+
JavaScript/TypeScript 实现的MCP服务必须
Python 3.10+
Y
uv
Y
AI API Key
Y
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
VSCode
1.9 ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
在VSCode中调试Python程序1.条件与环境1.1 前提条件VSCode中已安装扩展Python【点击直达】和Python Debugger【点击直达】
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
VSCode
1.98.2
Python
3.12.3
2.步骤2.1 创建launch.json依次点击【Run and Debug】-【create a launch. ...
MCP
未读
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Cline安装及使用1.条件与环境1.1 前提条件
软件/账号
是否必须
VSCode 1.93+
Y
Node.js 18.x+
JavaScript/TypeScript 实现的MCP服务必须
Python 3.10+
Y
uv
Y
AI API Key
Y
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
VSCode
1.98.2 ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
MCP Server 笔记1.条件与环境1.1 前提条件
软件/账号
是否必须
VSCode 1.93+
Y
Node.js 18.x+
JavaScript/TypeScript 实现的MCP服务必须
Python 3.10+
Y
uv
Y
AI API Key
Y
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
VSCode
1.9 ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
MCP 笔记1.条件与环境1.1 前提条件
软件/账号
是否必须
VSCode 1.93+
Y
Node.js 18.x+
JavaScript/TypeScript 实现的MCP服务必须
Python 3.10+
Y
uv
Y
AI API Key
Y
1.2 本文运行环境
平台/软件
版本
操作系统
Windows 10 企业版 22H2 19045.4046 64位
VSCode
1.98.2
P ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
PowerShell 笔记1.运行环境Windows (x86/x64/arm64) / macOS / Linux
截至 2025-03-20 最新版本:7.5.0 (2025-01-24 发布)
2.安装运行Windows 版本升级Windows系统通常已集成PowerShell,后续想要新版本则需进行升级。
Tips:PowerShell v5和v7安装目录有所不同、可以并存。
下载PowerShell v7 ZIP包【点击直达】,解压到$env:ProgramFiles ...
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
uv 笔记简介Rust写的Python包管理器和项目管理器,号称以一替多、秒杀pip、poetry、virtualenv等;特点:快。
详见官方文档【点击直达】
安装Windows1powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
将安装到${user}/.local/bin目录下:
提示安装成功后,关闭命令行窗口重新打开 ...
开源软件
未读
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
GitHub注册示例1.注册1.浏览器访问GitHub官网【点击直达】,点击【Sign up】:
2.依次填写信息:
Tips:尽量使用大众化的邮箱(如QQ、Outlook、Gmail等),小众邮箱(如自建域名邮箱、2925邮箱)注册后可能出现无法fork项目等问题
2.登录如无意外,已成功注册;点击【Sign in】:
填写用户名或Email、密码:
登录后的首页: