登录
首页 » c# » 上载较大数据在数据库中 C# 的代码

上载较大数据在数据库中 C# 的代码

于 2022-02-04 发布 文件大小:138.36 kB
0 89
下载积分: 2 下载次数: 1

代码说明:

这是一个项目上, 传大量的数据从.csv 文件到数据库。 有使用分隔的文件,您也可以使用其他分隔符

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

发表评论

0 个回复

  • BME280_driver-master
    高度计BME280的驱动程序,能够较为准确的得出相对于海平面的高度。(Altimeter BME280 driver, and can be more accurate relative sea level height are obtained.)
    2020-11-05 10:49:52下载
    积分:1
  • wcf 通过修改header 验证访问权限的两种方式【推荐】
    通过继承 IClientMessageInspector  IDispatchMessageInspector   实现 请求消息头的验证
    2015-01-07下载
    积分:1
  • ASP.NET学生成绩信息管理系统(源码+论文)
    说明:  成绩管理系统,有添加课程/成绩/查询等功能(由于时间有点久了记不清有什么功能了,如需特定功能私聊)(Grade management system, add courses / grades / query and other functions (due to the time is a little long, I can't remember what functions, if you need specific functions for private chat))
    2020-07-23 23:28:25下载
    积分:1
  • main
    基于51单片机的红外线解码,控制继电器的开关,从而控制灯等电气的开关,实现简单的红外线无线控制。(Infrared decoding based on 51 single-chip computer controls the switch of relay, so as to control the switch of electric lights and so on, so as to realize simple infrared wireless control.)
    2020-06-25 14:20:01下载
    积分:1
  • c++深度优先搜索的回溯法实现多集合矩阵互斥问题
    给定1个1000行×20列的0-1矩阵,对于该矩阵的任意1列,其中值为1的元素的数量不超过10%。设有两个非空集合A和B,每个集合由矩阵的若干列组成。集合A和B互斥是指对于矩阵的任意一行,同时满足下列2个条件:1)若A中有一个或多个元素在这一行上的值是1,则B中的元素在这一行全部是0;2)若B中有一个或多个元素在这一行上的值是1,则A中的元素在这一行全部是0。请你设计一个算法,找出集合A、B和C,满足:1)A、B、C两两互斥,且2)A、B和C包含的列的总数最大。
    2022-07-25 02:20:37下载
    积分:1
  • hjdd
    本代码从属于工程crypt_file.是楚狂人与wowocock为《寒江独钓——Windows内核编程与信息安全》所编写的文件透明加密 示例。(This code is subordinate to the project crypt_file. Is a madman and wowocock Chu as " painting by fishing- Windows kernel programming and information security" , paper prepared transparent encryption example.)
    2010-07-19 14:35:45下载
    积分:1
  • ROAM-LOD
    ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE - Hold Left Mouse Button to Rotate View Angle Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture) O - Change View Mode (Observe, Follow, Drive, Fly) W/S - Move forward/back A/D - Rotate left/right (in Observe Mode only) F - Stop Animation R - Toggle Frustum Drawing 0/9 - More/Less Triangles per frame 1/2 - Adjust FOV(ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE- Hold Left Mouse Button to Rotate View Angle Q- Change Rendering Mode (Wireframe, Lit, Fill, Texture) O- Change View Mode (Observe, Follow, Drive, Fly) W/S- Move forward/back A/D- Rotate left/right (in Observe Mode only) F- Stop Animation R- Toggle Frustum Drawing 0/9- More/Less Triangles per frame 1/2- Adjust FOV)
    2008-09-26 11:28:06下载
    积分:1
  • C8051F120中文资料
    C8051F120中文资料 帮助需要朋友参考学习使用(C8051F120 datasheet Help Need Friends Reference Learning)
    2019-03-26 09:22:39下载
    积分:1
  • gogame
    说明:  一套围棋游戏 带AI的 很不错 值得学习一下 棋盘格数可变(Go with a set of game AI is very well worth learning about the number of checkerboard grid variable)
    2008-11-28 14:01:50下载
    积分:1
  • 用HtmlParser 实现asp.net采集网分析网页,可直接用作采集
    主要实现了通过HtmlParser 实现网页源文件的抓取以及分析,示例中包含了常用的几种操作,更多内容须大家一起完善,虽然本项目是用winform编写,但是其中的代码可以直接copy到web项目中 使用(已做过测试)。 asp.net采集网分析网页用它即可。 另注:需要添加这些引用(项目文件中已包含Winista.HtmlParser.dll的引用)  using Winista.Text.HtmlParser;using Winista.Text.HtmlParser.Filters;using Winista.Text.HtmlParser.Util;using Winista.Text.HtmlParser.Tags;
    2021-05-14 11:30:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载