-
SqlBulkCopyTest
利用BulkCopy实现批量写SQL SERVER 的完整实例代码,大大提高了海量记录插入数据库的效率(Using BulkCopy to write complete instance codes of SQL SERVER in batch greatly improves the efficiency of inserting massive records into the database.)
- 2019-02-23 20:24:47下载
- 积分:1
-
Financial-management-system
用visual studio开发的基于sql server2005的财务管理系统。财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成(Development with visual studio, sql server2005-based financial management system. Financial certificate management system mainly consists of the [System Management], [Certificate Management] [subject information], [accounts query】 【Report】 modules)
- 2012-07-05 14:52:38下载
- 积分:1
-
数据库方面的知识 最基本的建表,还有表之间的连接 请大家批评指正...
数据库方面的知识 最基本的建表,还有表之间的连接 请大家批评指正 -err
- 2022-01-31 05:51:31下载
- 积分:1
-
wuzi001
企业人事管理系统是企业对内部员工进行精确管理而采用的大型管理系统,它集人事档案、企业信息、隶属部门、部门职责等于一体,为企业在人事管理等方面提供极大的方便。该系统不但有利于企业的统一性管理,而且还大大提高了企业全体员工的工作效率和积极性。该系统是以中小型企业为背景而设计开发的,界面美观、使用方便。该系统主要以人事档案管理为主,再配以职工档案、基本信息等,采用的软件主要有VB语言,并结合Access数据库等,利用更新的技术,使人事管理系统增加了个性化、规范化、网络化、动态化等特性。(Personnel Management System is the business-to-house staff for accurate management and the management of large-scale systems, It combines personnel files, business information, from the department, the functions of the departments is one, for enterprises in personnel management to provide great convenience. The system is not only beneficial to the unity of enterprise management, but also greatly improved the enterprises of all staff efficiency and enthusiasm. The system is based on small and medium enterprises as the background design, beautiful interface, easy to use. The system is mainly to the management of personnel files mainly representing the union files, and other basic information. The software mainly VB language and integrate Access database, the use of newer technology, the pers)
- 2006-06-25 11:56:08下载
- 积分:1
-
err
《SQL手册》中文版,详细介绍了SQL的很多语句和函数-err
- 2022-10-09 15:10:03下载
- 积分:1
-
VC++
VC++中国著名景点导游咨询系统 完整的源代码 个人自己编的,调试无错-VC++
- 2023-06-18 14:15:03下载
- 积分:1
-
通过MS的ADO对数据库进行操作.包括连接,读数据,修改数据,删除数据等...
通过MS的ADO对数据库进行操作.包括连接,读数据,修改数据,删除数据等-through ADO MS operation of the database. Including connections, reading data, change data, delete data, etc.
- 2022-02-26 20:28:22下载
- 积分:1
-
网站流量统计
说明: 这是一个简单的流量统计文件,对于高并发等情况不适用(This is a simple traffic statistics file, not suitable for high concurrency and other situations.)
- 2020-06-17 12:20:02下载
- 积分:1
-
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考...
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考-SQL2003 database of curriculum design, also can be used for software engineering, curriculum design, Gobang design, detailed design documents, source code, installation instructions, etc., can be used for reference
- 2022-06-02 06:18:50下载
- 积分: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