摘要: #region 检测USB插拔 public const int WM_DEVICECHANGE = 0x219; public const int DBT_DEVICEARRIVAL = 0x8000; public const int DBT_CONFIGCHANGECANCELED = 0x0 阅读全文
posted @ 2023-06-15 21:30 baivfhpwxf 阅读(164) 评论(0) 推荐(0) 编辑
摘要: select datediff(year, 开始日期,结束日期); --两日期间隔年select datediff(quarter, 开始日期,结束日期); --两日期间隔季select datediff(month, 开始日期,结束日期); --两日期间隔月select datediff(day, 阅读全文
posted @ 2023-06-15 15:22 baivfhpwxf 阅读(2695) 评论(0) 推荐(0) 编辑