摘要: # D:\Services\ 指定要递归遍历查找的目录# *.config 找查找的文件名$fileList = Get-ChildItem 'D:\Services\' -recurse *.config | %{$_.FullName}Foreach($file in $fileList){  $tmpContent = Get-Content $file  for ($i=0; $i -le... 阅读全文
posted @ 2009-08-20 18:39 牟向阳 阅读(4879) 评论(0) 推荐(0) 编辑
摘要: 源代码下载(双向选择List,支持手工调整顺序) 阅读全文
posted @ 2009-08-20 14:45 牟向阳 阅读(249) 评论(0) 推荐(0) 编辑