核心代码是自动打卡系统功能,使用的实现方式是window服务。 在NeusoftSign是对应的控制台版本。 欢迎一起讨论交流。
sc.exe create "SmartSign2" binpath="D:\vs2022\Project\WorkerService1\bin\Release\net6.0\WorkerService1.exe"
sc.exe failure "SmartSign2" reset=0 actions=restart/60000/restart/60000/run/1000
sc qfailure "SmartSign2"
sc.exe start "SmartSign2"