随笔分类 - windows
摘要:为什么Windows 7的32位版不能支持4GB以上内存呢? 32位系统的最大寻址空间为2的32次方bytes,计算后即4,294,967,296bytes,也就是我们常说的4096MB,32位系统的寻址空间封顶即为4GB。但是,虽然系统能够识别4096MB,我们还是不能完全使用它,这是因为还有内存
阅读全文
摘要:查看端口信息:netstat -ano eg. netstat -ano|findstr 0.0.0.0:443 根据pid查看进程信息等:wmic process get name,executablepath,processid|findstr eg. wmic process get name
阅读全文
浙公网安备 33010602011771号