-
Automatic
智能大厦自动报警系统 access 数据库,功能强大,可供初学者,或者业务相关的人学习(Automatic alarm system of intelligent building access database, powerful, for beginners, or business related people)
- 2010-09-03 15:01:01下载
- 积分:1
-
通用数据库访问类
通用数据库访问Helper 支持Oracle、SqlServer、MySQL、Access数据库访问方便简洁
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
namespace PromotionDB.Interface
{
public interface IDataSource
{
bool Open();
int ExecuteNonQuery(string _ConStr);
DataTable ExecuteQuery(string _ConStr);
bool Close();
}
}
using System;
using System.Collections.Generic;
using System.Text;
using PromotionDB.Interface;
using MySql.Data.MySqlClient;
using System.Data;
namespace PromotionDB.Util.DataAccess
{
///
/// 连接MySql数据库
///
- 2022-03-24 18:01:59下载
- 积分:1
-
HM087-手机OA源码 手机OA协同办公源码 大型OA源码
1.开发环境:VS2010 + SQL20082.登陆用户: admin admin手机版系统在:Web/Moa文件夹目录下。
- 2022-05-19 04:35:05下载
- 积分:1
-
wearable WSN routing--2 paper
可穿戴无线传感器网络的介绍,包括了算法的分类以及详细的介绍,适合初学者。(The introduction of the routing algorithm for wearable wireless sensor networks, including the classification and detailed introduction of the algorithm, is suitable for beginners.)
- 2020-06-30 07:40:02下载
- 积分:1
-
32-64点阵万年历
用STC12C5A60S2驱动的,加上DS1302和DS18B20(MCU STC12C5A60S2 clocker, DS1302 and DS18B20)
- 2018-08-10 10:11:46下载
- 积分:1
-
解一元二次方程
说明: 解二次方程,输入系数a,b,c,输出两个解、一个解、和无解这三种情况时的结果(Solving the quadratic equation, three cases)
- 2020-06-25 00:20:02下载
- 积分:1
-
Program for calculating slope and mid-point
Program for calculating slope and mid-point
(GUI)
- 2023-03-28 07:20:05下载
- 积分:1
-
BackButton
UWP BackButton Demo UWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton Demo
- 2022-05-18 12:41:25下载
- 积分:1
-
student-management-system
学生成绩管理系统,可以用于实现学生成绩管理系统的源码。(Student achievement management system that can be used to implement student achievement management system source code.)
- 2013-12-24 11:09:57下载
- 积分:1
-
STM32 modbus协议 从机程序
STM32 modbus协议 从机程序
- 2020-06-17下载
- 积分:1