CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 数据库 存储

搜索资源列表

  1. tong11

    0下载:
  2. 用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.62kb
    • 提供者:汪江
  1. CSharpCreate

    0下载:
  2. 代码自动生成器 根据数据库定义的表结构, 自动生成C#应用开发的代码(包括数据定义层, 数据访问层, 以及数据库中存储过程的自动生成, 此项目中没有数据库访问原码(MainHead), 请下载我另外上传MainHead.rar-automatic code generator based on the definition of the database table structure, Automatic Generation Application Development C# code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:141.34kb
    • 提供者:ZXZ
  1. Cforum(.net)

    1下载:
  2. 基于c#实现的一个网络论坛,DB为sql server,其中用到了C#设计模式的相关思想,数据库操作用存储过程,效率高-based on the realization of a network forum, DB to sql server, which uses C# Design Patterns of thinking, database stored procedures operate with high efficiency
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:604.4kb
    • 提供者:钟波
  1. DBAccess00

    0下载:
  2. 操作 数据库存储过程的类,用了很久的 很不错-operation database storage process of categories used for a long time very well
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.49kb
    • 提供者:万金油
  1. CommuniicationUnit

    0下载:
  2. C#的数据库存储-C# database storage
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:郭忠琦
  1. WinFormDailyMangaer

    0下载:
  2. WinForm实现个人日程管理,可通过数据库存储实现对个人事务管理-use WinForm to develop a Daily Work Manager
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:174.81kb
    • 提供者:汶汶
  1. CSharp_CodeGeneration

    0下载:
  2. NET(C#)代码自动生成软件,它主要实现: 1、对应数据库表的基类代码的自动生成 2、自动生成数据库的存储过程 3、支持不同架构代码生成,自动生成多层 的代码 4、代码批量生成自动导出功能 -NET (C#) Automatically generate software code, which is achieved by: 1, the corresponding database tables of the base class automatically g
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:于东浩
  1. dataAnalysitForSaleMobiles2

    0下载:
  2. vs2005sp1下运行,对原来的ACCESS数据库的内容转移到SQL SERVER 2000中进行清洗统计《手机销售统计系统》C#,数据处理有些放到存储过程中了!这个一定能运行的!-vs2005sp1 run, the original content of the database ACCESS transferred to SQL SERVER 2000 in the washing Statistics
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:1.44mb
    • 提供者:wangkafeng
  1. MyQQ

    0下载:
  2. 一套去入网类似QQ聊天系统.主要是靠数据库存储聊天信息-A network similar to the QQ chat system
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:3.1mb
    • 提供者:ysq
  1. OracleHelper

    0下载:
  2. 访问oracle数据的与C#接口,在C#中如何连接oracle数据库,访问存储过程,批量更新数据库等-Oracle data access with C# interface, in C# how to connect oracle database, visit the stored procedure, update the database, such as bulk
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:235.81kb
    • 提供者:yangjianxin
  1. CADO

    0下载:
  2. 连接SQLServer数据库,对数据库进行基本操作,输入存储过程名和参数,自动调用存储过程-Connection SQLServer databases, the basic operation of the database, enter the stored procedure name and parameters, automatically call a stored procedure
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:3.73kb
    • 提供者:王晓波
  1. ProcedureAccess

    0下载:
  2. C# 访问数据库存储过程的方法和类描述-C# to access the database stored procedures described in the methods and classes
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:chenhao
  1. PrAcc

    0下载:
  2. 用C# 访问数据库和数据库存储过程的学习类-To use C# to access the database and the database stored procedure class to learn
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1.31kb
    • 提供者:chenhao
  1. SMTP_POP3_Mail_Server

    1下载:
  2. 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的G
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:陈嵩
  1. ccccccc

    0下载:
  2. winForm表单设计器 适合初学者,没有数据库存储-The winForm forms designer
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:862.48kb
    • 提供者:完美
  1. PointToPointChart

    0下载:
  2. 点对点聊天室,C#源代码,实现信息的接收发送,数据库存储-Peer-to-peer chat rooms, C# source code to achieve the transmission and reception of information, database storage
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:42.53kb
    • 提供者:罗海涛
  1. AddPhotoAndTable

    0下载:
  2. 将图片存储到数据库中,C#添加图像信息到SQLsERVER数据库中,请确认数据库连接后再测试,数据库存储图上,不是太常用,不过学习一下也不多余。-Pictures stored in the database, C# Add the image information to the SQL Server database, make sure that the database connection and then test the database storage picture is no
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:794.49kb
    • 提供者:zpudn2
  1. Tupian2

    0下载:
  2. 采用WPF技术C#语言编写使用SQL Server数据库存储图片地址读取图片-Using WPF C# language using the SQL Server database to store pictures address read pictures
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:967.22kb
    • 提供者:孙贤
  1. PIG

    0下载:
  2. 串口接收无线传感器节点数据,接收的数据进行显示,并通过数据库存储-Serial receive wireless sensor node data, display data received and stored by the database
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:6.47mb
    • 提供者:张伟
  1. CSharpweb-printScreen-tools

    0下载:
  2. C#开发的截屏小工具,支持网页截屏,批量和单个都可以,还支持数据库存储。可根据自己的要求设计为自动等等。-C# development screenshots gadget support page screenshots, and a single batch can also support storage. According to their own requirements designed to automatically and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:947.44kb
    • 提供者:李东岳
« 12 3 4 5 6 »
搜珍网 www.dssz.com