DaemonService/README.md
筱傑 cc1dad74dd Add Runtime images
Update README.md
Delete redundant files
2019-06-17 22:29:09 +08:00

37 lines
579 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DaemonService
使用**Qt 5.6**编译 数据库使用**SQLite**
原理是操作**windows本地安全策略**
运行截图:
![](images/DeamonService.png)
#### 文件结构:
- 数据库操作类
- dal.cpp
- dal.h
- 策略组操作类
- ipsechelper.cpp
- ipsechelper.h
- 工作者线程类
- worker.cpp
- worker.h
- 日志类
- log.cpp
- log.h
- md5计算类未使用
- md5.cpp
- md5.h
- 连接池、线程分配、服务主类
- daemonservice.cpp
- daemonservice.h
- 守护服务初始化脚本
- DaemonServiceInitializer.bat
- Qt项目文件
- DaemonService.pro
- 资源文件
- res.qrc
- uac.rc
- 图标文件
- Daemon.ico