-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
一个基于struts,tile,jstl的留言本
一个基于struts,tile,jstl的留言本-struts, tile, the voice of the JSTL
- 2023-04-18 02:25:03下载
- 积分:1
-
procedures for the creation of the dynamic link library
本程序创建动态链接库-procedures for the creation of the dynamic link library
- 2022-04-24 23:22:11下载
- 积分:1
-
4 内六角形的单元格
4 内六角形的单元格
- 2023-04-30 03:35:04下载
- 积分:1
-
RMI AU1200 tested in the success of the program Canbus!! Very rare, nor好弄
- 2022-08-09 13:13:58下载
- 积分:1
-
程序来放大和缩小屏幕,左键放大,右键去动物园…
是一个能放大局部图形的程序,点左键是缩小,右键是放大!-Program to Zoomout/Zoomin the screen, left button to zoomin, right button to zoomout.
- 2023-01-21 11:45:04下载
- 积分:1
-
ans1server通讯服务器端
ans1server通讯服务器端-ans1server communications server
- 2022-10-13 09:40:02下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
MultiViewDemo
静态窗口分割
- 2022-06-20 15:13:10下载
- 积分:1
-
双密度2D小波工具箱 里面有源码 可以帮助理解
双密度2D小波工具箱 里面有源码 可以帮助理解-This is very good toolkit
- 2022-03-25 10:38:20下载
- 积分:1