登录
首页 » C# » MyOnlineTest

MyOnlineTest

于 2013-11-21 发布 文件大小:11825KB
0 159
下载积分: 1 下载次数: 9

代码说明:

  基于C#开发的考试管理系统,数据库位sql server(C# development based test management system, database-bit sql server)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CSDN程序员网站的关于mmsql的精华
    CSDN程序员网站的关于mmsql的精华-CSDN programmer on the website of the essence mmsql
    2022-04-30 01:00:10下载
    积分:1
  • dCHAP5
    1. 用SYSDBA登录服务器,并且创建一个MISDBA用户,密码为PASSWORD。 2. 用SYSDBA用户创建MISDB数据库(可直接注册使用光盘提供的MISDB.GDB)。 3. 用MISDBA用户登录MISDB数据库。 4. 在ISQL中,依次输入第5章的数据表创建SQL语句;或者根据表5-1至表5-7自行创建数据表。 5. 在SQL Explorer中创建MISDB数据库连接。 6. 用MISDBA用户登录,并且输入原始数据。除了表5-8至表5-11的内容,还需要根据需要设置部门(DEPARTMENT)、职务(JOB)和人事科登录用户(ID=’RSK’,PASSWD=’RSK’,AUTHORITY=’3’,STATE=’F’)。 7. 修改源程序中的数据库连接组件参数。 (1. Login with SYSDBA server, as well as the creation of a MISDBA users, Password for PASSWORD. 2. With SYSDBA user created MISDB database (direct registration for the use of CD MISDB. GDB). 3. User login with MISDBA MISDB database. 4. In ISQL, followed importation of Chapter 5 of the data table creation SQL; Or, according to Table to Table 5-1 5-7 to set up a data table. 5. SQL Explorer created MISDB connected to the database. 6. MISDBA with users log in, and the importation of raw data. Table 5-8 addition to the Table 5-11, also need to install sector (DEPARTMENT) duties (9732106) and the Personnel Section logged in users (ID = 'RSK' PASSWD = 'RSK' AUTHORITY ='3 ', STATE =' F '). 7. The revised source database connectivity components parameters.)
    2006-11-28 15:40:34下载
    积分:1
  • Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助...
    Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助-An instance of Visual Basic Database System Navigation (Second Edition) _0.rar, can help beginners learn a lot right there is a need to learn a database program designed by a friend very helpful
    2022-03-05 09:47:25下载
    积分:1
  • 详细的学生管理系统
    一、源码描述     这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用,感兴趣的同学们可以下载哦。 二、功能介绍     1、教师管理:教师资料管理、教师资料添加。     2、学生管理:学生资料添加、学生资料管理、学生所在院系资料、学生所在专业资料。     3、课程管理:课程资料管理、课程资料添加、课程类别资料。     4、成绩管理:学生成绩查询、学生成绩录入。     5、班级管理:班级资料管理、班级资料添加。 三、源码特色     1、充分利用了Asp.net2.0中的GridView、Datalist、SiteMap等控件,利用了存储过程 。     2、用户实现了超级管理员和普通用户的分级管理 。  四、注意事项     1、后台超级管理员是:admin 用户名密码是admin888     2、开发环境为Visual Studio 2010,数据库为SQL Server 2008,数据库文件在DB文件夹中,使用.net 2.0开发。     3、默认数据库连接字符串在webconfig配置文件中修改。     4、该源码需要在ie兼容视图模式下运行。
    2022-09-09 07:20:02下载
    积分:1
  • 基于ASP.NET平台,开发语言为C#,内含有详细的用PowerDesinger设计的概念模型和物理模型,以及数据库建立SQL脚本。源码详细,是学习MIS开发以...
    基于ASP.NET平台,开发语言为C#,内含有详细的用PowerDesinger设计的概念模型和物理模型,以及数据库建立SQL脚本。源码详细,是学习MIS开发以及毕业设计参考的好资料。-based on ASP.NET platform for the development of C# language. contain detailed PowerDesinger with a design concept model and physical model and the SQL database script. Source detailed study is the development of MIS and graduation design a good reference information.
    2022-02-21 04:03:38下载
    积分:1
  • SQL 服务器连接对话(可扩展)
    翻译maninwest@Codeforge作者: Chris Winkelmann  @CodeProject 显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接 介绍: 首先要感谢 TWallick  想出了使用 Microsoft.Data.ConnectionUI.dll  和 Microsoft.Data.ConnectionUI.Dialog.dll  来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。 背景 抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。  Save 函数迁移到新的类: public class SaveHelperDefault : ISaveHelper 任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 : public interface ISaveHelper     {         ///         /// A SaveHelper class
    2022-08-05 10:42:20下载
    积分:1
  • repairrepairrepair
    repair repairr epairrepair-repairrepairrepair
    2023-08-01 23:55:03下载
    积分:1
  • SQL Server 2005认证指南。
    Guide for SQL Server 2005 certification. 70-442 Designing and Optimizing Data Access using SQL Server 2005
    2022-05-16 07:44:16下载
    积分:1
  • Development Tools: Eclipse+ SQl2000+ Tomcat+ Dreamnever. EMS material system tha...
    开发工具:Eclipse+SQl2000+Tomcat+Dreamnever. EMS物料系统,包含所有文件。-Development Tools: Eclipse+ SQl2000+ Tomcat+ Dreamnever. EMS material system that contains all the files.
    2022-08-21 22:40:59下载
    积分:1
  • 2023-05-19 20:40:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载