摘要:
--创建表 create table WeekDays( id int primary key identity(1,1), WeekDay nvarchar(20), Status int --判断是否启用 ) ----添加一年的工作日 DECLARE @num int DECLARE @count int set @num = 1 set @count = 1 WHILE... 阅读全文
摘要:
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil.exe D:\MVC\WindowsService1\WindowsService1\bin\Debug\WindowsService1.exe Net Start Service 阅读全文