摘要:
This Class is used to handle SQL procedures, including Verify SP exist or not, Create SP into DB and Execute SP via C#.using System;using System.Data.... 阅读全文
posted @ 2015-08-07 11:03
Blackeye
阅读(257)
评论(0)
推荐(0)
摘要:
Code snippet about some Windows service operation methods.Install Service:public static void InstallService(string filepath, string serviceName, strin... 阅读全文
posted @ 2015-08-07 10:57
Blackeye
阅读(259)
评论(0)
推荐(0)