Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 2 GiB RAM 的按需分页 8192 字节的系统。如果一个正在运行的程序在其生命周期内总共访问了 280,000 个不同的虚拟内存页面。有没有办法只用这个信息找到下限,如果是,那怎么办?
提前致谢!
编辑4:
我不知道为什么,但是我在下面使用的结构不起作用。我不得不修改我在 java2s 网站上找到的一个文件,它叫做 TableFromDatabase,然后将 JTextFields 设为公共静态,然后在 FrmMovimento 等中实例化 TableFromDatabase 类:
TableFromDa