不断积累,必然飞跃,突破随之!

相信自己,开拓生活!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月7日

摘要: publicstaticvoidMain(string[]args){//Console.WriteLine("HelloWorld!");Console.WriteLine(Execute("netstat-n-b",0));Console.ReadKey(true);}publicstaticstringExecute(stringdosCommand,intouttime){stringoutput="";if(dosCommand!=null&&dosCommand!=""){Process 阅读全文

posted @ 2011-05-07 11:54 Tangyuan2017 阅读(1390) 评论(0) 推荐(0) 编辑