摘要:
已知有一个XML文件(bookstore.xml)如下: Oberon's Legacy Corets, Eva 5.95 1、往节点中插入一个节点: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("bookstore.xml"); XmlNode root=xmlDoc.SelectSingle... 阅读全文
posted @ 2009-04-08 15:27
李辉明
阅读(335)
评论(0)
推荐(0)
摘要:
前台代码: >"/> 后台代码: using System; using System.Data; using System.Configuration; using System.Collections; using System.Linq; using System.Web; using System.Web.Se... 阅读全文
posted @ 2009-04-08 10:27
李辉明
阅读(1589)
评论(1)
推荐(0)
摘要:
首先要熟悉.NET中处理文件和文件夹的操作。File类和Directory类是其中最主要的两个类。了解它们将对后面功能的实现提供很大的便利。 本节先对和文件系统相关的两个.NET类进行简要介绍。 System.IO.File类和System.IO.FileInfo类主要提供有关文件的各种操作,在使用时需要引用System.IO命名空间。下面通过程序实例来介绍其主要属性和方法。 (1)... 阅读全文
posted @ 2009-04-08 09:54
李辉明
阅读(385)
评论(0)
推荐(0)

浙公网安备 33010602011771号