-
C/S module, VB as the development tools, back
C/S模块,VB作为开发工具,后台数据库使用SQL Server2000,使用ADO方式连接数据库,实现开户、销户、存款、取款、修改密码、转账、挂失解挂等功能-C/S module, VB as the development tools, back-end database using SQL Server2000, connect the database using ADO, the realization of accounts, sales households, deposits, withdrawals, modify passwords, transfer, report the loss linked to the functions of solution
- 2022-11-20 12:05:03下载
- 积分:1
-
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强....
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强.-this procedure is used to prepare the VB enterprises Personnel Information Management System suited to the business personnel management. code complete. Modular. simple operation. the use of power.
- 2022-01-26 14:58:50下载
- 积分:1
-
微软官方发布的SQL逻辑封装,数据库增删改轻松实现
微软官方发布的SQL逻辑封装,数据库增删改轻松实现-Microsoft" s official release of SQL logic package, the database for easy additions and deletions to
- 2022-08-19 17:26:15下载
- 积分:1
-
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!-The use of ADO in VB6.0 space of the source SQL database development sample!
- 2023-02-24 21:35:04下载
- 积分:1
-
如果输入数据的正确性,然后提交按钮
如果输入数据正确,则显示提交按钮
- 2022-02-20 15:43:25下载
- 积分:1
-
运用数据库技术来实现的学生选课系统,可以登入成绩,登入学生,记录成绩等功能...
运用数据库技术来实现的学生选课系统,可以登入成绩,登入学生,记录成绩等功能-The use of database technology to achieve student elective system, you can log results, log in students, recording achievement and other functions
- 2022-02-05 17:55:07下载
- 积分:1
-
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统-A research management system for managing projects, is based on SQL and VC of a system
- 2022-02-03 08:24:12下载
- 积分:1
-
这个程序是一个学生住宿系统,基于vc++6.0开发,有着详细的数据库设计。本程序包提供完整的程序设计报告书和源代码实现。...
这个程序是一个学生住宿系统,基于vc++6.0开发,有着详细的数据库设计。本程序包提供完整的程序设计报告书和源代码实现。-This program is a student accommodation system, based on vc++6.0 development, has a detailed database design. This package provides a complete program design report and the source code to achieve.
- 2022-01-26 03:06:03下载
- 积分:1
-
21精通SQL,一天一个内容,前14天介绍SQL关系型数据库,后7天实例练习。...
21精通SQL,一天一个内容,前14天介绍SQL关系型数据库,后7天实例练习。-proficient SQL 21, a day, 14 days before the introduction of SQL relational database, after seven days of practice examples.
- 2022-03-19 11:06:39下载
- 积分: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