-
监控进程并重启
基本原理为: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
-
super market
1) 在线
- 2023-01-31 10:45:03下载
- 积分:1
-
用六种方法进行排序操作,分别为希尔排序,锦标赛排序,快速排序,堆排序,归并排序,基数排序...
用六种方法进行排序操作,分别为希尔排序,锦标赛排序,快速排序,堆排序,归并排序,基数排序-Method using five kinds of sorting operations
- 2022-05-16 17:01:49下载
- 积分:1
-
WinCE的初步教程开发,开发方式的基本介绍…
WINCE开发初步教程,介绍基本开发方法和手段fdsfdsfd,驱动开发-WINCE development of the initial tutorial, basic introduction to develop ways and means fdsfdsfd, Driven Development
- 2022-10-16 11:55:03下载
- 积分:1
-
很好的程序 很好的程序 很好的程序 很好的程序
很好的程序 很好的程序 很好的程序 很好的程序-henghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxu
- 2022-01-25 16:10:49下载
- 积分:1
-
一个可以运行DOS程序(正确的说法应该是Windows下的控制台程序)并且捕捉程序输出的源程序...
一个可以运行DOS程序(正确的说法应该是Windows下的控制台程序)并且捕捉程序输出的源程序-one can run DOS (The correct statement should be Windows console procedures) and procedures for capturing output of the source
- 2022-06-28 01:21:41下载
- 积分:1
-
VC++访问和修改系统注册表。 很不错哦
VC++访问和修改系统注册表。 很不错哦-VC access and modify the system registry. Oh, very good
- 2023-03-19 12:10:04下载
- 积分:1
-
c c++的基本算法及数据结构的实例内容
c c++的基本算法及数据结构的实例内容-c c++ the basic algorithm and data structure example of the contents of
- 2022-08-31 11:25:03下载
- 积分:1
-
Intruction: Administrator, worker in library and readers can log in this system...
本系统可以被管理员、图书馆工作人员、和读者三种身份的人员通过帐号和密码以不同身份登陆到本系统,并实现各自的功能操作。-Intruction: Administrator, worker in library and readers can log in this system according to the user name and password respectly,then do some operations granted.
- 2023-01-02 11:00:13下载
- 积分:1
-
英文字符识别程序,可以快速识别英文字符
英文字符识别程序,可以快速识别英文字符-English characters identification procedures can quickly identify English characters
- 2022-08-12 06:39:24下载
- 积分:1