基本信息
源码名称:C#编写Windows服务
源码大小:0.05M
文件格式:.rar
开发语言:C#
更新时间:2023-12-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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