You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
haoliang 6e5b296dd4 增加Windows Service原生支持,支持双模式运行和服务安装卸载
- 新增 CncCollectorService : ServiceBase,支持 OnStart/OnStop/OnPause/OnContinue/OnShutdown
- 新增 ProjectInstaller,支持 InstallUtil.exe 安装/卸载
- Program.cs 重构为双模式:控制台模式(--console) + 服务模式(SCM) + 安装(--install) + 卸载(--uninstall)
- csproj 添加 System.ServiceProcess 和 System.Configuration.Install 引用
- install.ps1 升级为 v2.0,支持 installutil/nssm/sc 三种安装方式,配置失败自动重启策略
- uninstall.ps1 升级为 v2.0,三级降级卸载(程序内置→InstallUtil→sc.exe),交互式清理安装目录
2 months ago
database
docs 新增端到端联动测试方案文档 2 months ago
frontend 修复管理后台4个Bug + 改进Ping逻辑 2 months ago
src 增加Windows Service原生支持,支持双模式运行和服务安装卸载 2 months ago
tests 修复管理后台4个Bug + 改进Ping逻辑 2 months ago
.gitignore 新增单元测试+Playwright实际测试(79个单元测试+11个E2E测试全部通过) 2 months ago
AGENTS.md 新增测试规范文档、冒烟测试脚本、AGENTS.md铁律第5/6条 2 months ago
CncDataSystem.sln 新增CncCollector.Tests单元测试项目(58个测试全部通过) 2 months ago
deploy-admin.ps1 IIS部署准备:csproj输出到bin\ + 前端build输出到admin + 修复全部TS类型错误 2 months ago
发那科系统采集示例.txt