摘要: public ActionResult ListService() { //获取已经保存好的windows服务名称 IList List =GetServiceNameList; ServiceController serviceObject = null; foreach (Model.ReportServicesInfoEnt e in List) { FileInfo fi= GetWindowsServiceInstallPath(e.Servi... 阅读全文
posted @ 2014-01-17 17:16 comeonfyz 阅读(1037) 评论(0) 推荐(0)