摘要:
public bool LoadConfig(String fileName) { System.Xml.XmlDocument doc = new System.Xml.XmlDocument(); try { doc.Load(fileName); XmlNode configNode = doc.SelectSingleNode("LuceneConfig"); createIndexPat... 阅读全文
posted @ 2010-10-14 16:50
笨笨在成长
阅读(252)
评论(0)
推荐(0)
2010年10月14日