aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/ide/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/ide/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/ide/index.html')
-rw-r--r--files/zh-cn/glossary/ide/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/ide/index.html b/files/zh-cn/glossary/ide/index.html
new file mode 100644
index 0000000000..4f75c18aff
--- /dev/null
+++ b/files/zh-cn/glossary/ide/index.html
@@ -0,0 +1,12 @@
+---
+title: IDE
+slug: Glossary/IDE
+translation_of: Glossary/IDE
+---
+<p>集成编程开发环境(<span class="_Tgc"><strong>I</strong>ntegrated <strong>D</strong>evelopment <strong>E</strong>nvironment</span>)或交互式开发环境,是为程序员提供了软件开发所需的完善工具链的软件应用。一个 IDE 通常包含一个代码编辑器,自动编译工具和一个调试器。</p>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Integrated_development_environment", "IDE")}} on Wikipedia</li>
+</ul>