小修改
小修改,文件名的改进
This commit is contained in:
21
部署版本/wei服务-监控文件夹/Main.h
Normal file
21
部署版本/wei服务-监控文件夹/Main.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#include <string>
|
||||
#include <windows.h>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <iostream>
|
||||
#include <dos.h>
|
||||
#include <time.h>
|
||||
#pragma comment(lib, "Advapi32")
|
||||
|
||||
//#pragma comment( linker, "/subsystem:windows /entry:mainCRTStartup" )//没有界面运行
|
||||
|
||||
using namespace std;
|
||||
/*定义全局变量*/
|
||||
#define SLEEP_TIME 1000 //5000毫秒刷新一次
|
||||
|
||||
|
||||
/*时间获取函数u*/
|
||||
time_t ltime;
|
||||
char *srcTime=NULL;
|
||||
char timeNow[22]={0};
|
||||
char msg[100]={0};
|
||||
Reference in New Issue
Block a user