摘要: FreeSql.Internal.Utils.TypeHandlers.TryAdd(typeof(DateTime), new DateTimeTypeHandler()); class DateTimeTypeHandler : TypeHandler<DateTime>{ public ove 阅读全文
posted @ 2024-10-16 16:00 China Soft 阅读(25) 评论(0) 推荐(0)
摘要: https://blog.sciencenet.cn/home.php?mod=space&uid=290274&do=blog&id=280194 1. Linux Kernel 2.6.21 开始支持 Tickless(此前的内核默认设置为 1000Hz timer tick),于是系统空闲时不 阅读全文
posted @ 2024-10-16 12:24 China Soft 阅读(396) 评论(0) 推荐(0)
摘要: Linux 和 Windows 在处理系统休眠或睡眠状态的方式上存在差异,这主要取决于各自的设计理念以及对系统性能和功耗的考虑。 ### Linux 对休眠或睡眠的处理 Linux 内核支持多种节能模式,包括但不限于: - **休眠(Suspend to Disk)**:系统保存当前状态到硬盘,然后 阅读全文
posted @ 2024-10-16 12:22 China Soft 阅读(203) 评论(0) 推荐(0)