1、 毕业论文(设计) GRADUATION THESIS (DESIGN) 论文(设计)题目 Title Of Thesis(Design) 数据采集系统数据采集系统 分院(系别) DepartmentDepartment 计算机科学与技术计算机科学与技术学院学院 专 业 SpecialitySpeciality 计算机科学与技术计算机科学与技术 班级 ClassClass 论文(设计)作者 Author of Thesis(Design) 论文完成日期 DateDate 20201111 年年 0 05 5 月月 论文(设计)指导教师 AdvAdvisorisor 指导教师职称 The Tit
2、le of 讲师讲师 II 数据采集系统 摘要摘要 数据采集系统由以下几个功能模块组成:数据读取模块,数据匹配模块,数据发 送模块,数据接收模块,数据保存模块和数据整合模块,每个模块的核心功能如下: 数据读取模块:负责从用户登录记录文件和未匹配登录记录文件中读取用户的登录记 录数据,将其转化为LogRec 对象,然后传递给数据匹配模块匹配;数据匹配模块: 负责将用户登录记录数据,按照登入/登出的关系匹配起来,形成匹配的用户登录记 录数据(MatchedLogRec 对象),并计算出每次登录的时间长度;数据发送模块:将 匹配好的用户登录记录通过网络发送到采集系统服务器;数据接收模块:服务器端接
3、收匹配好的用户登录记录数据;数据保存模块:将接受到的用户登录记录数据保存到 数据库的用户登录记录明细表中;数据整合模块:将用户登录记录明细表中的数据整 合成日报表,月报表和年报表。 关键字:数据采集系统 数据读取 数据匹配 数据发送 数据接收 数据保存 数据整合 III Data Collection System Abstract Data collection system consists of the following function modules: data read module, data matching module, data sending module, data
4、 receiving module, data storage module and data integration modules, each module core functions as follows: Data read module: be responsible for from user login record files and not matching login record files read user login record data, convert it to LogRec object, then transfer to data matching module matching; Data matching module: be responsible for user login record data, according to login/logout match up the relationship, forming matching user login rec