当前位置: 首页 > 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/14487942/

相关文章:

  • 苗木网站模板哪个网站做的简历比较好
  • 商洛网站建设公司知名网站建设公司
  • 英文网站建设注意事项linux中wordpress
  • 商标注册申请官网厦门seo公司到1火星
  • 京东网站建设目标是什么意思网站换域名影响
  • 在小网站上做点击广告怎么给网站创建二维码
  • 开源网站建设是什么工作crm系统什么意思
  • 河北网站建设电话网站首页栏目设置
  • 深圳做外贸网站公司哪家好淮北做网站的公司
  • 网站国内空间和国外空间网站 沙盒
  • 怎样在微信做产品网站wordpress搭建app
  • 做网站最快多久凡科建站的建站后如何管理
  • 现在建站好么上海建设部网站
  • 网站建设客户会问的问题做景观设计比赛的网站
  • 扬州建设工程信息网站网站打不开怎么处理
  • 北京做网站便宜的公司哪家好建设网站管理规定
  • 客户都不愿意做网站学校网站模板wordpress
  • 网站备案必须做前置审批吗畅言wordpress插件
  • 九江市建设工程门户网站你好多莉 wordpress
  • 哪个网站是用php写的网站模板
  • 网站视频下载方法上海建筑业网证书查询
  • 上海做宴会的网站重庆建设工程安全信息网查询
  • 广州seo优化推广信息流广告优化师
  • 筹划电子商务网站建设网站开发按几年摊销
  • 体验营销策划方案seo培训优化
  • ip网站查询服务器重庆网站开发培训机构
  • icp备案查看网站内容吗wordpress可以做相册吗
  • 九九建站-网站建设 网站推广 seo优化 seo培训漫画网站开发源码
  • 加强网站建设工作自媒体网络营销是什么
  • 建立网站有哪些步骤wordpress 后台添加文章 没编辑功能