运行 MacOS 的 Mac 电脑提供了一种被 Apple 称为“安全睡眠”的功能:
“每次 Mac 进入睡眠状态时,计算机的当前状态都会保存到驱动器中,包括所有打开的应用程序和文档。......如果在计算机处于‘安全睡眠’状态时电池耗尽或更换,下一个开机时,不会重新启动,而是从sleepimage文件中加载计算机以前的状态。” (资源。)
如何在 Windows PC 上启用“安全睡眠”?
运行 MacOS 的 Mac 电脑提供了一种被 Apple 称为“安全睡眠”的功能:
“每次 Mac 进入睡眠状态时,计算机的当前状态都会保存到驱动器中,包括所有打开的应用程序和文档。......如果在计算机处于‘安全睡眠’状态时电池耗尽或更换,下一个开机时,不会重新启动,而是从sleepimage文件中加载计算机以前的状态。” (资源。)
如何在 Windows PC 上启用“安全睡眠”?
我已经关注了几篇关于如何创建可以稍后在相同或不同系统上重新加入的跨区文件的帖子。但是,我从未见过有关如何以跨平台工作的方式执行此操作的帖子。
我的要求是支持最流行的基于 posix 的操作系统(例如,Linux、FreeBSD 和 Cygwin 或 Windows 上的 WSL)。它不需要支持 Windows 操作系统本身。
它必须能够处理超过 100GB 的巨大目录,以最少的中间磁盘使用量保持高效,并且输出跨越 256MB 文件以使rsync文件易于管理。并且使用的库必须通过标准主流软件包在各种操作系统上随时可用。
主要用例是有一个脚本来压缩大型虚拟机,以便最终在单独的作业中通过线路传输到远程备份。
[我在 Windows 10 上——Linux Mint Terra 工作正常:)]
当我尝试创建一个 cordova 项目时,出现以下错误:
C:\Users\user\EvothingsStudio\MyApps>cordova create DemoProject com.evothings.demoapp DemoApp
[同样的错误cordova create project
]
C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\execa\index.js:347
throw err;
^
Error: Command failed: wmic os get Caption
Der Befehl "wmic" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
at makeError (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\execa\index.js:174:9)
at Function.module.exports.sync (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\execa\index.js:338:15)
at windowsRelease (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\windows-release\index.js:34:24)
at osName (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\os-name\index.js:39:18)
at new Insight (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\node_modules\insight\lib\index.js:37:13)
at Object.<anonymous> (C:\Users\user\AppData\Roaming\npm\node_modules\cordova\src\telemetry.js:26:15)
at Module._compile (internal/modules/cjs/loader.js:759:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
at Module.load (internal/modules/cjs/loader.js:628:32)
at Function.Module._load (internal/modules/cjs/loader.js:555:12)
希望任何人都知道如何解决这个问题(在 Windows 上使用 Evothings Studio 2.2.1 创建应用程序工作正常,是的,我使用具有管理员权限的命令 promopt :))
谢谢!