LibreOffice (64-bit)

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

Node.js 18.0.0 (64-bit)

Node.js 18.0.0 (64-bit)
LibreOffice 64 位是一個功能強大的辦公套件; 其乾淨的界面和強大的工具讓你釋放你的創造力,提高你的生產力。 LibreOffice 嵌入了幾個應用程序,使其成為最強大的 Free& 文字處理器,Calc,電子表格應用程序,Impress,演示文稿引擎,Draw,我們的繪圖和流程圖應用程序,Base,我們的數據庫和數據庫前端,以及用於編輯數學的數學運算.

您的文檔無論目的如何:信函,碩士論文,小冊子,財務報告,營銷演示文稿,技術圖紙和圖表,都將顯得專業和乾淨。下載 LibreOffice 離線安裝程序安裝程序的 Windows.

LibreOffice 離線安裝 PC 的兼容許多文件格式,如 Microsoft® Word,Excel,PowerPoint 和 Publisher。但 LibreOffice 進一步使您能夠使用現代開放標準,即開放文檔格式(ODF)。除了默認提供的眾多功能之外,LibreOffice 64 位通過其強大的擴展機制可輕鬆擴展.

LibreOffice 為您提供什麼?

Writer 是 LibreOffice 內部的文字處理器。用它來做一切事情,從快速寫信到製作帶有目錄,嵌入式插圖,參考書目和圖表的整本書。即時類型的自動完成,自動格式化和自動拼寫檢查使得困難的任務變得簡單(但是如果您願意的話,很容易禁用).

Calc 馴服你的號碼,並幫助您在衡量備選方案時作出困難的決定。用 Calc 分析你的數據,然後用它來表示你的最終輸出。圖表和分析工具有助於為您的結論帶來透明度。完全集成的幫助系統使輸入複雜公式的工作變得更簡單。從外部數據庫(如 SQL 或 Oracle)添加數據,然後對它們進行分類和過濾以生成統計分析。

Impress 是創建有效的多媒體演示的最快最容易的方法。令人驚嘆的動畫和聳人聽聞的特效幫助你說服觀眾。創建看起來比您在工作中常見的標準演示更專業的演示。通過創建一些不同的東西來獲得你的同事和老闆的注意力.

Draw 讓你從頭開始建立圖表和草圖。一張圖片勝過千言萬語,那麼為什麼不用一個簡單的方框圖和線圖來嘗試一下呢?否則,走得更遠,輕鬆建立動態 3D 插圖和特效。它就像你想要的那樣簡單或者功能強大.

Base 是 LibreOffice 套件的數據庫前端。借助 Base,您可以將現有的數據庫結構無縫地集成到 LibreOffice 的其他組件中,或創建一個接口來將數據作為獨立應用程序使用和管理。您可以使用從 MySQL,PostgreSQL 或 Microsoft Access 以及其他許多數據源導入和鏈接的表和查詢,或者使用 Base 設計您自己的數據源。下載 LibreOffice Windows Installer 安裝程序.

Math 是一個簡單的公式編輯器,可讓您以標準書面符號快速佈局和顯示數學,化學,電子或科學方程式。正確顯示即使是最複雜的計算也是可以理解的。 E = mc2.

注意:需要 Java 運行時環境。安裝過程需要管理員權限.

也可用:下載 LibreOffice for Mac

ScreenShot

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

檔案名稱 node-v18.0.0-x64.msi
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Document Foundation
官網 http://www.libreoffice.org/
更新日期 2022-04-20
更新日誌

What's new in this version:

- Node.js 18 is here! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module.
- Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line. As per the release schedule, Node.js 18 will be the ‘Current’ release for the next 6 months and then promoted to Long-term Support (LTS) in October 2022. Once promoted to long-term support the release will be designated the codename ‘Hydrogen’. Node.js 18 will be supported until April 2025.

Notable Changes:
Deprecations and Removals:
- (SEMVER-MAJOR) fs: runtime deprecate string coercion in fs.write, fs.writeFileSync
- (SEMVER-MAJOR) dns: remove dns.lookup and dnsPromises.lookup options type coercion
- (SEMVER-MAJOR) process: runtime deprecate multipleResolves
- (SEMVER-MAJOR) stream: remove thenable support
- (SEMVER-MAJOR) tls: move tls.parseCertString to end-of-life

fetch (experimental):
- An experimental fetch API is available on the global scope by default. The implementation is based upon undici, an HTTP/1.1 client written for Node.js by contributors to the project.
- Through this addition, the following globals are made available: fetch, FormData, Headers, Request, Response
- Disable this API with the --no-experimental-fetch command-line flag

HTTP Timeouts:
- server.headersTimeout which limits the amount of time the parser will wait to receive the complete HTTP headers is now set to 60000 (60 seconds) by default.
- server.requestTimeout which sets the timeout value in milliseconds for receiving the entire request from the client is now set to 300000 (5 minutes) by default.
- If these timeouts expire, the server responds with status 408 without forwarding the request to the request listener and then closes the connection.
- Both timeouts must be set to a non-zero value to protect against potential Denial-of-Service attacks in case the server is deployed without a reverse proxy in front.

Test Runner module (experimental):
The node:test module facilitates the creation of JavaScript tests that report results in TAP format. To access it:
- import test from 'node:test';
- This module is only available under the node: scheme

Toolchain and Compiler Upgrades:
- Prebuilt binaries for Linux are now built on Red Hat Enterprise Linux (RHEL) 8 and are compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, Ubuntu 20.04.
- Prebuilt binaries for macOS now require macOS 10.15 or later
- For AIX the minimum supported architecture has been raised from Power 7 to Power 8
- Prebuilt binaries for 32-bit Windows will initially not be available due to issues building the V8 dependency in Node.js. We hope to restore 32-bit Windows binaries for Node.js 18 with a future V8 update.
- Node.js does not support running on operating systems that are no longer supported by their vendor. For operating systems where their vendor has planned to end support earlier than April 2025, such as Windows 8.1 (January 2023) and Windows Server 2012 R2 (October 2023), support for Node.js 18 will end at the earlier date.
- Full details about the supported toolchains and compilers are documented in the Node.js BUILDING.md file

V8 10.1:
The V8 engine is updated to version 10.1, which is part of Chromium 101. Compared to the version included in Node.js 17.9.0, the following new features are included:
- The findLast and findLastIndex array methods
- Improvements to the Intl.Locale API
- The Intl.supportedValuesOf function
- Improved performance of class fields and private class methods (the initialization of them is now as fast as ordinary property stores)
- The data format returned by the serialization API (v8.serialize(value)) has changed, and cannot be deserialized by earlier versions of Node.js. On the other hand, it is still possible to deserialize the previous format, as the API is backwards-compatible.

Web Streams API (experimental):
- Node.js now exposes the experimental implementation of the Web Streams API on the global scope. This means the following APIs are now globally available:
- ReadableStream, ReadableStreamDefaultReader, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableByteStreamController, ReadableStreamDefaultController, TransformStream, TransformStreamDefaultController, WritableStream, WritableStreamDefaultWriter, WritableStreamDefaultController, ByteLengthQueuingStrategy, CountQueuingStrategy, TextEncoderStream, TextDecoderStream, CompressionStream, DecompressionStream.

Other Notable Changes:
- (SEMVER-MAJOR) buffer: expose Blob as a global
- (SEMVER-MAJOR) child_process: improve argument validation
- doc: add RafaelGSS to collaborators
- (SEMVER-MAJOR) http: make TCP noDelay enabled by default
- (SEMVER-MAJOR) net: make server.address() return an integer for family
- (SEMVER-MAJOR) worker: expose BroadcastChannel as a global
- (SEMVER-MAJOR) worker: graduate BroadcastChannel to supported

Node.js 18.0.0 (64-bit) 相關參考資料
Downloading Node.js 18.0.0 (64-bit) from FileHorse.com

Is a JavaScript runtime built on Chrome`s V8 JavaScript engine · Node.js 18.0.0 (64-bit) · Key details about this download.

https://www.filehorse.com

https:nodejs.orgdistv18.0.0node-v18.0.0-linux...

沒有這個頁面的資訊。

https://nodejs.org

Node v18.0.0 (Current)

2022年4月19日 — Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine ... Windows 64-bit Installer: https://nodejs.org/dist/v18.0.0/node-v18 ...

https://nodejs.org

Node v18.18.0 (LTS)

2023年9月18日 — Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine ... ARMv8 64-bit Binary: https://nodejs.org/dist/v18.18.0/node-v18.18.0 ...

https://nodejs.org

node-v14.18.0-x64.msi

沒有這個頁面的資訊。

https://nodejs.org

node-v18.18.0-x64.msi

沒有這個頁面的資訊。

https://nodejs.org

node-win-x64

8 天前 — Latest version: 21.6.2, last published: 5 days ago. Start using node-win-x64 in your project by running `npm i node-win-x64 ... 18.0.0. 94. 2 ...

https://www.npmjs.com

Node.js 18.0.0 (64-bit) Download

2022年4月20日 — Download Node.js 18.0.0 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.

https://www.filehorse.com

Node.js — Download

Latest LTS Version: 20.11.1 (includes npm 10.2.4). Download the Node.js source code or a pre-built installer for your platform, and start developing today.

https://nodejs.org