2006年3月21日

摘要: 读: //打开某文件(假设web.config在根目录中)string filename=Server.MapPath("/") + @"WebApplication1\web.config";XmlDocument xmldoc= new XmlDocument();xmldoc.Load(filename);//得到顶层节点列表XmlNodeList topM=xmldoc.DocumentE... 阅读全文

posted @ 2006-03-21 16:01 橙子 阅读(1138) 评论(0) 推荐(0) 编辑

摘要: public int SetEclipse(){int ret = 0;XmlDocument doc = new XmlDocument();doc.Load("SystemSet.xml");XmlElement root = doc.DocumentElement ;XmlNode eclipse = root.SelectSingleNode("descendant::HaveEclips... 阅读全文

posted @ 2006-03-21 10:49 橙子 阅读(910) 评论(0) 推荐(0) 编辑


Copyright © 2024 橙子
Powered by .NET 8.0 on Kubernetes