Effective Java Second Edition中文版勘誤列表
相關資源:
EclipseJDK6 Effective Java Second Edition Examples:
[url]http://java2class.iteye.com/blog/291068[/url]
Effective Java Second Edition中文翻譯術語表討論專用貼:
[url]http://yulimin.iteye.com/blog/272088[/url]
本書地址:
[url]http://java.sun.com/docs/books/effective/[/url]
英文勘誤:
[url]http://java.sun.com/docs/books/effective/errata.html[/url]
***************************************************************************
勘誤列表模板:
頁碼:第XXX頁,第YY段ZZ行
原文:
譯文:
修正:
說明:
***************************************************************************
頁碼:第101頁,中文第三段末尾
原文:but List<String>.class and List<?>.class are not.
譯文:但是List<String.class和List<?>.class則不合法
修正:但是List<String[color=red][b]>[/b][/color].class和List<?>.class則不合法
說明:感謝“[url=http://exceedsun21320070508164500.iteye.com/]打倒小日本[/url]”:)
時間:2009.03.01 21:06:00已核實
頁碼:第40頁,第二段首
原文:At this point, you might expect m.get(new PhoneNumber(707, 867, 5309)) to return "Jenny", but it returns null.
譯文:這時候,你可能期望m.get(new PhoneNumber(408, 867, 5309)會返回“Jeeny"
修正:這時候,你可能期望m.get(new PhoneNumber([color=red]707[/color], 867, 5309)會返回“Jeeny"
說明:感謝 [url=http://hylxsfh.iteye.com/]hylxsfh[/url] 提出,很認真啊!佩服!
時間:2009.03.22 21:08:00已核實
頁碼:第37頁,第二段倒數兩行
譯文:例如,假設有一個Polygon類,並快取了該區域。如果兩個多邊形有著不同的區域,就沒有必要去比較它們的邊和至高點。
原文:For example, suppose you have a Polygon class, and you cache the area. If two polygons have unequal areas, you needn't bother comparing their edges and vertices.
修正:例如,假設有一個Polygon類,並快取了該[color=red]面積[/color]。如果兩個多邊形有著不同的[color=red]面積[/color],就沒有必要去比較它們的邊和[color=red]頂[/color]點。
說明:感謝 [url=http://www.china-pub.com/member/bookpinglun/viewpinglun.asp?id=195040]chzhou[/url] 提出,多謝!
時間:2009.06.21 10:50:00已核實
頁碼:第119頁,倒數第2段
原文:Both parameters, s1 and s2, are E [color=red]producers[/color], so the PECS mnemonic tells us that the declaration should be:
譯文:s1和s2這兩個引數都是E消費者,因此根據PECS,這個宣告應該是:
修正:s1和s2這兩個引數都是E[color=red]生產者[/color],因此根據PECS,這個宣告應該是:
說明:感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第178頁,第3段2行
原文:“A college degree, such as B.S., M.S. or Ph.D.”
譯文:“A college degree, such as B.S., M.S.[color=red],[/color] or Ph.D.”
修正:“A college degree, such as B.S., M.S. or Ph.D.”
說明:多了一個[color=red],[/color],感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第XXX頁,第YY段ZZ行
原文:As suggested in Item 58, it may be appropriate for an exception to provide accessor methods for its failure-capture information (lowerBound, upperBound, and index in the above example).
譯文:正如第58條中所建議的,為異常的“失敗捕獲”資訊提供一些訪問方法是合適的(在上述例子中為lowerBound、upperBound和index)[color=red]提供一些訪問方法是合適的[/color]。
修正:正如第58條中所建議的,為異常的“失敗捕獲”資訊提供一些訪問方法是合適的([color=red]如[/color]上述例子中為lowerBound、upperBound和index)。
說明:編輯錯誤,刪除後面的[color=red]提供一些訪問方法是合適的[/color]。感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第257頁,最後1段1行
原文:If a class that is designed for inheritance is not serializable, it [color=red]may be[/color] impossible to write a serializable subclass.
譯文:如果一個專門為了繼承而設計的類不是可序列化的,[color=red]就[/color]不可能編寫出可序列化的子類。
修正:如果一個專門為了繼承而設計的類不是可序列化的,[color=red]或許[/color]不可能編寫出可序列化的子類。
說明:感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第271頁,第3段1行
原文:The readResolve feature allows you to substitute another instance for the one created by readObject [Serialization, 3.7].
譯文:readResolve特性允許你用[color=red]readObject建立的例項[/color]代替[color=red]另一個例項[/color][Serialization, 3.7]。
修正:readResolve特性允許你用[color=red]另一個例項[/color]去代替readObject建立的例項[/color][Serialization, 3.7]。
說明:譯反了,汗。。。感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
***************************************************************************
[align=center][size=xx-large][color=red]佔位貼[/color][/size][/align]
英文勘誤也增加了好多條了啊,準備抽時間也列出來為中文勘誤。
EclipseJDK6 Effective Java Second Edition Examples:
[url]http://java2class.iteye.com/blog/291068[/url]
Effective Java Second Edition中文翻譯術語表討論專用貼:
[url]http://yulimin.iteye.com/blog/272088[/url]
本書地址:
[url]http://java.sun.com/docs/books/effective/[/url]
英文勘誤:
[url]http://java.sun.com/docs/books/effective/errata.html[/url]
***************************************************************************
勘誤列表模板:
頁碼:第XXX頁,第YY段ZZ行
原文:
譯文:
修正:
說明:
***************************************************************************
頁碼:第101頁,中文第三段末尾
原文:but List<String>.class and List<?>.class are not.
譯文:但是List<String.class和List<?>.class則不合法
修正:但是List<String[color=red][b]>[/b][/color].class和List<?>.class則不合法
說明:感謝“[url=http://exceedsun21320070508164500.iteye.com/]打倒小日本[/url]”:)
時間:2009.03.01 21:06:00已核實
頁碼:第40頁,第二段首
原文:At this point, you might expect m.get(new PhoneNumber(707, 867, 5309)) to return "Jenny", but it returns null.
譯文:這時候,你可能期望m.get(new PhoneNumber(408, 867, 5309)會返回“Jeeny"
修正:這時候,你可能期望m.get(new PhoneNumber([color=red]707[/color], 867, 5309)會返回“Jeeny"
說明:感謝 [url=http://hylxsfh.iteye.com/]hylxsfh[/url] 提出,很認真啊!佩服!
時間:2009.03.22 21:08:00已核實
頁碼:第37頁,第二段倒數兩行
譯文:例如,假設有一個Polygon類,並快取了該區域。如果兩個多邊形有著不同的區域,就沒有必要去比較它們的邊和至高點。
原文:For example, suppose you have a Polygon class, and you cache the area. If two polygons have unequal areas, you needn't bother comparing their edges and vertices.
修正:例如,假設有一個Polygon類,並快取了該[color=red]面積[/color]。如果兩個多邊形有著不同的[color=red]面積[/color],就沒有必要去比較它們的邊和[color=red]頂[/color]點。
說明:感謝 [url=http://www.china-pub.com/member/bookpinglun/viewpinglun.asp?id=195040]chzhou[/url] 提出,多謝!
時間:2009.06.21 10:50:00已核實
頁碼:第119頁,倒數第2段
原文:Both parameters, s1 and s2, are E [color=red]producers[/color], so the PECS mnemonic tells us that the declaration should be:
譯文:s1和s2這兩個引數都是E消費者,因此根據PECS,這個宣告應該是:
修正:s1和s2這兩個引數都是E[color=red]生產者[/color],因此根據PECS,這個宣告應該是:
說明:感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第178頁,第3段2行
原文:“A college degree, such as B.S., M.S. or Ph.D.”
譯文:“A college degree, such as B.S., M.S.[color=red],[/color] or Ph.D.”
修正:“A college degree, such as B.S., M.S. or Ph.D.”
說明:多了一個[color=red],[/color],感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第XXX頁,第YY段ZZ行
原文:As suggested in Item 58, it may be appropriate for an exception to provide accessor methods for its failure-capture information (lowerBound, upperBound, and index in the above example).
譯文:正如第58條中所建議的,為異常的“失敗捕獲”資訊提供一些訪問方法是合適的(在上述例子中為lowerBound、upperBound和index)[color=red]提供一些訪問方法是合適的[/color]。
修正:正如第58條中所建議的,為異常的“失敗捕獲”資訊提供一些訪問方法是合適的([color=red]如[/color]上述例子中為lowerBound、upperBound和index)。
說明:編輯錯誤,刪除後面的[color=red]提供一些訪問方法是合適的[/color]。感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第257頁,最後1段1行
原文:If a class that is designed for inheritance is not serializable, it [color=red]may be[/color] impossible to write a serializable subclass.
譯文:如果一個專門為了繼承而設計的類不是可序列化的,[color=red]就[/color]不可能編寫出可序列化的子類。
修正:如果一個專門為了繼承而設計的類不是可序列化的,[color=red]或許[/color]不可能編寫出可序列化的子類。
說明:感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
頁碼:第271頁,第3段1行
原文:The readResolve feature allows you to substitute another instance for the one created by readObject [Serialization, 3.7].
譯文:readResolve特性允許你用[color=red]readObject建立的例項[/color]代替[color=red]另一個例項[/color][Serialization, 3.7]。
修正:readResolve特性允許你用[color=red]另一個例項[/color]去代替readObject建立的例項[/color][Serialization, 3.7]。
說明:譯反了,汗。。。感謝 jinlingmin0624 提出,多謝!
時間:2009.07.18 22:00:00已核實
***************************************************************************
[align=center][size=xx-large][color=red]佔位貼[/color][/size][/align]
英文勘誤也增加了好多條了啊,準備抽時間也列出來為中文勘誤。
相關文章
- 《普林斯頓數學指南》勘誤
- 《C Primer Plus》,362頁勘誤
- 「iOS 面試之道」勘誤(二)iOS面試
- MIDI檔案格式分析(補充和勘誤)
- effective java 觀後感Java
- 《Effective Java》--Java進階必備Java
- 第134期 勘誤且自嘲一下(20240115)
- [ChatGPT 勘誤] 關於 CL_WB_PGEDITOR 的用途ChatGPT
- 關於 RemoteViews 跨程式資源訪問的勘誤REMView
- Java Language Features, 2nd Edition.pdfJava
- C++面試八股文:技術勘誤C++面試
- r 資料探勘入門 最後一章 勘誤
- Nuxt3+PM2叢集模式啟動及勘誤UX模式
- [ChatGPT 勘誤] SAP UI5 的 sap.ui.base.ObjectChatGPTUIObject
- AppiumDeskTop Second for AndroidAPPAndroid
- [ChatGPT 勘誤] SAP ABAP 裡 cl_r3standard_persistence 的用途?ChatGPT
- Effective Java - 靜態方法與構造器Java
- [ChatGPT 勘誤]SAP ABAP 裡 CL_WB_ED_ENHANCEMENT_HANDLER 的用途介紹ChatGPT
- Java 高效程式設計(Effective Java)中文第三版Java程式設計
- 讀完Java名著《Effective Java》: 我整理了這50條技巧Java
- 《Effective Java 第二版》讀書筆記Java筆記
- Effective Java -- 使用try-with-resources優化程式碼Java優化
- Effective Java 避免使用終結方法和清空方法Java
- 《怎樣解題:數學競賽攻關寶典(第3版)》勘誤
- [ChatGPT 勘誤]:SAP ABAP 系統裡資料庫表 dlv_systc 的用途ChatGPT資料庫
- 研發週記(second week)
- Effective Java - 構造器私有、列舉和單例Java單例
- python 多元列表操作兩大誤區Python
- 671-Second Minimum Node In a Binary Tree
- 22號 second day 關於切片
- [Vue] how to encapsulate second time of ui componentsVueUI
- jmeter監聽器(Transactions per Second)JMeter
- Java 8 Comparator: 列表排序Java排序
- Java方法設計原則與實踐:從Effective Java到團隊案例Java
- MacOs 安裝擴充套件錯誤列表Mac套件
- Problems in Mathematical Analysis (American First Edition)
- P5320 勘破神機
- [LeetCode] 671. Second Minimum Node In a Binary TreeLeetCode
- Java 列表元素自定義排序Java排序