《软件开发技能实训教程 .NET篇》 - 书摘精要
(P8) 项目的启动也计划: 项目的需求分析 --> 系统设计 --> 编码 --> 系统部署;
(P25) 交付物也称为可交付成员,是项目管理中的一个术语,是在某一过程、阶段或项目完成时,必须产出的任何独特并可验证的产品、成果或服务;
(P86)
在.NET平台中,接口有两种意思:
1.指概念性接口,即指系统对外提供的所有服务,在对象中表现为 public 类型的方法声明;
2. 指用 interface 关键字定义的实实在在的接口,也称为接口类型。用于明确地描述系统对外提供的所有服务,它能够更加清晰地把系统实现细节与接口分离,实现封装性;
接口是实现系统之间松耦合的有力手段,提高了系统的可扩展性;
(P220)
主要控件名缩写:
控件名 -- 缩写
TextBox -- txt
LinkButton -- lnkbtn
DropDownList -- ddl
DataGrid -- dg
CheckBox -- chk
RadioButton -- rdo
Image -- img
Calender -- cld
Table -- tbl
CompareValidator -- cv
RegularExpressionValidator -- rev
CrystalReportViewer -- rptvew
Label -- lbl
Button -- btn
ImageButton -- imgbtn
ListBox -- lst
DataList -- dl
CheckBoxList -- chkls
RadioButtonList -- rdolt
Panel -- pnl
AdRotator -- ar
RequiredFieldValidator -- rfv
RangeValidator -- rv
ValidatorSummary - vs
http://www.adocode.com

浙公网安备 33010602011771号