Java Development Kit (64-bit)

最新版本 Electron 15.0.0 (64-bit)

Electron 15.0.0 (64-bit)

Electron 15.0.0 (64-bit)
Java Development Kit 64 位(也稱為 JDK)包含編譯,調試和運行使用 Java 編程語言編寫的小應用程序和應用程序所需的軟件和工具。 JDK 的主要組件是一組編程工具,包括 javac,jar 和 archiver,它們把相關的類庫打包成一個 JAR 文件。這個工具還有助於管理 JAR 文件,javadoc - 文檔生成器,它自動從源代碼註釋生成文檔,jdb - 調試器,jps - 進程狀態工具,顯示當前 Java 進程的進程信息,javap - 類文件反彙編程序,以及其他很多組件。

JDK 64 位還附帶了一個完整的 Java 運行時環境,通常稱為私有運行時。它由 Java 虛擬機和生產環境中存在的所有類庫以及僅對開發人員有用的附加庫(例如國際化庫和 IDL 庫)組成。下載 Java 開發工具包離線安裝程序安裝 64bit for Windows

JDK 內容:

開發工具
(在 bin / 子目錄中)將幫助您開發,執行,調試和編寫用 JavaTM 編程語言編寫的程序的工具和實用程序。

Runtime Environment
(在 jre / 子目錄中)供 JDK 使用的 Java 運行時環境(JRE)的實現。 JRE 包括一個 Java 虛擬機(JVM),類庫和其他支持執行用 Java 編程語言編寫的程序的文件.

附加庫
(在 lib / 子目錄中)開發工具需要的附加類庫和支持文件.

Demo 小應用程序和應用程序
(在演示 / 子目錄中)Java 平台編程的示例,包括源代碼。這些包括使用 Swing 和其他 Java 基礎類的示例,以及 Java 平台調試器體系結構.

示例代碼
(在示例子目錄中)帶有源代碼的樣本,用於某些 Java API 的編程。

C 頭文件
(在 include / 子目錄中)支持使用 Java 本地接口,JVM 工具接口和 Java 平台的其他功能進行本地代碼編程的頭文件。下載 Java 開發工具包離線安裝程序安裝程序 64bit for Windows

源代碼
(在 src.zip 中)構成 Java 核心 API 的所有類的 Java 編程語言源文件(即 java。*,javax。* 和某些 org 的源文件。* 包,但不包括 com.sun。* 包)。此源代碼僅供參考,旨在幫助開發人員學習和使用 Java 編程語言。這些文件不包括平台特定的實現代碼,不能用於重建類庫。要提取這些文件,請使用任何常用的 zip 實用程序。或者,您可以在 JDK 的 bin / 目錄中使用 Jar 實用程序:jar xvf src.zip.

也可以:下載適用於 Mac

的 Java Development Kit

ScreenShot

軟體資訊
檔案版本 Electron 15.0.0 (64-bit)

檔案名稱 electron-v15.0.0-win32-x64.zip
檔案大小
系統 Windows Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Oracle
官網 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
更新日期 2021-09-22
更新日誌

What's new in this version:

Breaking Changes:
- nativeWindowOpen: true is now the default

Features:
Additions:
- 'dom-ready' event to WebFrameMain which emits when the frame's document is ready
- 'frame-created' event to WebContents which emits when a frame is created in the page
- <webview>.sendToFrame() / frameId to 'ipc-message' event
- <webview> 'did-redirect-navigation' event
- app.configureHostResolver API for configuring DNS-over-HTTPS
- location and modifiers to the event properties provided in the 'before-input-event' WebContents event
- safeStorage string encryption API
- signal option to dialog.showMessageBox
- webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module
- experimental cookie encryption support behind an Electron Fuse
- fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps
- missing resourceType conversions for webRequest listener details: font, ping, cspReport, media, webSocket
- new MenuItem.userAccelerator property to read user-assigned macOS accelerator overrides
- new app.runningUnderARM64Translation property to detect when running under Rosetta on Apple Silicon, or WOW on Windows for ARM
- new imageAnimationPolicy web preference to control how images are animated
- resize edge info to BrowserWindow's will-resize event
- support for Windows Control Overlay on Windows
- support for Windows Control Overlay on macOS
- support for debug URLs such as chrome://gpucrash
- support for directing Chromium logging to a file with --log-file=.../path/to/file.log. Also, it's now possible to enable logging from JavaScript by appending command-line switches during the first JS tick
- support for sending Blobs over the context bridge

Improvements:
Extended continue-activity event API to support webpageURL property from NSUserActivity

Fixed:
Fixed a crash when selecting and opening files in a native file dialog on Mac
Fixed a crash when selecting files in a native file dialog on Windows and Linux
Fixed an issue where GDK_BACKEND was being propagated to subprocesses on Linux
Fixed potential crash when programmatically closing a draggable frameless child window
Fixed typescript export definitions such that not-exported values are not declared in the exports interface
Installing the electron package on an M1 macbook while using an x64 version of node will now automatically download the arm64 version of Electron instead of the x64 version
Electron Fuses are now in a consistent order across platforms
Fixed an issue where fs.promises.readFile would improperly error when passing a FileHandle to the path argument
Fixed BrowserWindow's backgroundColor option not having an effect
Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners
Fixed documentEdited status not updating close button for frameless window on macOS
Fixed requestFullscreen inside webview does not make the element take fullscreen
Fixed select-bluetooth-device firing on Windows
Fixed a crash in the repl when SharedArrayBuffer is disabled
Fixed a crash when process.exit is called and nativeWindowOpen is enabled
Fixed a crash when calling the webContents.on('login') callback synchronously
Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false
Fixed a potential crash that would occur with draggable regions on Windows
Fixed a potential crash when calling app.quit() on macOS
Fixed a potential crash when setting vibrancy on macOS
Fixed an issue on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs
Fixed an issue on Windows where empty console windows were appearing when --enable-logging was present
Fixed an issue present in webView where the leave-html-full-screen event is not emitted if the user exits fullscreen with esc instead of by clicking into the webView
Fixed an issue where BrowserWindows would not properly honor transparency: true or a backgroundColor being set in their constructor options
Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory
Fixed an issue where BrowserView webContents would appear not to load in some circumstances
Fixed an issue where self.module.paths wouldn't work in Workers
Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS
Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen)
Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS
Fixed an issue where draggable regions sometimes did not work properly when DevTools is open
Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled
Fixed an issue where multiple calls toBrowserWindow.setResizable() can cause the zoom button to incorrectly be disabled on macOS
Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object
Fixed an issue where right-clicking in the devtools console throws an error
Fixed an issue where the TouchBarScrubber crashes when showArrowButtons is enabled if items is an empty array
Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS
Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS
Fixed an issue where the user-data directory was incorrect in unpackaged apps
Fixed an issue where toggling documentEdited status on macOS with titlebarStyle: 'hiddenInset' inadvertently moves the traffic light location
Fixed an issue where undocked devtools was not resizable on Windows
Fixed an issue with PDF loading on Windows, where metadata was not loading correctly and causing the PDF to load as a blank page
Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows
Fixed crash when clicking links with target=_blank from webview
Fixed crashes in debug builds caused by microtasks policy mismatch
Fixed crashes on latest gen Intel and Ryzen processors
Fixed crashes on macOS when Geolocation was used
Fixed frameless window having wrong traffic lights position on macOS 11
Fixed hover state not clear bug when BrowserWindow is not resizable
Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open
Fixed key window status on mac when opening panels or using custom window switchers (Also in 12, 14)
Fixed media key globalShortcuts on macOS
Fixed memory leak when creating notification on macOS
Fixed memory leak when requesting files in ASAR archive from renderer
Fixed missing 'fetch' event in service workers for requests using a registered protocol
Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen
Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol (Also in 11, 12, 13, 14)
Fixed pressing Alt with mouse click results in toggling menu bar
Fixed pressing ESC not exiting fullscreen from webview
Fixed pressing Alt+Shift and Alt+Ctrl toggling menu bar on KDE
Fixed rare crash in UpdateDraggableRegions
Fixed redirects between locations in custom protocols
Fixed sending intermediate certificates with 'select-client-certificate' event callback
Fixed shifted character getting changed in menu accelerator
Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled
Fixed stack overflow crash in v8 on windows 32-bit builds
Fixed systemPreferences.getSystemColor returning colors missing alpha values
Fixed the 'did-fail-load' event not being emitted when the 'certificate-error' handler allowed an error through
Fixed the <select> element dropdown not appearing on Windows or Linux
Fixed the color select eyedropper not working within DevTools
Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module
Fixed titlebar showing under simple fullscreen mode
Fixed transparent frameless windows having an opaque background when opened in a maximized state
Fixed tray.setTitle not respecting ANSI colors if a font type was specified

Other Changes:
- Backported fix for 1216190
- Fixed app.getPath('logs') returning the wrong path on Linux and Windows
- Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows
- Web Serial API is no longer experimental

Electron 15.0.0 (64-bit) 相關參考資料
Download Electron 15.0.0 (64-bit) Free - FileCombo

Previous versions of Electron 15.0.0 (64-bit) for Windows PC from FileCombo. Fast update and Free Download Latest Version 2021 - FileCombo.

https://filecombo.com

Download Electron 15.2.0 (64-bit) Free - FileCombo

Build cross platform desktop apps with JavaScript, HTML, and CSS! Latest Version, Electron 15.2.0 (64-bit). Requirements. Windows 7 64 / ...

https://filecombo.com

Electron (64-bit) Download (2021 Latest) - FileHorse

4 天前 — Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS.

https://www.filehorse.com

Electron 15.0.0

2021年9月21日 — Electron 15.0.0 has been released! It includes upgrades to Chromium 94, V8 9.4, and Node.js 16.5.0. We've added API updates to window.open, ...

https://electronjs.org

Electron 15.0.0 (64-bit) for Windows 軟體資訊交流

Electron 15.0.0 (64-bit) for Windows 軟體資訊交流、介紹、教學與下載,Electron 是一個框架,用於使用JavaScript,HTML 和CSS 等Web 技術創建本機應用程序。

https://winxmac.com

Electron 15.0.0 (64-bit) 軟體下載 - 軟體兄弟

2021年9月22日 — Electron 15.0.0 (64-bit) 軟體下載Download 檔案名稱electron-v15.0.0-win32-x64.zip,iMazing 是全功能的iOS 管理軟件:將您的移動數據的控制擴展到 ...

https://softwarebrother.com

Electron 15.3.1 (64-bit) Download for Windows Old Versions ...

Electron (64-bit). November, 9th 2021 - 82.2 MB - Open Source. Free Download. Security Status. Features · Screenshots · Change Log · Old Versions.

https://www.filehorse.com