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.
我有一个 java 应用程序,它的缓存是在C:\Users\<User>. 但是当应用程序运行时NT Authority\Network Service,它的缓存是在哪里创建的?
C:\Users\<User>
NT Authority\Network Service
可以在这里找到 %systemroot%\ServiceProfiles\NetworkService
通常 %systemroot% 转换为“C:\Windows”。“systemroot”是 Windows 中的环境变量,根据您的 Windows 操作系统安装位置保存路径“C:\Windows”。
编辑:它完全依赖于应用程序来创建它的缓存。但是大多数开发人员使用用户的主目录来维护应用程序缓存。