当前位置: 首页 > news >正文

正常网站 月均ip pv网页建站平台建设

正常网站 月均ip pv,网页建站平台建设,深圳全国网站制作哪个好,买卖交易网文章目录 一、前言二、常用名词三、架构风格四、非功能需求五、应用架构六、软件架构重用 一、前言 笔记目录大纲请查阅#xff1a;【软考速通笔记】系统架构设计师——导读 二、常用名词 名词翻译architecture架构system系统design设计requirements需求components组件constr… 文章目录 一、前言二、常用名词三、架构风格四、非功能需求五、应用架构六、软件架构重用 一、前言 笔记目录大纲请查阅【软考速通笔记】系统架构设计师——导读 二、常用名词 名词翻译architecture架构system系统design设计requirements需求components组件constraints约束models模型properties属性styles风格connector连接器environment环境information信息data数据process过程hardware硬件software软件specifications规范types类型performance性能security安全abilities能力countries国家application应用technologies技术outline大纲construction构造implementation实施details细节logical逻辑的DFD数据流图Data Flow DiagramERD实体关系图Entity Relationship Diagramdata flow数据流general总体的standards标准objectives目标feasibility可行性techniques技术physical物理的network网络processors处理器stores存储distribution分布options选项servers服务器tables表database数据库construction activity构建活动elements元素relations关系 名词翻译defines定义determines确定developed发展refine细化employed采用select选择placed放置decide决定develop开发focus聚焦protect保护specifies指定serves服务include包括distribute分发create创建constrained受限drawn绘制partitioning分区replication复制support支持record记录connect连接involves涉及analyzing分析construct构建converts转换storage存储 三、架构风格 An architectural style defines as a family of such systems in terms of a pattern of structural organization. 一种架构风格以一种结构化组织模式定义一组这样的系统。 More specifically, an architectural style defines a vocabulary of components and connector stypes, and a set of constraints on how they can be combined. 更具体来说一种架构风格定义了一个构件和连接器类型的词汇表以及一组关于它们如何组合它们的约束。 For many styles there may also exist one or more semantic models that specify how to determine s system’s overall properties form the properties of its parts. 对于许多风格来说可能也存在一个或者多个语义模型从系统部件的特性来确定系统的整体特性。 Many of architectural styles have been developed over the years. 许多架构风格已经发展很多年了。 The best-known examples of pipe-and-filter architectures are programs written in the UNIX shell. 用UNIX shell编写的管道-过滤器架构就是最出名的例子。 四、非功能需求 The architecture design specifies the overall architecture and the placement of software and hardware that will be used. 架构设计明确规定了需要被使用的软件和硬件和总体架构。 Architecture design is a very complex process that is often left to experienced architecture designer and consultants. 架构设计是非常复杂的过程往往留给经验丰富的架构师和顾问。 The first step is to refine the nonfunctional requirements into more detailed requirements that are then employed to help select the architecture to be used and the software components to be placed on each device. 第一步去定义非功能性需求细化为更详细的要求然后用于帮助选择要使用的体系结构和要放置到每个设备中的软件组件。 In a client-based architecture, one also has to decide whether to use a two-tier, three-tier, or n-tier architecture. 基于客户端的架构中还必须决定是使用两层、三层还是n层架构。 Then the requirements and the architecture design are used to develop the hardware and software specification. 然后使用需求和架构设计来开发硬件和软件规范。 There are four primary types of nonfunctional requirements that can be important in designing the architecture. 在架构设计中有4种主要的非功能性需求可能很重要。 A operational requirements specify the operating environment(s) in which the system must perform and how those may change over time. 操作要求指定系统必须执行的操作环境以及这些环境如何随时间变化。 Performance requirements focus on the nonfunctional requirements issues such as response time, capacity, and reliability. 性能要求主要侧重在非功能性需求问题例如响应时间、容量和可靠性。 Security requirements are the abilities to protect the information system form disruption and data loss, whether caused by an intentional act. 安全需求是指有能力保护信息系统免受破坏和数据丢失的能力。 Cultural and political requirements are specific to the countries in which the system will be used. 使用该系统的国家明确文化和政治要求。 五、应用架构 An application architecture specifies the technologies to be used to implement one or more information systems. 应用架构说明了实现一个或者多个信息系统所使用的技术。 It serves as an outline for detailed design, construction, and implementation. 它作为详细设计、构造和实现的一个大纲。 Given the models and details, include logical DFD adn ERD, we can distribute data and processes to create a general design of application architecture. 给一个模型和详细资料包括逻辑数据流图和实体联系图我们可以分发数据和流程来创建应用程序架构的总体设计。 The design will normally be constrained by architecture standards, project objectives, and the feasibility of techniques used. 这个设计通常会被架构标准、项目目标和被使用的技术的可行性等因素的约束。 The first physical DFD to be drawn is the network architecture DFD. 第一个绘制的物理数据流图是网络架构数据流图。 The next step is to distribute data stores to different processors. 下一步是分发数据到不同的处理器。 Data partitioning and replication are two types of distribution data which most RDBMSs support. 数据分区和复制是大多数关系型数据库支持的两种分布式数据形式。 There are many distribution options used in data distribution. 有许多分配方法用于数据分布。 In the case of storing specific tables on different servers we should record each table as a data store on the physical DFD and connect each to the appropriate server. 在不同服务器上存储特定表的情况下我们应该将不同表记为物理数据流图中的数据存储并将其连接到相应的服务器。 六、软件架构重用 Software architecture reconstruction is an interpretive, interactive, and iterative process including many activities 软件架构重用是一个解释性、交互式和反复迭代的过程包括了多项活动。 Information extraction involves analyzing a system’s existing design and implementation artifacts to construct a model of it. 信息提取需要分析系统现有的设计和实现来构造它的模型。 The result is used in following activities to construct a view of the system. 这个结果用于后续活动构造系统的视图。 The database construction activity converts the elements and relations contained in the view into a standard format for storage in a database. 数据库构建活动将视图中包含的元素和关系转换为标准格式以存储在数据库中。 若觉得文章对你有帮助随手『点赞』、『收藏』、『关注』也是对我的支持。
http://www.hkea.cn/news/14402855/

相关文章:

  • 做厨具公司网站wordpress国内视频教程
  • 宁波网络建站模板wordpress怎么装修网页
  • 怎么创办自己的网站餐饮营销手段13种手段
  • 中山手机网站建设费用怎么建立公司网站
  • 专门做反季的网站建个平台需要多少资金
  • 支持html5的网站做产品的往这看 国外工业设计网站大全
  • 万能建站网站网站怎么做seo优化
  • 优化网站及商品排名怎么做cdr软件
  • 鞍山网站制作推广项目名称
  • 深圳电子烟网站建设外贸网站要先备案吗
  • 如何自己建站网站制作百度seo报价
  • 商务网站的推广重庆承越网站建设公司
  • 优秀的网站设计图片分销系统解决方案
  • 青岛网站制作百家号怎么注册免费个人网站
  • 网站建设公司ttmwl首都航空公司官方网站
  • 做企业官网需要做什么湖州站内优化seo公司
  • 广州企业网站建设价格网站建设 设计
  • 自助服务器网站建设求助用cms做网站设计_以我的家乡家乡为主题
  • 怎样做才能发布你的网站常德网红
  • 网站免费优化软件wordpress主题php7
  • 南昌所有建设工程网站制作旅游网站简单
  • 如何用wordpress制作网站杭州移动网站建设
  • 阿里云有网站建设吗成都网站建设推广可以
  • 百度站长工具添加网站验证青海互动网站建设
  • 本地唐山网站建设零基础学it从哪方面学起
  • 网站备案账号是什么样的网络服务提供者知道或者应当知道
  • Wordpress做什么网站赚钱网站建设后期出现的问题
  • 下载 iis 网站建程网app下载一体板
  • 美观网站建设物美价廉网站设计不同的原因
  • 郑州高端定制建设网站宜昌做网站公司有哪些方法