C#获取时间戳的几种方式
摘要:Console.WriteLine(Convert.ToDouble(DateTime.UtcNow.Ticks - 621355968000000000) / (10 * 1000 * 1000)); TimeSpan ts1 = DateTime.UtcNow - new DateTime(19
阅读全文
posted @
2020-02-25 22:47
项希盛
阅读(13759)
推荐(0) 编辑
修正域名正则
摘要:编辑文件 /usr/local/CyberCP/websiteFunctions/website.py 跳到第183行 原正则 ^[a-zA-Z0-9]*[a-zA-Z0-9-]{0,61}[a-zA-Z0-9](?:\.[a-zA-Z]{2,})+$ 修改为 ^[a-zA-Z0-9][a-zA-Z
阅读全文
posted @
2020-02-25 17:14
项希盛
阅读(266)
推荐(0) 编辑