-
监控进程并重启
基本原理为: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
-
关于图形图象常用处理算法的讲解
机器大家去敌后完全
关于图形图象常用处理算法的讲解
机器大家去敌后完全-on imagery processing algorithm commonly used on the machine you to the enemy completely
- 2022-02-06 06:35:01下载
- 积分:1
-
C++语言,约瑟夫环实验报告,里面有详细介绍.
C++语言,约瑟夫环实验报告,里面有详细介绍.-C language, Josephus experimental report, which has a detailed briefing.
- 2022-08-07 15:20:30下载
- 积分:1
-
arm disk tool that can flash disk formatting, partitioning
arm磁盘工具,可以格式化flash盘,分区等-arm disk tool that can flash disk formatting, partitioning
- 2022-12-26 10:45:04下载
- 积分:1
-
a simple demo of table.
一个简易的表格,实现一个屏幕如何划分成表格的状态.-a simple demo of table.
- 2022-07-19 20:06:27下载
- 积分:1
-
chapter 1:error handling
chapter 2:unicode
chapter 3:kernel objects
part 2:...
第一章 对程序错误的处理 第2章 UNICODE 第3章 内核对象 第二部分 编程的具体方法 第4章 进程-chapter 1:error handling
chapter 2:unicode
chapter 3:kernel objects
part 2:method of programming
chapter 4:proce
- 2023-08-28 14:15:03下载
- 积分:1
-
按键串口控制电机转速加测速STM32
通过按键控制直流电机的加减速同时通过串口显示当前速度,亦可用串口发送指令来控制电机转速,带有测速显示,使用STM32单片机控制。
- 2022-11-03 17:30:03下载
- 积分:1
-
好用的MCU详细功能、包含内容说明程序员联合开发网
好用的MCU详细功能、包含内容说明程序员联合开发网-English poordfsdfsafdfasdfasdf程序员联合开发网
- 2022-07-18 15:24:26下载
- 积分:1
-
windows下php5.3的memcache安装
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
php5.3 windows memcache
- 2022-07-01 16:52:52下载
- 积分:1
-
此为工程用的物料表的后期的转换程序,前地程序通过写数据到此,它再将之转换为EXCEL文档...
此为工程用的物料表的后期的转换程序,前地程序通过写数据到此,它再将之转换为EXCEL文档-this works for the materials used for table conversion late in the process, before the adoption of procedures to write data to this point, it be further converted to Excel files
- 2023-03-06 22:20:03下载
- 积分:1