2012年2月7日

c#遍历Dictionary使用KeyValuePair

摘要: Dictionary<string,string>dic=newDictionary<string,string>(); dic.Add("台球网","www.52taiqiu.com"); dic.Add("台球技巧","www.52taiqiu.com"); dic.Add("台球视频","www.52taiqiu.com"); foreach(KeyValuePair<string,string>itemindic) { Respon 阅读全文

posted @ 2012-02-07 14:14 BarneyZhang 阅读(959) 评论(0) 推荐(0) 编辑

xPath介绍

摘要: XPath 是XML的查询语言,和SQL的角色很类似。以下面XML为例,介绍XPath 的语法。<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd country="USA"> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <price>10.90</price> </cd> < 阅读全文

posted @ 2012-02-07 10:14 BarneyZhang 阅读(294) 评论(0) 推荐(0) 编辑

导航