error n. 1.錯(cuò)誤;失錯(cuò)。 2.謬見,誤想;誤信;誤解。 3.罪過。 4.【數(shù)學(xué)】誤差;【法律】誤審,違法;(棒球中的)錯(cuò)打。 commit [make] an error 犯[出]錯(cuò)。 correct errors 改正錯(cuò)誤。 a clerk's [clerical] error 筆誤。 mean errors 標(biāo)準(zhǔn)誤差。 a writ of error 【法律】(推翻錯(cuò)誤原判的)再審命令。 nature's error 天生畸形。 in error 弄錯(cuò)了的;錯(cuò)誤地。 errors of commission [omission] 違犯[疏忽]罪。 fall into error 誤入歧途。 nature's error 天生畸形。 adj. -less 無錯(cuò)誤的,正確的。
In this lesson , you will learn about fixing program errors through debugging 在本課中,您將學(xué)習(xí)如何通過調(diào)試修復(fù)程序錯(cuò)誤。
Tracking down and fixing programming errors in an application under development -檢測到正在開發(fā)的應(yīng)用程序中的編程錯(cuò)誤并修正這些錯(cuò)誤。
But far worse , there are actual programming errors that will crash the short script 更糟的是,其中還有實(shí)際編程錯(cuò)誤,這會破壞短的腳本。
The third type of programming error , logic errors , can be the most difficult to discover 還有一種編程錯(cuò)誤是邏輯錯(cuò)誤,這種錯(cuò)誤是最難發(fā)現(xiàn)的。
Garbage collection eliminates memory leaks as well as some other common programming errors 垃圾回收消除了內(nèi)存泄漏以及其他一些常見的編程錯(cuò)誤。
Describes how to avoid common programming errors that lead to insecure and unreliable applications 說明如何避免會導(dǎo)致應(yīng)用程序不安全和不可靠的常見編程錯(cuò)誤。
Compile - time checks identify many programming errors that go undetected in other progamming languages 編譯時(shí)可檢查許多種編程錯(cuò)誤,這在其它語言中是無法檢查到的。
If a thread has memory problems , the most likely cause is programming error , such as infinite recursion 如果某個(gè)線程有內(nèi)存問題,則最可能的原因?yàn)榫幊体e(cuò)誤(如無限遞歸) 。
Experience with database design shows that schemas are most useful as a safeguard against programming errors 數(shù)據(jù)庫設(shè)計(jì)的經(jīng)驗(yàn)表明,模式作為避免編程錯(cuò)誤的防護(hù)措施很有用。
Item 40 : use checked exceptions for recoverable conditions and runtime exceptions for programming errors 第40條:為可恢復(fù)的條件使用檢查型異常,為編程錯(cuò)誤使用運(yùn)行時(shí)異常。