小编Avi*_*Avi的帖子

具有大 RAM 和 SSD 的 Windows 页面文件大小

我刚刚将我的 Windows 7 机器从 12GB 的 RAM 升级到 24GB - 既是为了运行更多的虚拟机,也是为了未来的验证。

我的 C 盘是 129GB 格式化大小的 SSD。

我惊讶地发现 SSD 只有 68GB 可用空间(我的大部分文件都在 D: 到 G: 上)。经过研究,我发现我宝贵的 C: SSD 中有 24GB 被根目录中的虚拟内存页面文件占用。

当我有 24GB 或 RAM 时,我是否需要如此大量的虚拟内存?我买了这个大小的内存,所以我不必去磁盘。

memory windows ssd pagefile

60
推荐指数
2
解决办法
8万
查看次数

将 Microsoft Word 2010 的所有行保持在同一页面上

这太令人沮丧了。我知道怎么做(选择行并单击“继续下一步”),但它不再起作用。

如果当前页面没有剩余空间,如何将所有行保持在同一页面上,从而使表格移动到下一页?

microsoft-word microsoft-word-2010

10
推荐指数
1
解决办法
2万
查看次数

Word 2010 拼写检查器因 Camel Case 问题而卡住

这让我抓狂。我正在使用 Word 来总结我学习的书籍。现在,对于诸如

BindingOperations.ClearBinding

它首先抱怨为什么我没有“绑定操作”。那为什么我没有“清除绑定”。最后,即使我将“BindingOperations”和“ClearBinding”添加到字典中,它也会抱怨 aobut BindingOperations.ClearBinding!

我的问题是:当Word1、Word2、CorrectWord1 和 CorrectWord2 的拼写正确时,如何配置 Word 的拼写检查器以接受 Word1Word2 和 CorrectWord1.CorrectWord2?

编辑:我很不好意思地说我已经解决了这个问题。我只是在“Frame-Position”中使用了破折号,而不是 FramePosition。

编辑:这是解决此问题的单词宏的骨架:

F8  twice (to select the word)
<control u> (to underline)
F8  twice (to extend selection to more than one word, because of a bug in Word 
    where replacing when just one word is selected replaces all across the document,
    not just across the selection )
<contrl h> (to replace)
([a-z])([A-Z])
<Alt i> (go get to the "Replace with" text …
Run Code Online (Sandbox Code Playgroud)

spell-check microsoft-word microsoft-word-2010

5
推荐指数
1
解决办法
1749
查看次数