嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#编写Windows服务
源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和使用方法都在里面源程序和...
.
├── C#编写Windows服务_Windows系统服务的编写及使用.rar
└── Windows系统服务的编写及使用
├── IniClassLibrary.dll
├── TestWindowsService.exe
├── configure.ini
├── login.txt
├── 卸载.bat
├── 安装.bat
├── 源程序
│ ├── TestWindowsService
│ │ ├── IniClassLibrary
│ │ │ ├── IniClassLibrary.csproj
│ │ │ ├── IniFile.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── IniClassLibrary.dll
│ │ │ │ └── IniClassLibrary.pdb
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── IniClassLibrary.dll
│ │ │ │ ├── IniClassLibrary.pdb
│ │ │ │ └── TempPE
│ │ │ └── IniClassLibrary.csproj.FileListAbsolute.txt
│ │ ├── TestWindowsService
│ │ │ ├── ProjectInstaller.Designer.cs
│ │ │ ├── ProjectInstaller.cs
│ │ │ ├── ProjectInstaller.resx
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Service1.Designer.cs
│ │ │ ├── Service1.cs
│ │ │ ├── Service1.resx
│ │ │ ├── TestWindowsService.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── IniClassLibrary.dll
│ │ │ │ ├── IniClassLibrary.pdb
│ │ │ │ ├── TestWindowsService.exe
│ │ │ │ ├── TestWindowsService.pdb
│ │ │ │ ├── TestWindowsService.vshost.exe
│ │ │ │ ├── configure.ini
│ │ │ │ └── login.txt
│ │ │ ├── login.txt
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ ├── TestWindowsService.MyService.resources
│ │ │ │ │ ├── TestWindowsService.ProjectInstaller.resources
│ │ │ │ │ ├── TestWindowsService.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TestWindowsService.exe
│ │ │ │ │ ├── TestWindowsService.pdb
│ │ │ │ │ └── login.txt
│ │ │ │ └── TestWindowsService.csproj.FileListAbsolute.txt
│ │ │ └── 使用说明.txt
│ │ ├── TestWindowsService.sln
│ │ └── TestWindowsService.suo
│ └── TestWindowsService.rar
└── 使用说明.txt
17 directories, 44 files