AI first commit.

This commit is contained in:
zeroornull
2025-05-13 14:43:22 +08:00
parent 08233f7c25
commit c822e047f1
4 changed files with 65 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ export default navbar([
link: "/python/",
icon: "lightbulb",
},
{
text: "AI",
link: "/ai/",
icon: "lightbulb",
},
// {
// text: "指南",
// icon: "lightbulb",

View File

@@ -32,4 +32,5 @@ export default sidebar({
"/interview/": "structure",
"/java/": "structure",
"/python/": "structure",
"/ai/": "structure",
});

View File

@@ -0,0 +1,52 @@
---
# dir:
# text: Java全栈面试
# icon: laptop-code
# collapsible: true
# expanded: true
# link: true
# index: true
title: POC报告_插件对比_cursor
index: true
headerDepth: 3
# icon: laptop-code
# sidebar: true
# toc: true
# editLink: false
---
cursor 需要云端互联
# IDEA+插件
autodev 开源
continue 开源
copilot 闭源需要云端
tabnine
CodeGeeX
# VSCODE+插件
1、Java Extension Pack
2、Maven for Java
3、Spring Boot Extension Pack
4、Visual Studio IntelliCode
5、CheckStyle for Java
6、Debugger for Java
7、Language Support for Java(TM) by Red Hat
8、Java Test Runner
9、Java Dependency Viewer
Spring Boot Tools
Spring Initializr Java Support
Spring Boot Dashboard
Tomcat
Jetty
CheckStyle
Java Linter
Java Decompiler
Lombok Annotations Support
Java Properties
Eclipse Keymap for Visual Studio Code
Lombok Annotations Support for VS Code
# augment
# 特殊类型 存在商用
copilot
jetbrain AI

7
src/ai/README.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: AI
icon: lightbulb
index: true
---
<Catalog/>