登录
首页 » C# » code

code

于 2014-04-25 发布 文件大小:183KB
0 261
下载积分: 1 下载次数: 171

代码说明:

  用c#实现的一些增删改查的功能,并且连接了数据库,都是一些基础的代码(Check the function of modified with some additions of c# implementation, and connected to the database, are some basic code)

文件列表:

code
....\CRUDTest1
....\.........\CRUDTest1
....\.........\.........\bin
....\.........\.........\...\CRUDTest1.dll,10240,2013-11-08
....\.........\.........\...\CRUDTest1.pdb,26112,2013-11-08
....\.........\.........\...\NVelocity.dll,227328,2013-11-08
....\.........\.........\CommonHelper.cs,1388,2013-11-08
....\.........\.........\CRUDTest1.csproj,4878,2014-04-19
....\.........\.........\CRUDTest1.csproj.user,1086,2014-04-19
....\.........\.........\NVelocity.dll,227328,2013-11-08
....\.........\.........\obj
....\.........\.........\...\Debug
....\.........\.........\...\.....\CRUDTest1.csproj.FileListAbsolute.txt,627,2013-11-08
....\.........\.........\...\.....\CRUDTest1.csprojResolveAssemblyReference.cache,6868,2013-11-08
....\.........\.........\...\.....\CRUDTest1.dll,10240,2013-11-08
....\.........\.........\...\.....\CRUDTest1.pdb,26112,2013-11-08
....\.........\.........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7497,2014-04-20
....\.........\.........\...\.....\TempPE
....\.........\.........\PersonEdit.ashx,97,2013-11-08
....\.........\.........\PersonEdit.ashx.cs,2195,2014-04-19
....\.........\.........\PersonList.ashx,97,2013-11-08
....\.........\.........\PersonList.ashx.cs,1037,2013-11-08
....\.........\.........\Properties
....\.........\.........\..........\AssemblyInfo.cs,1319,2013-11-08
....\.........\.........\SqlHelper.cs,3196,2013-11-08
....\.........\.........\templates
....\.........\.........\.........\PersonEdit.htm,798,2013-11-08
....\.........\.........\.........\PersonList.htm,574,2013-11-08
....\.........\.........\Web.config,476,2013-11-08
....\.........\.........\Web.Debug.config,1240,2013-11-08
....\.........\.........\Web.Release.config,1301,2013-11-08
....\.........\CRUDTest1.sln,917,2013-11-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bookmanage
    MFC编程,VC连接ACCESS数据库,实现对数据的增、删、改、查等操作(VC connection ACCESS database to achieve the data add, delete, change, and other operations)
    2011-08-07 12:28:38下载
    积分:1
  • xm_companyweb
    1.重写产品,下载模块,无限级分类 2.将产品,下载,图片,新闻进行伪静态处理。 3.取掉了原有的风格模块,下次更新加模板系统和自定义标签。 4.增加缓存机制,减少对数据库的调用,缓存默认30分钟。(1. Rewrite products, download the module, unlimited class category 2. products, downloads, images, news pseudo static process. 3. Remove the original style modules, plus the next update template system and custom labels. 4. Increase the caching mechanism, reducing calls to the , the default cache for 30 minutes. )
    2016-04-15 21:34:24下载
    积分:1
  • perstnet-269
    Perst开源实时数据库,据说非常不错,大家可以到此互相学习交流。(Perst open source real-time database, said to have been very good, everyone can learn from each other to this exchange.)
    2007-10-26 10:04:57下载
    积分:1
  • iBatispage
    iBatis分页实例 内含数据库文件在src文件夹中(Page includes examples of iBatis database file in the src folder)
    2009-04-17 15:52:59下载
    积分:1
  • Dp3_RegIni
    说明:  通过程序写注册表的方式建立odbc环境。这样可以自动在程序启动时完成数据库访问环境设置(adoption of the registry was established odbc environment. Such procedures can be automatically activated when complete database environment installed)
    2006-03-23 16:53:36下载
    积分:1
  • MobileServer
    简单读取数据,返回json集合,microsoft sql server (writer to json data,open microsoft sql server database)
    2013-11-20 15:03:48下载
    积分:1
  • VBdatabase-
    这是一个VB的数据库操作例程,用于演示增删数据库记录(This is a VB database operation routines for demo add or delete database records)
    2013-04-20 12:57:31下载
    积分:1
  • 3Answering-Top-k-Queries-Using-Views
    数据库top-k查询排序文献,发表在vldb2006上,利用视图方法实现top-k查询,具有高效准确特点(Top-k query the to sort literature, published in the vldb2006, use view methods to achieve top-k queries, is an efficient and accurate Features)
    2015-06-10 09:10:39下载
    积分:1
  • matrix.h
    定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
    2020-08-03 20:28:35下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载