checksum
美 [?t?ek?s?m]
英 ['t?ek.s?m] 
- n.檢查和(用以校驗數據項的和)
- 網絡校驗和;校驗碼;總和檢查
詞形變化
復數:checksums
英漢解釋
例句
For the sake of this example, let's pretend for a moment that I need to create a checksum report for my code on a regular basis.
對于這個示例,我們假設需要為我的代碼定期建立校驗和(checksum)報告。
If the Distribution Agent or Merge Agent is able to run, determine whether data is missing by running binary checksum validation.
如果分發代理或合并代理能夠運行,請通過運行二進制校驗和驗證來確定數據是否已丟失。
When a page is read , ESE examines a flag on the page to see whether the page has the current checksum format .
讀取頁時,ESE將檢查頁上的標志,以確定該頁是否有當前的校驗和格式。
Modes like integrity , file dump, and checksum can be used to verify the state of a database .
可以使用完整性、文件轉儲和校驗和等模式驗證數據庫的狀態。
Feature combination citizenship code number is by the number of seventeen and a checksum code body composition.
公民身份號碼是特征組合碼,由十七位數字本體碼和一位校驗碼組成。
The page's checksum is still correct, but the location of the page in the database is now wrong.
頁的校驗和仍然是正確的,但頁在數據庫中的位置現在是錯誤的。
The value is all zeros, if there is no checksum.
如果沒有校驗和,值為全零。
I then create an array of directories to run Ant's checksum task against by splitting the first argument with a comma.
然后我把第一個參數用逗號進行分割,創建了一個數組,保存要在上面運行Ant的checksum任務的目錄。
As long as you've run the checksum value check, you can safely ignore any warning about these utilities.
只要你運行了校驗和工具進行校驗,那么就可以放心的忽略掉關于這些工具的任何警告信息。
Calculates a checksum over the contents of the whole page and stores the value in the page header when a page is written to disk.
在向磁盤中寫入頁面時,計算整個頁面內容的校驗和并將該值存儲在頁頭中。
The performance impact of the checksum integrity process is not an issue because every page is checked during the backup.
校驗和完整性檢查過程對性能的影響不會成為問題,因為在備份期間會檢查每個頁面。
Method reads the contents of the file into a buffer to compute the checksum.
方法將文件內容讀取到緩沖區中以計算校驗和。
Set the Checksum for release versions of your device drivers to ensure compatibility with future operating systems.
為設備驅動程序的發布版本設置校驗和,以確保與未來的操作系統兼容。
The checksum mode can be used to verify the file integrity of a database.
校驗和模式可用于驗證數據庫的文件完整性。
To prevent people from writing to this file, Apple protects it with a checksum hash which has to be reverse-engineered.
為了防止人們在該文件寫入內容,蘋果用校驗和散列(checksumhash)函數對其進了加密。
A checksum value, which is a simple mathematical computation used to verify that the packet arrived intact.
在目標主機,要執行一個簡單的數學檢驗求和計算,以驗證數據包是否完整如初地到達。
A way to counter the journal corruption is to compute a checksum of the transaction log and write it as part of the commit block process.
對付該問題的一個辦法就是,計算一個事務日志的校驗和,并把它作為commitblock過程的一部分寫到日志中。
But IP protocol is not secure, there is only a 16 bits checksum in IP header to validate data integrity.
然而IP協議本身是不安全的,它只用16比特的校驗和來驗證IP報文頭的完整性。
If the file gets changed, the checksum changes as well and the digital signature isn't valid anymore.
如果這些文件改變了,校驗也就改變并且數字簽名也就無效了。
This one-way value is sometimes called the message digest, and is analogous to a digital fingerprint or checksum for the document.
有時這個單向值也叫做報文摘要,與文檔的數字指紋或標準校驗和相似。
The compiler computes the checksum for a source file, and then emits the output to the program database (PDB) file.
編譯器計算源文件的校驗和,然后將輸出發出到程序數據庫(PDB)文件。
With VSS snapshots, the checksum integrity and subsequent streaming to tape will not impact your production server or physical disks.
使用VSS快照時,校驗和完整性檢查及后續的磁帶流式傳輸不會影響生產服務器或物理磁盤。
A digital signature is a checksum of the file which is stored together with a digital certificate of the producer of the software.
發出警告。數字簽名是一類校驗的文件,該文件存儲軟件的生產商的數字證書。
In the case of the checksum reporting example, the view code was somewhat messy.
在校驗和統計報表的例子中,視圖代碼有些混亂。
Create a simple report that lists each class file and its corresponding checksum.
創建簡單的報告,列出每個類文件及其對應的校驗和。
Backup creates a checksum for every file as it is backed up, and stores those checksums in the actual backup.
“備份”在備份每個文件時為其創建一個校驗和,并將這些校驗和存儲在實際的備份中。
Small change to my last commit, thanks for Billiard passing me the proper checksum for the old used calibration data. cheers!
小改變我最后的承諾,通過對臺球感謝我的老用正確的校驗和校準數據。干杯!
Restore operations can optionally use the backup checksum to validate that the backup is not corrupted.
還原操作可使用備份校驗和來驗證該備份是否損壞。
TCP and UDP headers contain a checksum that incorporates the values of the source and destination IP addresses and port numbers.
TCP和UDP報頭包含一個校驗和,它整合了源和目標IP地址和端口號的值。
Regardless of whether page checksums are present, BACKUP generates a separate backup checksum for the backup streams.
無論是否存在頁校驗和,BACKUP都會為備份流生成一個單獨的備份校驗和。
If the page is modified or corrupted after being written to the file, it will no longer match its expected checksum.
如果將頁寫入文件后該頁被修改或損壞,則它將不再匹配它的預期校驗和。
In the embedded UDP server, two operations dominate the time required to process packets: copying the data and computing the UDP checksum.
在嵌入式UDP服務器中,復制數據和計算檢驗和占據了處理分組的主要時間。
This message's integrity is protected via an encrypted checksum using the session key between the client and authentication service.
此消息的完整性通過一個校驗和來保護,該校驗和使用客戶端與身份驗證服務器之間的會話密鑰進行加密。
If the checksum has not changed, the unstable tree is searched for the candidate page.
如果校驗和沒有更改,則會搜索不穩定樹以尋找候選頁面。
When performing a checksum operation on a transport server queue database, the database file name is mail. Que by default.
在對傳輸服務器隊列數據庫執行校驗和操作時,默認的數據庫文件名為mail.que。
When a database is created with checksums enabled, a checksum is calculated for each database page before it is written to disk.
創建啟用了校驗和的數據庫時,在將每一數據庫頁寫入磁盤前會為其計算校驗和。
In the column on Ant scripting with Groovy, I wrote a simple utility that generated a checksum report of class files.
在使用Groovy編寫Ant腳本的專欄中,我曾經編寫了一個簡單的工具,它對類文件產生校驗和報告。
Space usage (maximum of four kilobytes of page numbers) and checksum data for the data in the streaming file is stored in the. Edb file.
流式文件中數據的空間使用量(頁碼最大可達到4KB)與校驗和數據均存儲在.edb文件中。
Normal collisions are less than 64 octets in length and therefore fail both the minimum length test and the FCS checksum test.
正常的碰撞在長度是少于64位元組,因此最低長度試驗和FCS總和檢查試驗兩者均失效。
You can compare the published MD5 values with the checksum of the downloaded files to check if the downloaded file is corrupt or incomplete.
可以將公布的MD5值與所下載文件的校驗和進行比較,以檢查下載的文件是否已損壞或不完整。