问题标签 [disk-access]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1954 浏览

linux - Use awk to display devices with disk usage above 10%, and print the column headings as well

The below command displays devices with file system usage above 10%. However it is not displaying the column headings. This is the command I use:


I want output like this

0 投票
1 回答
81 浏览

actionscript-3 - as3,gamedev,文件访问,解压很慢

说明
~~~~~~~~~~~
我有大约 100 个文件,代表大约 450 个月来加载游戏。我没有解析任何东西,只是加载原始数据(ByteArray)。

问题
~~~~~~~
在桌面上使用文件,加载所有资源需要46秒。

我在想 100 文件访问可能是问题的原因。所以我尝试使用一个独特的存档,并使用 Fzip 解压缩它,这样可以减少 100 个文件访问一个。加载整个档案需要 61 秒,多 15 秒。(正常解压需要4.7秒,不知道FZIP需要多少时间和资源,我还没查源码)

在配备 SSD 硬盘的桌面环境中,我发现这段时间出奇的长。你可以想象它在移动设备上的速度要慢 10 倍,这对用户体验来说是一个真正的问题。

问题:
~~~~~~~~~
Flash有某种磁盘访问速度限制吗?
有没有其他方法可以解决我的问题?

0 投票
2 回答
922 浏览

java - 如何在 JProgressBar 中显示 CPU 和磁盘使用情况?

我想在两个单独JProgressBar的 s 中显示当前的杯子使用情况和磁盘使用情况。而且它应该逐秒更新。如何使用java来做到这一点?我对java编程很陌生,所以请给我一些代码示例。

提前致谢。

0 投票
2 回答
2827 浏览

python - How to intentionally slow down a python script so I can have it running forever in the background while I work?

So basically I have a list of 300 values and different averages associated with each one.

I have a for-loop that generates a list of ten of these values at random, and writes it to excel if certain conditions are met based on their averages.

The code runs fine if I loop through 10 million times or less, but that is orders of magnitudes too small. Even if I just double the for loop counter to 20 million my computer becomes unusable while it is running.

I want to iterate the loop 100 million or 1 billion times even. I want it to run slowly in the background, I don't care if it takes 24 hours to get to the results. I just want to use my computer while it's working. Currently, if the for loop goes past 10 million the memory and disk usage of my laptop go to 99%.

Using pyScripter and python 3.3

Comp specs: Intel Core i7 4700HQ (2.40GHz) 8GB Memory 1TB HDD NVIDIA GeForce GTX 850M 2GB GDDR3

Code snippet:

0 投票
2 回答
2342 浏览

powershell - 使用powershell查找磁盘上的目录空间

我想知道我的不同子目录的大小,所以我按照获取目录大小 powershell在 powershell 中显示目录结构以及在 SO 和其他地方的一些其他内容的指示进行操作。这些功能运行良好,除了我想知道一些部分同步的文件夹在磁盘中占用的空间(例如,我在 Skydrive 中有一个文件夹,其中只有一些子文件夹在线可用)。当我调用任一函数时,它们会报告文件夹的大小,就好像它在 disk 中一样,而不是实际的磁盘使用情况。size如果我右键单击该文件夹并检查其属性,我可以清楚地看到和之间存在差异size in disk

我尝试过Sort-Object -Property SizeSort-Object -Property Length切换到任一函数(主要基于Get-ChildItem函数),但它们都返回大小而不是磁盘中的大小。

我想有一个简单的开关可以让它只考虑实际的磁盘使用情况,而不是总大小,但我完全不知道如何实现它。任何线索都非常感谢!

谢谢,

0 投票
2 回答
176 浏览

android - Android 开发 - 严格模式问题

我在使用 StrictMode 时遇到问题,我有以下 AsyncTask

它抛出一个 StrictMode 错误(似乎没有使程序崩溃,但我不喜欢它弹出)

我的理解是,如果您将某些内容放入异步任务中,则它符合 StrictMode 的要求。但在这种情况下,我似乎错了。有人可以告诉我我做错了什么吗?

编辑

这是我按要求调用异步任务的方式

这是从我的缓存类中调用的,它是这样创建的

从我的主线程中。

0 投票
1 回答
952 浏览

elasticsearch - 在 ElasticSearch 中删除文档后如何释放未使用的空间?

在 ElasticSearch 中删除记录时,听说磁盘空间没有释放。那么如果我只想在一个类型中保持滚动三个月的文档,我如何确保磁盘空间被重用?

0 投票
2 回答
207 浏览

postgresql - 具有空值 XML 字段的表会占用一些空间?多少?

是否有“官方基准”或简单的经验法则来决定空间或性能何时会受到影响?


我的表有许多简单的索引字段,

而且它是一种“稀疏内容”,很多xcontent值都会是 NULL... 那么,这些 XML NULL 会消耗一些磁盘空间吗?


笔记

我可以正常化,t现在的表格将是nt

那么,我需要这种复杂性吗?这个新的表排列将消耗更少的磁盘空间。指某东西的用途

那么,理论上,Q1A vs Q1B vs Q1C 的所有表现都会一样吗?
Q2A 与 Q2B?

0 投票
7 回答
30144 浏览

android - Android Studio 缓慢的 gradle 构建和高磁盘使用率的任何解决方案?

我的 4GB RAM、Intel Core i5 系统因 Android Studio 的磁盘和 RAM 使用率高而崩溃(我可以在任务管理器中看到它,没有其他东西在使用 RAM 和磁盘)。对于一个简单的项目,gradle 构建大约需要 10-15 分钟。

有什么解决办法吗?

0 投票
1 回答
299 浏览

linux - 磁盘使用情况 - du 显示不同的结果

我对du命令感到困惑,因为它为文件提供了不同的结果。

磁盘使用摘要返回无效结果(-s给出4-b给出65),其中字节(-b)返回与ll结果相同。

从上面看,正确的大小是/admin dir 35M114M

我应该拿哪一个?

注意:我正在一台没有 UI 的 linux 机器上工作。我为什么要寻找这个是,我编写了一个脚本来进行备份。我应该根据大小限制 4GB 拆分文件夹和文件。我应该算哪一个。因为差异很大!