一、开发工具:ASP.NET+SQL2000
二、开发期限:2011年
三、相关介绍:
1、计算机毕业论文中文介绍
高校学生党员管理是高校党建工作的重要组成部分,它包括培养学生入党、学生党员的教育、考核评比以及组织关系迁移等内容,设计系统的目的是为了进一步搞好党员管理工作并熟悉这类信息管理系统的开发原理及流程,在设计过程获得这些方面的相关经验。随着时代的进步,社会的发展,计算机应用已越来越普遍,显然已经成为我们学习和工作的得力助手。计算机技术作为现代科学技术的基础和核心,已经而且将继续对人类文明社会的进步与发展产生深刻影响。当前越来越多的商业、企事业单位已经将计算机技术应用于日常的管理工作[1]。科学的运用计算机技术进行管理工作不仅可以使管理工作规范化、系统化、自动化而且可以节省相当的人力、物力。对实现工作效率的提高、有效资源的利用及信息和数据的管理具有长远意义[2]。
2、计算机毕业论文英文摘要介绍
ABSTRACT
Internet impetus to the global nature of the information revolution, for the global exchange of information processing and the operation platform, the traditional meal pattern book called, not very intuitive as customers do come out to see the effect of dishes, often only through the hotel service introduced by the language, they would often be the food and customer service staff is not so well described, the problem affect the image of the hotel, based on this cause and accompanied by the rapid development of Internet commerce, a network of Ordering mode shape gradually exposed, based on this we have developed an online ordering system.
Online ordering system uses ASP.NET technology as a way of creating applications to C # as the programming language, using SQL Server database as the backend database. It is based on Browser / Server structure formed under the data-driven Web applications. The system basically followed the methodology of software engineering, systems analysis, design, detailed design and software testing. Restaurant meals to achieve a user information registration information dissemination and management under a single login users online booking and other functions
Key words: Online ordering; database; Dynamic Website; ASP.NET; c #
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
2、计算机毕业设计功能介绍
4.2.1 毕业设计数据库设计
管理员 |
序号 | 字段名 | 类型 | 长度 | 索引 | 备注 |
1 | 帐号 | Varchar | 50 | PKey | Admin |
2 | 密码 | Varchar | 50 | | |
党员信息 |
序号 | 字段名 | 类型 | 长度 | 索引 | 备注 |
1 | 学号 | Varchar | 50 | PKey | |
2 | 姓名 | Varchar | 50 | | |
3 | 身份证号 | Varchar | 50 | | |
4 | 性别 | Varchar | 50 | | |
5 | 出生日期 | Varchar | 50 | | |
6 | 民族 | Varchar | 50 | | |
7 | 籍贯 | Varchar | 50 | | |
8 | 入党日期 | Varchar | 50 | | |
9 | 联系方式 | Varchar | 50 | | |
10 | 备注 | Varchar | 255 |
|
|
11 |
密码 |
Varchar |
50 |
|
|
党费 |
序号 |
字段名 |
类型 |
长度 |
索引 |
备注 |
1 |
党费代码 |
Int |
|
PKey |
|
2 |
学号 |
Varchar |
50 |
|
|
3 |
缴费日期 |
DateTime |
|
|
|
4 |
缴费金额 |
Float |
|
|
|
党委消息 |
序号 |
字段名 |
类型 |
长度 |
索引 |
备注 |
1 |
消息代码 |
Int |
|
PKey |
|
2 |
消息主题 |
Varchar |
255 |
|
|
3 |
消息内容 |
Text |
|
|
|
4 |
发布时间 |
DateTime |
|
|
|
<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>