摘要: stringuncPath“aa\\bb\\cc"stringpattern="aa\".(@"/", @"\\");stirngreplacement=@"\";// 如果pattern为空,会替换成\a\a\b\b\c\c,就是把每个字母都切割了if (string.IsNullOrWhiteSpace(pattern)) continue;console.write(Regex.Replace(uncPath, pattern, replacement, RegexOptions.IgnoreCas 阅读全文
posted @ 2011-07-06 16:27 凌度 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Component Purpose For More Information Local Development Environment The Windows Azure SDK provides tools and resources that you can use to package, test and deploy your application. Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, debugging, ru. 阅读全文
posted @ 2011-07-06 10:35 凌度 阅读(209) 评论(0) 推荐(0) 编辑