08 2007 档案
XPath详细介绍
摘要:XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document... 阅读全文
posted @ 2007-08-13 16:53 阿齐 阅读(573) 评论(0) 推荐(0)
XPath介绍
摘要:可以把XPath比作文件管理路径:通过文件管理路径,可以按照一定的规则查找到所需要的文件;同样,依据XPath所制定的规则,也可以很方便地找到XML结构文档树中的任何一个节点... 阅读全文
posted @ 2007-08-13 15:09 阿齐 阅读(304) 评论(0) 推荐(0)
如何取得.Net应用程序本身的路径
摘要:转载自疾风萧萧 1、System.AppDomain.CurrentDomain.BaseDirectory, Gets the base directory that the assembly resolver used to probe for assemblies. 2、System.Windows.Forms.Application.ExecutablePath, Gets the pa... 阅读全文
posted @ 2007-08-11 19:26 阿齐 阅读(254) 评论(0) 推荐(0)