TeraCopy

最新版本 Select Version

Select Version

Select Version
TeraCopy 是一個免費的實用程序,旨在復制 / 移動文件更快,更安全。關於較新版本的 Windows 最常見的抱怨之一就是複制速度慢,特別是在通過網絡傳輸大量文件時。如果您想加快複製速度,或者如果您經常傳輸大量數據,並且必須停止執行其他磁盤密集型任務的過程,則此程序可能正是您所需要的.

TeraCopy 旨在將文件複製並移動到最大可能的速度。它會在復製過程中跳過壞文件,然後在傳輸結束時顯示它們,以便您可以看到哪些文件需要關注。 TeraCopy 可以通過計算它們的 CRC 校驗值來自動檢查復制的文件是否有錯誤。它還提供了更多關於正在復制的文件的信息。 TeraCopy 與 Windows 資源管理器的右鍵菜單集成,可以設置為默認的複制處理程序.

TeraCopy 功能:

修復問題很容易
如果發生復制錯誤 TeraCopy 將嘗試恢復,並在最壞的情況下,將簡單地跳過有問題的文件,沒有終止整個轉移。它也可以等待網絡或設備重新連接。不必要的文件可以跳過,以減少傳輸時間。在此過程中,TeraCopy 顯示檢測到的錯誤,並讓您修復問題並僅複製問題文件。

文件驗證
TeraCopy 可以在復制後驗證文件,以確保它們是相同的。這是通過比較源文件和目標文件的哈希來完成的。支持的算法:CRC32,MD5,SHA-1,SHA-256,SHA-512,巴拿馬,Tiger,RipeMD,惠而浦和 xxHash.

確認 drag'n'drop
TeraCopy 可以選擇顯示一個確認對話框的每一個拖放操作。它可以防止你不小心將文件夾從一個位置移動到另一個位置.

更快的工作流程
TeraCopy 可以保留最近使用過的目錄的歷史記錄,以及在資源管理器和其他文件管理器中打開的文件夾.

Shell 集成
TeraCopy 可以完全替代 Explorer 複製和移動功能,使您可以像往常一樣使用文件.

導出報告 - Pro
保存文件列表以及所有相關信息,如 HTML 和 CSV 文件。

編輯文件列表 - Pro
不需要的文件和文件夾可以刪除,以減少傳輸時間.

保留日期時間戳
TeraCopy 保留原始時間文件的日期和時間.

由法醫專家檢索
TeraCopy 包含在 DEFT(數字證據和鑑證工具包)中.

複製鎖定的文件
使用提升的 Windows 服務和卷影副本複製文件(如果需要)。

N 注意:高級文件列表管理功能不可用。 TeraCopy 僅供商業用途免費使用.

ScreenShot

軟體資訊
檔案版本 Select Version

檔案名稱 teracopy3.12.exe
檔案大小
系統 Windows 2000 / XP / Vista / Windows 7 / Windows 8 / XP64 / Vista64 / Windows 7 64 / Windows 8 64
軟體類型 未分類
作者 Code Sector Inc
官網 http://www.codesector.com/teracopy
更新日期 2023-08-29
更新日誌
Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com