摘要: silverlight 4 Business 为企业级系统生成了很多必要的程序。但这还远远不够,我们需要继续添加这样的功能…… 阅读全文
posted @ 2011-06-26 17:22 cubean 阅读(1826) 评论(3) 推荐(1)
摘要: 1. 获取指定目录下所有的文件全路径:publicIEnumerable<String>GetFiles(stringdir){foreach(StringfileinSystem.IO.Directory.GetFiles(dir,"*.*",System.IO.SearchOption.AllDirectories)){yieldreturnfile;}} 阅读全文
posted @ 2011-06-26 17:02 cubean 阅读(471) 评论(0) 推荐(0)