
算法
文章平均质量分 73
超级大neo
这个作者很懒,什么都没留下…
展开
-
解决Explorer.exe频繁占用大量的CPU和内存资源
自从升级到了1809后,我注意到了一个问题,我的Explorer.exe频繁占用大量的CPU和内存资源。其并不是一个显示错误,而是会真的影响游戏性能。(8700+8G)一开始我以为这个问题是因为更新了1809版本所导致的,前脚我才刚刚骂完垃圾微软又搞了什么bug出来,后脚我就回退了1803,结果在安装完一些必须的驱动之后这个问题居然又复现了。通过中英文查阅了大量的资料,都没有找到一些有效的解决办法,一度让我打游戏时候只能用taskkill /IM explorer.exe /F 来强行砍掉它的.转载 2021-04-14 16:05:20 · 33912 阅读 · 7 评论 -
Problem 1:Find the sum of all the multiples of 3 or 5 below 1000.
Problem 1: Multiples of 3 and 5If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the sum of all the multiples of 3 or原创 2017-07-09 18:16:15 · 2090 阅读 · 1 评论