2010-12-11 组长工作日志概要设计的开发学习

          
1.主要内容概要设计步骤软件结构设计基本原理软件结构设计的图形工具:HIPO图和结构图概要设计方法码设计的原则、方法数据输入、输出设计数据库设计文档数据安全设计概要设计说明书与复审

2.软件设计的目标*数据设计--------侧重于数据结构的定义*系统结构设计-----定义软件系统各主要成分之间的关系*过程设计-------把结构成份转换成软件的过程性描述。
  
3.软件设计过程*制定规范*软件系统结构的总体设计*处理方式设计*数据结构设计*可靠性设计4.概要设计基本步骤*进行软件结构设计、*数据文件设计、*系统接口设计、*测试方案设计、*复审。
  
  Mark:系统接口设计--接口设计的任务:描述块之间,系统与其他系统之间,及系统与用户之间如何通信。
  
  系统接口包括内部接口、外部接口和用户接口。
  
  数据流图和控制情况是接口设计的基础。
  
5.javascipt DocumentsDocument Object:Anchor--文档中超级链接的目的地,称为锚.
  
  applet:Include a Java applet in a web page.
  
  Area :将一幅图像的一部分定义为一个图像地图。当用户单击该区域时,将在区域的目的窗口中装载其超链接指向的引用
    document: contains information about the current document,and provides methods for displaying HTMLoutput to user.
  
  properties:image  lastmodified  layers referrer and so on.
  
  Method : close  open releaseEvents  write and so on.
  
  image : an image on an HTML Form.
  
  parameter:width heightEvent handler:onError  onKeyUp onLoad onKeyPress onKeyAbort
    properties: border complete  height hspace lowsrc  name widthlayer :Corresponds to a layer in an HTML page and provides    a means for manipulating that layer.
  
  Link :A piece of text, an image, or an area of an image identified as a hypertext link. When the userclicks the link  text,image, or area, the link hypertext  reference is loaded into its target window. Area objects are a type of Link object.
  
  6.javascipt Frame .
  
  Frame : 一个窗口可以在一个屏幕上显示多个互不相干的可滚动的框架,每个框架都有其对应的URL 。
  
  History : contains an array of information on the URLs that the Client has visited within a window . This informationis stored in a history list and is accessible thought the browser's Go menu.
  
  properties : current  length  next previousMethod : back forward goLocation :contains information about the current URL.
  
  Screen  :contains properties of the monitor and color.
  
  Window : Represents  a browser window or frame .This is  a top-level object for each Document location and history object group.
  
  Event handler : onBlur  onDragDrop onError onFocus onLoad onMove onResize onUnload

你可能感兴趣的:(数据结构,工作,properties,image,applet,2010)