-
ex3_txf
说明: dxf格式cad文件的读取,解析,dxf格式cad文件的读取,解析,(Reading and parsing CAD files in DXF format)
- 2020-06-24 03:40:02下载
- 积分:1
-
C#使用SqlDataAdapter对象的Fill方法填充DataSet
C#使用SqlDataAdapter对象的Fill方法填充DataSet,具体是调用DataSet的Copy方法复制DataSet中的内容,完成填充的功能:
private void Form1_Load(object sender, EventArgs e)
{
//实例化SqlConnection变量conn,连接数据库
conn = new SqlConnection("server=.;database=db_14;uid=sa;pwd=");
//创建一个SqlCommand对象
SqlCommand cmd = new SqlCommand("select * from tb_test", conn);
SqlDataAdapter sda = new SqlDataAdapter();//创建一个SqlDataAdapter对象
//设置SqlDataAdapter对象的SelectCommand属性,设置执行的SQL语句
sda.SelectCommand = cmd;
ds = new DataSet(); //实例化DataSet
sda.Fill(ds, "test");//使用SqlDataAdapter对象的Fill方法填充DataSet
dataGridView1.DataSource = ds.Tables[0];//设置dataGridView1的数据源
}
private void button1_Click(object sender, EventArgs e)
{
DataSet ds1 = ds.Copy();//调用DataSet的Copy方法复制ds中的内容
dataGridView2.DataSource = ds1.Tables[0];//将ds1作为dataGridView2的数据源
}
- 2022-11-04 09:50:03下载
- 积分:1
-
224C01-rd-wr4
24CXX的读写代码,适用于于51单片机SCM.可直接使用。
(24CXX the read and write code, suitable for 51 MCU the SCM can be used directly.)
- 2012-07-17 12:59:22下载
- 积分:1
-
CatView
可以显示、查询、列表观察目录内容等详细内容查询(CATAGORY VIEW)
- 2013-10-19 13:38:54下载
- 积分:1
-
kev
这是一个开机自启的控制台应用程序,实在没什么东西拿的出手,但是想看看别人的东西,所以就把这个上载了。大家感兴趣的话可以找我帮忙把他可视化(This is a boot from Kai console application, there really is something to take the shot, but would like to see other people' s stuff, so put this uploaded. We are interested in, then you can ask me for help visualize him)
- 2013-12-30 14:17:57下载
- 积分:1
-
NDVi
遥感信息工程学院遥感原理与应用课程实习植被指数(Vegetation Index of Remote Sensing Principle and Application Course Practice)
- 2019-05-24 08:39:38下载
- 积分:1
-
Lidar_V1.0
STM32+单线激光雷达+二维舵机云台,机器人眼扫描测试例程(STM32+ single line laser radar+ two-dimensional servo head, robot eye scan test routines)
- 2017-04-01 11:15:06下载
- 积分:1
-
DX0302-淘宝网店交易平台源码+网店转让出售求购源码 仿A5网店中介网站源码
DX0302-淘宝网店交易平台源码+网店转让出售求购源码 仿A5网店中介网站源码。 这是我们团队花钱买来别人的源码,希望对大家有用。
- 2022-04-18 09:10:12下载
- 积分:1
-
51单片机RFID汽车门禁系统
基于AT89C52单片机 12864液晶显示 继电器作为开关
- 2023-07-26 14:10:03下载
- 积分:1
-
AT25XXXEEPROM
spi读取AT25128例程,全面解析底层,与I2C兼容。(The SPI reads AT25128 routines, comprehensively parses the underlying, and is compatible with I2C.)
- 2020-12-17 15:19:13下载
- 积分:1