摘要:
using System;using System.Collections.Generic;using System.Linq;using System.ServiceProcess;using System.Text;namespace startSqlServer{ class Program { static void Main(string[] args) { ServiceController sc = getStatus(); if (sc.DisplayName.ToString() == "SQ... 阅读全文
posted @ 2014-01-25 20:48
奋斗的笨小孩
阅读(2145)
评论(0)
推荐(0)