资源描述:
《java平台系统的开发方法及相关技术》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、……………………………装……………………………………订…………………………………线……………………………毕业论文(说明书)图2-2Spring的特性图4-10站点流程图车辆查询流程图如图4-11所示:he"governingforthepeople","Nomattertheinterestsofthemasses"conceptunderstandingisnotinplace.Thespecificworktreatswiththedeployment,afewleadingcadrescomplainthatworkistoocomplic
2、ated,toomuchresponsibility,thepressureistoolarge,toomuchemphasisonthedifficultyofthework.Forexample,noncoalmine……………………………装……………………………………订…………………………………线……………………………毕业论文(说明书)图4-11用户查询流程图4.3.6监控管理监控车辆管理可以让用户在线的查看这个车辆的所有数据,并显示为车辆运行图。图4-12用户查询流程图监控数据查询流程图如图4-13所示:图4-13用户查询流程图he"go
3、verningforthepeople","Nomattertheinterestsofthemasses"conceptunderstandingisnotinplace.Thespecificworktreatswiththedeployment,afewleadingcadrescomplainthatworkistoocomplicated,toomuchresponsibility,thepressureistoolarge,toomuchemphasisonthedifficultyofthework.Forexample,nonco
4、almine……………………………装……………………………………订…………………………………线……………………………毕业论文(说明书)4.4本章小结本章详细描述了系统的软件详细设计,包含了系统的软件框架,软件的程序结构图,以及系统的各个模块的数据流程图。第5章软件的开发与实现5.1数据设计5.1.1车辆表格设计车辆信息:包括车牌号、车辆类型、车辆类型、车辆状态、所属线路。表5-1车辆表字段名数据类型含义说明空值情况车辆IDint车辆的ID号自增主键车牌号nvarchar(10)车牌号非空车辆类型nvarchar(10)车辆的类型非空车辆状态nva
5、rchar(10)车辆的使用类型非空所属线路int车辆在城市中属于哪条线路可为空5.1.2站点表格设计站点信息:包括站点名称、站点状态。表5-2站点表字段名数据类型含义说明空值情况站点IDint站点的ID号自增主键站点名称nvarchar(10)站点名称非空站点状态nvarchar(10)站点的类型非空he"governingforthepeople","Nomattertheinterestsofthemasses"conceptunderstandingisnotinplace.Thespecificworktreatswiththedepl
6、oyment,afewleadingcadrescomplainthatworkistoocomplicated,toomuchresponsibility,thepressureistoolarge,toomuchemphasisonthedifficultyofthework.Forexample,noncoalmine……………………………装……………………………………订…………………………………线……………………………毕业论文(说明书)5.1.3设备表格设计设备信息:设备名称、设备类型、设备参数、设备个数。表5-3设备表字段名数据类型含义
7、说明空值情况设备IDint设备的ID号自增主键设备名称nvarchar(10)设备的名称非空设备类型nvarchar(10)设备的类型非空设备参数nvarchar(10)设备的参数可为空设备个数int设备的个数可为空5.1.4权限表格设计设备信息:权限名称、权限类型。表5-4权限表字段名数据类型含义说明空值情况权限IDint权限的ID号自增主键权限名称nvarchar(10)权限的名称非空权限类型nvarchar(10)权限的类型非空5.1.5用户表格设计用户信息:包括姓名、性别、所属部门、工作岗位、身份证号码、联系电话、家庭住址。表5-5用户表
8、字段名数据类型含义说明空值情况用户IDint用户的ID号自增主键姓名nvarchar(10)用户的姓名非空密码nvarchar(10)用