抓取文件列表,用于软件更新
超级管理员 发布于:2025-10-28 17:20:13 来源:本站
static class Program { /// <summary> &···...
阅读(61) 赞 (27)
MyRapid
超级管理员 发布于:2025-10-28 17:20:13 来源:本站
static class Program { /// <summary> &···...
阅读(61) 赞 (27)
超级管理员 发布于:2023-07-24 14:51:08 来源:本站
/* --OVER() 在应用关联的开窗函数前确定行集的分区和排序。 也就是说,OVER 子句定义查询结果集内的窗口或用户指定的行集。 然后,开窗函数将计算窗口中每一行的值。 您可以将 OVER&nbs···...
阅读(1079) 赞 (455)
超级管理员 发布于:2023-05-16 09:38:44 来源:本站
--触发器创建在MASTER系统数据库中 USE MASTER GO -- ========================================================================================== -- Author: &nbs···...
阅读(1064) 赞 (480)
超级管理员 发布于:2023-05-16 09:38:15 来源:本站
/// <summary> /// 获取文件的MD5值 /// </summary> /// <param name="path">文件路径</param> /// <returns></returns> public···...
阅读(1129) 赞 (474)
超级管理员 发布于:2023-05-16 09:37:45 来源:本站
using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace Utils { /// <summary>  ···...
阅读(1050) 赞 (473)
超级管理员 发布于:2023-05-16 09:36:19 来源:本站
/*------------------------------NBest 快速开发框架---------------------------- 创建时间:2019-01-24 15:34:10 作者:陈恩点 邮箱:dvmu@163.com 变更记录: 时间 ···...
阅读(1021) 赞 (451)
超级管理员 发布于:2023-05-16 09:34:51 来源:本站
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace&···...
阅读(988) 赞 (460)
超级管理员 发布于:2023-05-16 09:33:43 来源:本站
/*------------------------------NBest 快速开发框架---------------------------- 创建时间:2019-01-24 15:34:10 作者:陈恩点 邮箱:dvmu@163.com 变更记录: 时间 ···...
阅读(963) 赞 (459)
超级管理员 发布于:2023-05-16 09:33:03 来源:本站
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBest.Code { ···...
阅读(997) 赞 (453)