-
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。...
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。
3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。
4)可以统计全部学生的总成绩,及其在班上的排名。
5)能够统计各科的平均成绩及及格率。
6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。
7)如果检索不到相应的信息应提示用户。-a source code management system to complete the following functions : 1) to read from the screen of a student information and information into the data file. 2) can be designated information deleted from the document. 3) to by number, name of student information retrieval and search results displayed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional errors, such as sex between men and women can only import, import errors to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
- 2022-02-10 11:15:16下载
- 积分:1
-
SQLServer2000
介绍sql 2000 存储过程和xml编程的方法和技巧,是学习sql的很好的例子(Introduction sql 2000 stored procedures and xml programming methods and techniques, is a good example of learning sql)
- 2009-11-16 11:05:21下载
- 积分:1
-
dreamwaver+asp用于SQLSERVER用户注册登陆和修改密码的动态网页源码...
dreamwaver+asp用于SQLSERVER用户注册登陆和修改密码的动态网页源码-dreamwaver asp for registered users SQLSERVER landing and modify passwords Dynamic Web Source
- 2022-01-24 09:47:32下载
- 积分:1
-
create Ajax Select form
创建Ajax选择窗体
- 2022-06-14 10:52:53下载
- 积分:1
-
我自己设计的东西,不是什么好东西了,呵呵,是我自己做的毕业设计,导师还算满意,...
我自己设计的东西,不是什么好东西了,呵呵,是我自己做的毕业设计,导师还算满意,-design my own things, not a good thing, huh, yes I do design graduation, the mentor is quite satisfactory, huh
- 2022-05-14 18:27:44下载
- 积分:1
-
快递管理系统
项目名称: 快递管理系统工程技术: ASP.NET 和 C# 中,SQL Server 2005Project 描述: 快递管理系统是基于 Intranet web 应用程序。这最后一年项目的主要目的是帮助快递公司,维持其沿多个分支机构的信息系统。此应用程序已主要 2 个模块 1) 管理员 2) 用户。
- 2022-05-31 05:18:37下载
- 积分:1
-
vb.net+sql server
使用VB。NET+SQL SERVER做的人力资源管理系统-vb.net+sql server
- 2022-01-21 17:54:33下载
- 积分:1
-
导出数据sql
说明: 将数据库表中的数据,导出并形成Insert脚本(Export and form Insert scripts from data in database tables)
- 2019-07-10 11:59:04下载
- 积分:1
-
database
说明: 大型数据库课程设计,有模拟旅馆源程序和运动会分数统计源程序,还有我做的课程设计报告,完全都可以运行。(Large database of curriculum design, source code and the Games have simulated hotel statistics source points, and me to do curriculum design report can be run completely.)
- 2010-04-26 23:19:51下载
- 积分:1
-
Raspberry PI + Nancy + (可选 MySQL) = 构建小巧的嵌入式HTTP服务
感谢作者Ranjan.D
使用 Nancy 构建跨平台 HTTP 服务并在 Raspberry PI 上部署。
介绍:
本文将向你展示如何在 Raspberry PI中设置和使用 Nancy(这是一个在 .Net 和 Mono中构建基于 HTTP 服务的轻量级的简明框架)。
使用Nancy 而不是 Web API 或其他机制构建HTTP服务的主要考虑是Nancy 非常简洁。
正如 Nancy 的创造者所说,你不必担心配置更改等问题,它很容易就可以运作。设置 Nancy 并在 Linux 上托管应用不会给你造成负担。
背景
如果你才开始接触Raspberry PI,请事先了解一下基本原理。
如果你才开始接触Nancy,也建议你做一下了解:https://github.com/NancyFx/Nancy/wiki/Documentation
本文采用以下链接中提到的示例MySQL 数据库:http://www.mysqltutorial.org/mysql-sample-database.aspx
它具有真实数据模型,使用它我们可以使用 Nancy 开发出简单高雅的HTTP服务,并在 Raspberry PI 上托管。
目标是,首先在 Raspberry PI 上设置需要的软件 – MySQL、 Nancy。然后,我们要创建一个简单的Nancy 应用让 MySQL 数据可以通过基于Nancy HTTP的服务对外界可用。当托管应用时,为了简单起见,我们将在控制台上托管我们的演示应用。
之后,我们将通过进行 HTTP 请求来测试,对内容类型进行适当设置来显示
- 2022-10-09 18:30:03下载
- 积分:1