Java Runtime Environment (64-bit) 歷史版本列表 Page1

最新版本 Java JRE 8 Update 391 (64-bit)

Java Runtime Environment (64-bit) 歷史版本列表

Java 運行時環境 64 位(JRE)允許您玩在線遊戲,與世界各地的人聊天,計算您的抵押貸款興趣,並查看三維圖像,僅舉幾例。這也是企業計算基礎的內聯網應用和其他電子商務解決方案的組成部分。下載 Java 脫機安裝程序安裝程序! Java 運行時環境(JRE)提供庫,Java 虛擬機和其他組件來運行用 Java 編程語言編寫的小程序和應用程序。另外,兩個關鍵的部署技術是 JRE 的一部分:Java... Java Runtime Environment (64-bit) 軟體介紹


Select Version 查看版本資訊

更新時間:2023-10-18
更新細節:

Java JRE 8 Update 391 (64-bit) 查看版本資訊

更新時間:2023-10-18
更新細節:

Sonos 75.1.46030 查看版本資訊

更新時間:2023-10-18
更新細節:

JT2Go 14.3.23240.0 查看版本資訊

更新時間:2023-10-18
更新細節:

Rclone 1.64.1 (64-bit) 查看版本資訊

更新時間:2023-10-18
更新細節:

What's new in this version:

Fixed:
- cmd: Make --progress output logs in the same format as without
- docs fixes
- lsjson: Make sure we set the global metadata flag too
- operations
- Ensure concurrency is no greater than the number of chunks
- Fix OpenOptions ignored in copy if operation was a multiThreadCopy
- Fix error message on delete to have file name
- serve sftp: Return not supported error for not supported commands
- build: Upgrade golang.org/x/net to v0.17.0 to fix HTTP/2 rapid reset
- pacer: Fix b2 deadlock by defaulting max connections to unlimited

Mount:
- Fix automount not detecting drive is ready

VFS:
- Fix update dir modification time

Azure Blob:
- Fix "fatal error: concurrent map writes"

B2:
- Fix multipart upload: corrupted on transfer: sizes differ XXX vs 0
- Fix locking window when getting mutipart upload URL
- Fix server side copies greater than 4GB
- Fix chunked streaming uploads
- Reduce default --b2-upload-concurrency to 4 to reduce memory usage

Onedrive:
- Fix the configurator to allow /teams/ID in the config

Oracleobjectstorage:
- Fix OpenOptions being ignored in uploadMultipart with chunkWriter

S3:
- Fix slice bounds out of range error when listing
- Fix OpenOptions being ignored in uploadMultipart with chunkWriter

Storj:
- Update storj.io/uplink to v1.12.0

Sonos 75.1.45120 查看版本資訊

更新時間:2023-09-21
更新細節:

What's new in this version:

- Sonos Voice Control now supports additional requests in French. These include setting timers and sleep timers, playing Sonos Playlists, skipping forward and back by specific time intervals, and asking for a station or playlist based on the artist that’s currently playing. These requests are also supported by Sonos Voice Control in English.
- Bug fixes and performance enhancements.
- We’ve adjusted how the Bluetooth Always Auto-connect setting works in order to prevent unexpected reconnections during a power or network outage. These changes affect Move 2, Era products, and Roam products.
- When this setting is enabled:
- Era products will now only reconnect to a previous Bluetooth device when they are manually switched to Bluetooth mode.
- Move 2, Roam, and Roam SL will no longer reconnect to a previous Bluetooth device when they automatically turn on after being plugged in to power or placed on a charging cradle. They will now only reconnect when manually powered on or awakened with the playback controls.

Sonos 74.0.43312 查看版本資訊

更新時間:2023-09-14
更新細節:

Rclone 1.64.0 (64-bit) 查看版本資訊

更新時間:2023-09-12
更新細節:

What's new in this version:

New backends:
- Proton Drive
- Quatrix

New S3 providers:
- Synology C2
- Leviia

New Jottacloud providers:
- Onlime
- Telia Sky

Major changes:
- Multi-thread transfers

Multi-thread transfers are now available when transferring to:
- local, s3, azureblob, b2, oracleobjectstorage and smb
- This greatly improves transfer speed between two network sources
- In memory buffering has been unified between all backends and should share memory better
- See --multi-thread docs for more info

New commands:
- rclone config redacted support mechanism for showing redacted config

New Features:
accounting:
- Show server side stats in own lines and not as bytes transferred
- bisync
- Add new --ignore-listing-checksum flag to distinguish from --ignore-checksum
- Add experimental --resilient mode to allow recovery from self-correctable errors
- Add support for --create-empty-src-dirs
- Dry runs no longer commit filter changes
- Enforce --check-access during --resync
- Apply filters correctly during deletes
- Equality check before renaming
- Fix dryRun rc parameter being ignored
- build
- Update to go1.21 and make go1.19 the minimum required version
- Update dependencies
- Add snap installation
- Change Winget Releaser job to ubuntu-latest
- cmd: Refactor and use sysdnotify in more commands

config: Add --multi-thread-chunk-size flag
- doc updates

fs:
- Use atomic types everywhere
- When --max-transfer limit is reached exit with code
- Add rclone completion powershell - basic implementation only
- http servers: Allow CORS to be set with --allow-origin flag
- lib/rest: Remove unnecessary nil check
- ncdu: Add keybinding to rescan filesystem

rc:
- Add executeId to job listings
- Add core/du to measure local disk usage
- Add operations/settier to API
- rclone test info: Add --check-base32768 flag to check can store all base32768 characters
- rmdirs: Remove directories concurrently controlled by --checkers

Fixed:
- accounting: Don't stop calculating average transfer speed until the operation is complete
- fs: Fix transferTime not being set in JSON logs
- fshttp: Fix --bind 0.0.0.0 allowing IPv6 and --bind ::0 allowing IPv4
- operations: Fix overlapping check on case insensitive file systems
- serve dlna: Fix MIME type if backend can't identify it
- serve ftp: Fix race condition when using the auth proxy
- serve sftp: Fix hash calculations with --vfs-cache-mode full
- serve webdav: Fix error: Expecting fs.Object or fs.Directory, got nil
- sync: Fix lockup with --cutoff-mode=soft and --max-duration

Mount:
- fix: Mount parsing for linux

VFS:
- Add --vfs-cache-min-free-space to control minimum free space on the disk containing the cache
- Added cache cleaner for directories to reduce memory usage
- Update parent directory modtimes on vfs actions
- Keep virtual directory status accurate and reduce deadlock potential
- Make sure struct field is aligned for atomic access

Local:
- Rmdir return an error if the path is not a dir

Azure Blob:
- Implement OpenChunkWriter and multi-thread uploads
- Fix creation of directory markers
- Fix purging with directory markers

B2:
- Implement OpenChunkWriter and multi-thread uploads
- Fix rclone link when object path contains special characters

Box:
- Add polling support
- Add --box-impersonate to impersonate a user ID
- Fix unhelpful decoding of error messages into decimal numbers

Chunker:
- Update documentation to mention issue with small files

Compress:
- Fix ChangeNotify

Drive:
- Add --drive-fast-list-bug-fix to control ListR bug workaround

Fichier:
- Implement DirMove
- Fix error code parsing

FTP:
- Add socks_proxy support for SOCKS5 proxies
- Fix 425 "TLS session of data connection not resumed" errors

Hdfs:
- Retry "replication in progress" errors when uploading
- Fix uploading to the wrong object on Update with overriden remote name

HTTP:
- CORS should not be sent if not set
- Fix webdav OPTIONS response

Opendrive:
- Fix List on a just deleted and remade directory

Oracleobjectstorage:
- Use rclone's rate limiter in mutipart transfers
- Implement OpenChunkWriter and multi-thread uploads

S3:
- Refactor multipart upload to use OpenChunkWriter and ChunkWriter
- Factor generic multipart upload into lib/multipart
- Fix purging of root directory with --s3-directory-markers
- Add rclone backend set command to update the running config
- Add rclone backend restore-status command

SFTP:
- Stop uploads re-using the same ssh connection to improve performance
- Add --sftp-ssh to specify an external ssh binary to use
- Add socks_proxy support for SOCKS5 proxies
- Support dynamic --sftp-path-override
- Fix spurious warning when using --sftp-ssh

Smb:
- Implement multi-threaded writes for copies to smb

Storj:
- Performance improvement for large file uploads

Swift:
- Fix HEADing 0-length objects when --swift-no-large-objects set

Union:
- Add :writback to act as a simple cache

WebDAV:
- Nextcloud: fix segment violation in low-level retry

Zoho:
- Remove Range requests workarounds to fix integration tests

Sonos 74.0.43110 查看版本資訊

更新時間:2023-07-26
更新細節:

Rclone 1.63.1 (64-bit) 查看版本資訊

更新時間:2023-07-19
更新細節:

What's new in this version:

Fixed:
build: Fix macos builds for versions < 12
dirtree: Fix performance with large directories of directories and --fast-list
operations
Fix deadlock when using lsd/ls with --progress
Fix .rclonelink files not being converted back to symlinks
doc fixes

Local:
Fix partial directory read for corrupted filesystem

Box:
Fix reconnect failing with HTTP 400 Bad Request

Smb:
Fix "Statfs failed: bucket or container name is needed" when mounting

WebDAV:
Nextcloud: fix must use /dav/files/USER endpoint not /webdav error
Nextcloud chunking: add more guidance for the user to check the config