找回密码
 立即注册
相关推荐换一批
  1. YDB 058-2011 下一代网络(NGN)身份管理功能架构要求
  2. YDB 029-2009 下一代网络(NGN)架构下支持紧急呼叫的技术要求
  3. GB 50204-2015混凝土结构工程施工质量验收规范
  4. TB 10064-2019 铁路工程混凝土配筋设计规范
  5. NB/T 20017-2010 压水堆核电厂安全壳结构整体性试验
  6. YD/T 3107-2016 IPTV 终端管理系统体系架构
  7. NB/T 20414-2017 核电厂核安全相关混凝土结构后锚固技术规程
  8. YD/T 3244-2017 远程呈现视频会议系统系统架构
  9. NB/T 20399-2017 压水堆核电厂核安全相关的混凝土结构施工及质量验收规范
  10. YD/T 3029-2016 移动通信钢塔桅结构检测鉴定规范
  11. YD/T 2933-2015 基于分离架构的深度包检测系统技术要求数据综合分析平台
  12. GB/T 38713-2020 海洋平台结构用中锰钢钢板
  13. YD/T 2930-2015 宽带网络接入服务器(BNAS)层次化的网络架构和技术要求
  14. YD/T 2922-2015 数字蜂窝移动通信网通用认证架构通用自启动架构推送功能及推送层协议
  15. YD/T 2910-2015 LTE/SAE 安全技术要求
  16. YD/T 2709-2014 基于承载网信息的网络服务优化技术
  17. HG/T 20583-2011 代替 HG 20583-1998 钢制化工容器结构设计规定
  18. GB 50216-2019 铁路工程结构可靠性设计统一标准
  19. GB/T 38666-2020 信息技术 大数据 工业应用参考架构
  20. GB/T 38674-2020 信息安全技术 应用软件安全编程指南
  21. HG/T 4258-2011 反应蓝 FL-RN
  22. GB/T 38869-2020 基于OPC UA的数字化车间互联网络架构
  23. SN/T 4298-2015 口蹄疫非结构蛋白抗体检疫技术规范
  24. HG/T 4754-2014 钢制发酵容器技术条件
theArchitecture结构架构 | Applet 2022-10-04 111 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
如何设计架构?1.系统结构(Architecture)系统结构亦可称为架构,所谓软件架构﹐依据Perry和Wolfe之定义:SoftwareArchitecture={Elements,Forms,Rationale/Constraint},也即是软件主架构={组件元素,元素互助合作之模式,基础请求与限制}。PhilippeKruchten采纳上面的定义﹐并说明主架构之设计即是:将各组件元素以某些理想的合作模式组织起来﹐以达到系统的基本功能和限制。系统结构又分为多种款式,如PipesandFilters等。2.结构(Framework)结构亦可称为使用架构,结构的通常定义即是:在特定领域基于系统结构的可重用的设计。也可以以为结构是系统结构在特定领域下的使用。结构比较知名的比如即是MVC。3.库(Library)库应当是可重用的、相互协作的资源的调集,供开发人员进行重复调用。它与结构的首要区别在于运行时与程序的调用联系。库是被程序调用,而结构则调用程序。比较好的库有JDK。4.设计模式(DesignPattern)设计模式大家应当很熟悉,特别四人帮所写的书更是众所周知。“四人帮”将模式描绘为“在必定的环境中管理某一问题的方案”。这三个事物—问题、管理方案和环境—是模式的基本要素。给模式一个名称,考虑使用模式将生成的成果和提供一个或多个示例,关于说明模式也都是有效的。5.方式(PlatForm)由多种系统构成,其间也可以包括硬件部分。
JAVA夜未眠.CHM

(How to design the architecture? 1. System architecture System architecture can also be called architecture. The so-called software architecture is defined by Perry and Wolfe as follows: SoftwareArchitecture={Elements, Forms, Rational e/Constraint}, that is, software main architecture={Component elements, mode of element mutual cooperation, basic requirements and restrictions}. Philippe Kruchten adopted the above definition and explained that the design of the main architecture is to organize the component elements in some ideal cooperation mode to achieve the basic functions and limitations of the system. The system structure is divided into various styles, such as Pipes and Filters. 2. Framework structure can also be called use architecture. The common definition of structure is: reusable design based on system structure in specific fields. It can also be considered that architecture is the use of system architecture in a specific field. The well-known structure is MVC. 3. Library should be a collection of reusable and cooperative resources for developers to call repeatedly. The primary difference between it and structure is the call connection between runtime and program. The library is called by the program, while the structure calls the program. A better library is JDK. 4. You should be familiar with the design pattern, especially the book written by the Gang of Four. The Gang of Four described the model as "a plan to manage a problem in a certain environment". These three things - problems, management plans and environment - are the basic elements of the model. Give a name to the pattern, consider the results generated by the pattern and provide one or more examples. It is also effective to explain the pattern. 5. PlatForm is composed of multiple systems, which can also include hardware.
JAVA Sleepless. CHM)

[下载]08390130431.rar




上一篇:java2实用教程(第3版例子代码)
下一篇:图书馆管理系统(Java)