摘要:
用C/C++编写的Window服务一例//NTServiceC.cpp
//用C/C++编写的Window服务一例
//安装与反安装批处理.bat
//方法一:
//echo sc delete NTServiceC
//echo sc create NTServiceC binpath= E:\Debug\NTServiceC.exe
//方法二:
//NTServiceC.exe uninstall
//NTServiceC.exe install
//NTServiceC.exe exec
#pragma once
#include <windows.h>
#include 阅读全文
posted @ 2011-11-03 17:17
sqlite例子
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号