資源簡介
windows服務程序
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Linq;
using?System.ServiceProcess;
using?System.Text;
using?System.IO;
using?System.Configuration;
using?System.Threading;
using?System.Runtime.InteropServices;
namespace?CocoWatcher
{
????public?partial?class?ProcessWatcher?:?Servicebase
????{
????????private?Thread?ReStart?=?null;
????????public?log4net.ILog?log?=?null;
????????private?int?m_ProcessorCount?=?0;???????//CPU個數
????????private?PerformanceCounter?pcCpuLoad;???//CPU計數器
????????#region?API
??????????[DllImport(“IpHlpApi.dll“)]
??????????extern?static?public?uint?GetIfTable(byte[]?pIfTable?ref?uint?pdwSize?bool?bOrder);
??
??????????[DllImport(“User32“)]
??????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????455??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\App.config
?????文件????????753??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\CocoWatcher.InstallLog
?????文件??????22984??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\CocoWatcher.vshost.exe
?????文件????????403??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\CocoWatcher.vshost.exe.config
?????文件??????28672??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\InstallUtil.exe
?????文件????????286??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\InstallUtil.InstallLog
?????文件????????675??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\log4net.config
?????文件?????270336??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\log4net.dll
?????文件??????????0??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\logs\Arch.log
?????文件?????173568??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.exe
?????文件????????455??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.exe.config
?????文件??????24064??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.pdb
?????文件??????22984??2017-09-26?16:53??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.vshost.exe
?????文件????????455??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.vshost.exe.config
?????文件????????490??2012-06-06?02:06??定時重啟電腦win服務\CocoWatcher\bin\Debug\PingTech.CocoWatcher.vshost.exe.manifest
?????文件????????141??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\卸載.bat
?????文件?????????91??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Debug\安裝.bat
?????文件????????753??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\CocoWatcher.InstallLog
?????文件??????22984??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\CocoWatcher.vshost.exe
?????文件????????403??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\CocoWatcher.vshost.exe.config
?????文件??????28672??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\InstallUtil.exe
?????文件????????286??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\InstallUtil.InstallLog
?????文件????????675??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\log4net.config
?????文件?????270336??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\log4net.dll
?????文件??????????0??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\logs\Arch.log
?????文件?????172032??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\PingTech.CocoWatcher.exe
?????文件????????453??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\PingTech.CocoWatcher.exe.config
?????文件??????19968??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\PingTech.CocoWatcher.pdb
?????文件??????22984??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\PingTech.CocoWatcher.vshost.exe
?????文件????????422??2017-02-15?08:38??定時重啟電腦win服務\CocoWatcher\bin\Release\PingTech.CocoWatcher.vshost.exe.config
............此處省略141個文件信息
- 上一篇:C#.net文件批量上傳flash
- 下一篇:C#串口調試工具源代碼
評論
共有 條評論