嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#服务定时重启
配置好快捷方式,可自动启动,定时重启指定的程序
.
├── C#服务定时重启_equipService.7z
├── dll
│ ├── Quartz.dll
│ ├── log4net.dll
│ └── log4net.xml
├── equipService
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── equipREService.exe
│ │ │ ├── equipREService.exe.config
│ │ │ ├── equipREService.pdb
│ │ │ ├── exepath.txt
│ │ │ ├── hmzy_equipREService.exe
│ │ │ ├── hmzy_equipREService.exe.config
│ │ │ ├── hmzy_equipREService.pdb
│ │ │ ├── hmzy_equipService.exe
│ │ │ ├── hmzy_equipService.exe.config
│ │ │ ├── hmzy_equipService.pdb
│ │ │ ├── lnk
│ │ │ │ └── EasyConnect.lnk
│ │ │ ├── log
│ │ │ │ ├── Execute.log
│ │ │ │ └── Execute.log(2022110717)
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ └── Release
│ ├── equipREService.csproj
│ ├── equipREService.csproj.user
│ ├── exepath.txt
│ ├── lnk
│ │ └── EasyConnect.lnk
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── equipREService.csproj.AssemblyReference.cache
│ │ ├── equipREService.csproj.CoreCompileInputs.cache
│ │ ├── equipREService.csproj.FileListAbsolute.txt
│ │ ├── equipREService.exe
│ │ ├── equipREService.pdb
│ │ ├── hmzy_equipREService.csproj.AssemblyReference.cache
│ │ ├── hmzy_equipREService.csproj.CopyComplete
│ │ ├── hmzy_equipREService.csproj.CoreCompileInputs.cache
│ │ ├── hmzy_equipREService.csproj.FileListAbsolute.txt
│ │ ├── hmzy_equipREService.csproj.SuggestedBindingRedirects.cache
│ │ ├── hmzy_equipREService.exe
│ │ ├── hmzy_equipREService.pdb
│ │ ├── hmzy_equipService.csproj.AssemblyReference.cache
│ │ ├── hmzy_equipService.csproj.CopyComplete
│ │ ├── hmzy_equipService.csproj.CoreCompileInputs.cache
│ │ ├── hmzy_equipService.csproj.FileListAbsolute.txt
│ │ ├── hmzy_equipService.exe
│ │ └── hmzy_equipService.pdb
│ └── packages.config
├── equipService.sln
├── lnk
│ ├── main.exe - 快捷方式.lnk
│ ├── 汉霸-火花机.lnk
│ ├── 海德汉数采.lnk
│ ├── 设备智慧物联-fanuc报工NC文件.lnk
│ └── 设备智慧物联-设备数采.lnk
├── log
│ ├── Execute.log
│ ├── Execute.log(2022072218)
│ ├── Execute.log(2022072222)
│ ├── Execute.log(2022072302)
│ ├── Execute.log(2022072306)
│ ├── Execute.log(2022072515)
│ ├── Execute.log(2022072519)
│ ├── Execute.log(2022072523)
│ ├── Execute.log(2022072603)
│ ├── Execute.log(2022072607)
│ ├── Execute.log(2022072609)
│ ├── Execute.log(2022072610)
│ ├── Execute.log(2022072612)
│ ├── Execute.log(2022072613)
│ ├── Execute.log(2022072614)
│ ├── Execute.log(2022072615)
│ ├── Execute.log(2022072616)
│ ├── Execute.log(2022072617)
│ ├── Execute.log(2022072618)
│ ├── Execute.log(2022072622)
│ ├── Execute.log(2022072702)
│ ├── Execute.log(2022072706)
│ ├── Execute.log(2022072709)
│ ├── Execute.log(2022080911)
│ ├── Execute.log(2022080913)
│ ├── Execute.log(2022080915)
│ ├── Execute.log(2022080917)
│ ├── Execute.log(2022081609)
│ └── Execute.log(2022081613)
└── packages
├── Quartz.3.0.7
│ ├── Quartz.3.0.7.nupkg
│ └── lib
│ ├── net452
│ │ ├── Quartz.dll
│ │ ├── Quartz.pdb
│ │ └── Quartz.xml
│ └── netstandard2.0
│ ├── Quartz.dll
│ ├── Quartz.pdb
│ └── Quartz.xml
└── log4net.2.0.15
├── lib
│ ├── net20
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ ├── net35
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ ├── net40
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ ├── net40-client
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ ├── net45
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ ├── netstandard1.3
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ └── netstandard2.0
│ ├── log4net.dll
│ └── log4net.xml
├── log4net.2.0.15.nupkg
└── package-icon.png
28 directories, 105 files