摘要: using System;using System.Threading.Tasks; class Program{ private static int yourParameter = 0; static async Task Main() { while (true) { // 等待5分钟 awa 阅读全文
posted @ 2023-11-18 11:17 爱吃糖的宝宝 阅读(10) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 查询项目列表 /// </summary> /// <param name="userModel"></param> /// <returns></returns> public async Task<List<GetProjectListOutput>> Get 阅读全文
posted @ 2023-11-14 14:29 爱吃糖的宝宝 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 第一步下载nssm工具,下载地址: http://nssm.cc/release/nssm-2.24.zip 解压后,文件里面有32位和64位: 电脑系统是64位的,就打开64文件夹进入到nssm的目录,地址栏输入cmd 回车执行 3、执行服务安装,运行命令,打开了程序界面 复制 nssm inst 阅读全文
posted @ 2023-10-26 11:49 爱吃糖的宝宝 阅读(169) 评论(0) 推荐(0) 编辑