Node.js 13.5.0 (64-bit) 軟體資訊介紹&下載

Acronis True Image,軟體教學,軟體下載,電腦問題,電腦教學
Acronis True Image 保護您的文件,圖片,視頻,操作系統,應用程序,設置和首選項。如果您的 PC 或 Mac 丟失,被盜或損壞,您可以輕鬆快速地將整個計算機恢復到之前確切的狀態到相同或不同的硬件。您還可以只恢復所需的文件和文件夾。現在為 Windows 10 和最新的 OS X 版本優化了現在的行業最快速的備份和恢復,節省時間和沮喪。

使用克隆和映像來複製您的系統,捕獲您的所有數據以進行磁盤遷移或系統恢復。備份到一個本地驅動器和雲的雙重保護總是有現場和非現場副本可用。快速恢復您的整個系統或一個特定的文件放心,知道備份是一樣好的原始.



Acronis True Image 功能:

完整的磁盤,圖像備份
備份整個計算機,包括您的操作系統,應用程序和數據,而不僅僅是文件和文件夾外部硬盤或 NAS。 Acronis True Image 免費下載 Windows PC 的最新版本。它是 True Image 的完全離線設置安裝程序。

Universal Restore
Restore 備份數據,包括您的操作系統,應用程序和所有數據到您現有的計算機或完全獨立的硬件,或根據需要恢復特定的數據.

行業的最快的備份和 Recovery
速度比競爭對手高出 50% - 節省時間和沮喪與業界最快的備份和恢復。
 
安全和隱私
保證您的數據是安全的 256 位加密和私人,用戶定義的 key.

快速,簡單 recovery
讓您的電腦回到原來的位置。從雲端或本地存儲快速恢復,無需手動重新安裝操作系統,也無需使用任何其他工具.
 
靈活的文件恢復功能
只選擇要恢復的文件或文件夾,無需恢復整個系統.

保留方案和高級備份
保存最多 10 個系統狀態的歷史記錄,隨時回滾到不同的時間點。僅捕獲初始映像備份後所做的更改,並節省時間和存儲空間.
 
經過驗證的備份技術
數以百萬計的全球企業和消費者信任 Acronis AnyData Engine— 最先進的備份技術.

注意:30 天試用版。有限的功能.

也可用:下載 Acronis True Image 為 Mac

Acronis True Image Screenshot 1
Acronis True Image Screenshot 2
Acronis True Image Screenshot 3
Acronis True Image Screenshot 4
Acronis True Image Screenshot 5

Node.js 13.5.0 (64-bit)

node-v13.5.0-x64.msi

28.39 MB

Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64

未分類

Acronis International GmbH

http://www.acronis.com/en-us/personal/computer-backup/

2019-12-18

What's new in this version:

Notable Changes:
cli:
- add --trace-exit cli option (legendecas)

http,https:
- increase server headers timeout

readline:
- update ansi-regex
- promote _getCursorPos to public api

repl:
- add completion preview

util:
- add Set and map size to inspect output

wasi:
- require CLI flag to require() wasi module

Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module

Acronis True Image 相關參考資料