Firefox (64-bit)

最新版本 Node.js 12.1.0 (64-bit)

Node.js 12.1.0 (64-bit)

Node.js 12.1.0 (64-bit)
Mozilla Firefox 64 位是一個快速,功能全面的免費網頁瀏覽器。 Firefox 包括彈出式窗口攔截,標籤瀏覽,集成的 Google,雅虎和必應搜索,簡化的隱私控制,簡化的瀏覽器窗口,向您顯示比其他任何瀏覽器更多的頁面,以及一些與您一起工作的附加功能你在網上獲得最多的時間。您可以通過點擊免費下載按鈕,從我們的網站下載 Firefox 的 PC 脫機安裝程序.

查看新的 Firefox,這是 Firefox Quantum 的幾個版本中的第一個,讓您能夠比以往更快地獲得所需的東西和所需的東西,隨著一個全新的外觀.



Firefox 量子特點:

2x Faster
瘋狂的強大的瀏覽器引擎?檢查。等待頁面加載的時間更少?另外,檢查。獲取最好的火狐瀏覽器.

30%比 Chrome
輕內存使用意味著更多的空間讓您的電腦保持平穩運行。您的其他程序將感謝您.

光滑瀏覽
無論您打開 10 或 1000,使用 Firefox 新的響應式引擎,標籤之間的切換速度比以往更快.

私人瀏覽
Firefox 在您瀏覽時屏蔽在線追踪器,並且在您“記住”之後不會記住您的歷史記錄; 重做.

跟踪保護
有些廣告隱藏跟踪器,跟踪你在線。無禮。我們知道。這就是為什麼我們強大的工具能夠阻止他們受到冷落.

Faster Page Loading
通過阻止一些阻礙瀏覽的廣告和腳本,網頁加載速度提高了 44%。現在,這是一個雙贏.

Screenshots
簡單的截圖。直接從 Firefox 分享。這意味著不再需要在計算機上搜索神秘的文件名.

Pocket
在工具欄中建立起來,它是最終的“稍後保存”功能。通過任何設備查看您的文章,視頻和網頁.

遊戲& VR
為下一代遊戲設計,Firefox 內置了對 WASM 和 WebVR 的支持。無需額外安裝!

Library
節省時間!查找所有您喜愛的內容,如口袋保存,書籤,瀏覽歷史記錄,截圖和下載在一個點.

Extensions
自定義火狐數以千計的擴展,如 LastPass,uBlock 起源,Evernote 和更多.

Themes
通過 Firefox 來適應你的心情!從我們的主題類別中選擇一個新的外觀或創建自己的.

Toolbar
設置 Firefox 的方式。將功能拖入和拖出工具欄以方便訪問.

同步您的設備
無縫訪問密碼,書籤和更多。此外,使用我們的“發送標籤”功能,可以在桌面,移動設備和平板電腦之間即時共享打開的標籤.

注意:通過 Firefox ESR(Extenderd 支持版本),對 Windows XP 和 Windows Vista 的 Firefox 支持仍然可用。下載適用於 Windows XP 或 Vista 的 Firefox.

也提供:下載適用於 Mac

的 Firefox

ScreenShot

軟體資訊
檔案版本 Node.js 12.1.0 (64-bit)

檔案名稱 node-v12.1.0-x64.msi
檔案大小 16.9 MB
系統 Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Mozilla Organization
官網 https://www.mozilla.org/en-US/firefox/new/
更新日期 2019-04-30
更新日誌

What's new in this version:

Notable changes:
intl:
- Update ICU to 64.2. This adds support for Japanese Era
- Fixes a bug in ICU that affected Node.js 12.0.0 in the case where new Date().toLocaleString() was called with a non-default locale

C++ API:
- Added an overload EmitAsyncDestroy that can be used during garbage collection

Commits:
- benchmark: fix http bench-parser.js
- bootstrap: delay the instantiation of maps in per-context scripts
- build: allow icu download to use other hashes besides md5
- build: disable custom v8 snapshot by default
- crypto: update root certificates
- deps: backport ICU-20575 to fix err/crasher
- deps: backport ICU-20558 to fix Intl crasher
- deps: update ICU to 64.2
- dgram: change 'this' to 'self' for 'isConnected'
- doc: add Node 12 to the first list of versions
- doc: update comment in bootstrap for primordials
- doc: simplify GOVERNANCE.md text
- doc: fix pull request number
- doc: clarify behaviour of writeFile(fd)
- doc: fix v12.0.0 changelog id
- doc: simplify Collaborator pre-nomination text
- lib: throw a special error in internal/assert
- module: initialize module_wrap.callbackMap during pre-execution
- (SEMVER-MINOR) n-api: do not require JS Context for napi_async_destroy()
- process: reduce the number of internal frames in async stack trace
- report: print common items first for readability
- src: refactor deprecated UVException in node_file.cc
- src: move OnMessage to node_errors.cc
- src: use predefined AliasedBuffer types in the code base
- src: apply clang-tidy modernize-deprecated-headers found by Jenkins CI
- (SEMVER-MINOR) src: do not require JS Context for ~AsyncResoure()
- (SEMVER-MINOR) src: add Environment overload of EmitAsyncDestroy
- src: apply clang-tidy rule modernize-use-equals-default
- src: use std::vector<size_t> instead of IndexArray
- src: enable context snapshot after running per-context scripts
- src: enable snapshot with per-isolate data
- src: implement IsolateData serialization and deserialization
- src: allow creating NodeMainInstance that does not own the isolate
- test: refactor net-connect-handle-econnrefused
- test: move test-net-connect-handle-econnrefused
- test: rework to remove flakiness, and be parallel
- test: fix ineffective error tests
- test: make test-worker-esm-missing-main more robust
- test: increase coverage in lib/internal/dns/promises.js
- tls: include invalid method name in thrown error
- tools: update certdata.txt
- tools: update LICENSE and tools/icu/current_ver.dep
- tools: fix use-after-free mkcodecache warning
- tools: update tools/license-builder.sh
- tools: implement node_mksnapshot
- util: add prototype support for boxed primitives
- util: rename setIteratorBraces to getIteratorBraces
- util: improve Symbol.toStringTag handling

Node.js 12.1.0 (64-bit) 相關參考資料
Chocolatey Software | Node JS (Install) 12.1.0

2019年4月29日 — This is not the latest version of Node JS (Install) available. 12.1.0 | Updated: 29 Apr 2019 ... I am using latest windows 10 64 bit. ferventcoder • 3&nbsp;...

https://chocolatey.org

Chocolatey Software | Node JS 12.1.0

2019年4月29日 — Node JS. This is not the latest version of Node JS available. 12.1.0 | Updated: 29 Apr 2019 ... To install Node JS, run the following command from the command line ... Is it possible to ...

https://chocolatey.org

Download | Node.js

macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit. Linux Binaries (ARM) ... Linux on Power LE Systems, 64-bit. Linux on&nbsp;...

https://nodejs.org

Node v12.1.0 (Current) | Node.js

2019年4月29日 — Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v12.1.0/node-v12.1.0-linux-ppc64le.tar.xz. Linux s390x 64-bit Binary:&nbsp;...

https://nodejs.org

Node v12.13.0 (LTS) | Node.js

2019年10月21日 — Linux 64-bit Binary: https://nodejs.org/dist/v12.13.0/node-v12.13.0-linux-x64.tar.xz. Linux PPC LE 64-bit Binary:&nbsp;...

https://nodejs.org

Node v12.16.1 (LTS) | Node.js

2020年2月18日 — Linux 64-bit Binary: https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz. Linux PPC LE 64-bit Binary:&nbsp;...

https://nodejs.org

Node.js 12.1.0 (64-bit) Download for Windows 10, 8, 7

2019年4月30日 — Download Node.js 12.1.0 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Previous Releases | Node.js

Node.js 12.1.0, 2019-04-29, 7.4.288.21, 6.9.0, 72, Downloads Änderungshistorie ... Node.js 10.22.1, Dubnium, 2020-09-15, 6.8.275.32, 6.14.6, 64, Downloads&nbsp;...

https://nodejs.org