DotNet编程-星光伴我行

滴滴真谛 水滴石穿

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  XML

有关xml文档的相关知识.如读写xml文档等.
摘要:方便读写.xml, .config文档的一个类. 阅读全文
posted @ 2006-07-03 16:18 DotNet编程 阅读(986) 评论(0) 推荐(0)

摘要://writer:furenjun 2006.05.05using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Xml;using System.Xml.Xsl;us... 阅读全文
posted @ 2006-05-16 15:44 DotNet编程 阅读(1252) 评论(0) 推荐(0)

摘要:1.新建xml文档(books.xml) a 1001 12.34 c 002 15.38 c 1280 18.75 e 508 20.552.编写代码string dataUrl = "books.XML"; DataSet ds = new DataSet(); ... 阅读全文
posted @ 2006-01-17 13:55 DotNet编程 阅读(509) 评论(0) 推荐(0)