• 大小: 0.82M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 自动  

资源简介

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个文件信息

评论

共有 条评论