freeCodeCamp/guide/chinese/cloud-development/application-frameworks/index.md

23 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Application Frameworks
localeTitle: 应用框架
---
## 应用框架
应用程序框架是用于运行应用程序的即用型软件。 Application Frameworks处理大多数应用程序执行的常见任务。 应用程序框架节省了开发时间和维护,因为多个应用程序供应商为共同原因汇集资源。 应用程序框架不仅仅是其命名组件的集合。 它包括独特的软件,可将其组件集成到系统范例中,通过使用可重用代码库简化常见,困难或重复性任务。 每个应用程序框架都使用一组独特的组件或以独特的方式解决问题 - 例如,寻址资源管理。
### 更多信息:
[应用框架Wikipedia.org](https://en.wikipedia.org/wiki/Application_framework)
[Web应用程序框架Wikipedia.org](https://en.wikipedia.org/wiki/Web_framework)
[代码重用Wikipedia.org](https://en.wikipedia.org/wiki/Code_reuse)
### 资源
[富互联网框架列表Wikipedia.org](https://en.wikipedia.org/wiki/List_of_rich_Internet_application_frameworks)
[Web服务框架列表Wikipedia.org](https://en.wikipedia.org/wiki/List_of_web_service_frameworks)
[Web框架的比较Wikipedia.org](https://en.wikipedia.org/wiki/Comparison_of_web_frameworks)