【问题标题】:Finding out what folders and files take the most space on a Windows computer?找出哪些文件夹和文件在 Windows 计算机上占用的空间最多?
【发布时间】:2011-08-19 01:10:04
【问题描述】:

1) 有什么好的软件可以让人们(最好是直观地)查看哪些文件夹和文件占用了计算机上最多的空间(与 Windows Vista 兼容)

2) 假设我想自己编写一个这个程序,我可以使用哪些开源工具来开始?

谢谢!

【问题讨论】:

标签: windows memory memory-management operating-system diskspace


【解决方案1】:

1) 你可以试试WinDirStat:http://windirstat.info/

2) 我认为您不需要开源工具,您可以使用 Java 或 .NET 编写它,只需使用这些语言已经提供的内容即可。

【讨论】:

  • 谢谢!...Java 中的哪些关键库会有所帮助?
  • 您可以使用默认的java.io.* 命名空间。或者如果你想要一个库,Apache Commons lib 的 IO 部分可以帮助你,检查FileUtils 类(它有一个sizeOfDirectory 方法)commons.apache.org/io/api-release/index.html
【解决方案2】:

是的,有很多。 For example check out these..

【讨论】:

    【解决方案3】:

    我使用 Sequoia View http://www.snapfiles.com/get/sequoia.html。至于你问题的第二部分,我不知道对不起。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-18
      • 2015-10-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多