分类列表
- 用C#读取txt文件的方法
- 读文件
streamReader
写文件
streamWrite
利用文件流的方式:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.I
- 作者:chr114 发表于: 2010-4-1 22:16:45 点击率: 408 阅读全文...
- 将数据导出到xml,并从xml导入数据
- 将数据导出到xml,并从xml导入数据
xml本质上是数据,是另一种格式的数据。而ADO.NET就是用来处理数据的。因此通过DataSet可以非常方便的处理xml。下面这段程序对如下问题做出了解答:
怎样从DataSet得到xml?
生成的XML没有表之间的关系怎么办?
怎样把列数据作为子
- 作者:chr114 发表于: 2010-3-11 18:46:55 点击率: 188 阅读全文...
|
|