摘要:
XmlDocument doc = new XmlDocument(); doc.LoadXml(" "); XmlNode node = doc.SelectSingleNode("Employees");XmlElement element_emp2 = doc.CreateElement("employee");element_emp2.InnerText = "tttttttt"n... 阅读全文
posted @ 2006-11-17 17:14
永春
阅读(302)
评论(0)
推荐(0)
摘要:
In Bill Gates' Book for high school and college graduates, there is a list of 11 things they did not learn in school. In his book, Bill Gates talks about how feelgood, politically-correct teachings c... 阅读全文
posted @ 2006-11-17 08:43
永春
阅读(312)
评论(0)
推荐(0)
摘要:
ADO.NET中的数据类型 dim columnTypes(205) columnTypes(0) = "Empty" columnTypes(2) = "SmallInt" columnTypes(3) = "Integer" columnTypes(4) = "Real" columnTypes(5) = "Double" columnTypes(6) = "Currency" ... 阅读全文
posted @ 2006-11-17 08:33
永春
阅读(646)
评论(0)
推荐(0)