<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    [原創]Eclipse使用技巧(一)Eclipse版本介紹

    eclipse.gif(一)Eclipse版本介紹?
    ??????????????????????????????????????????????????????????????????????????????????????????????????? ?作者:李紅軍???????? 6/20

    可以從 eclipse.org 網站 ( http://www.eclipse.org/downloads ) 下載,可以發現『最新』與『最好』的版本,這兩種版本通常不一樣,基本上有五種版本 或建置 (build) 可供下載:

    n?? ? 釋放版/正式版 (Latest Release builds) ?E.g.,3.1.2

    ?????????????? Releases are builds that have been declared major releases by the development team - for example "R1.0". Releases are the right builds for people who want to be on a stable, tested release, and don't need the latest greatest features and improvements. Release builds always have an "R" at the beginning of the name i.e. R1.0, R2.0 etc. Non-release builds are named according to the date of the build - for example 20011027 is the build from Oct 27, 2001.

    正式版是由Eclipse開發團隊在R1.0的基礎上所創建發布的.正式版是為那些在穩定、測試版的基礎上所創建并且最近不需要對其特性做出更新和提高的人們所服務的。正式版的名字總是以字母“R”來開頭,例如R1.0, R2.0等。非正式版的命名是根據開發版本的日期來確定的,例如:20011027就是說真個版本是在2001年10月27日所創建的。
    ?? 說明:由Eclipse開發團隊所宣稱的主要穩定版本。Release builds經過完整測試,并具有一致性、定義清楚的功? 能。它的定位就跟上市的商業軟件一樣。

    n?? ? 穩定版 (Stream Stable ?builds) E.g., 3.2RC7

    ??????????????? Stable builds are integration builds that have been found to be stable enough for most people to use. They are promoted from integration build to stable build by the architecture team after they have been used for a few days and deemed reasonably stable. The latest stable build is the right build for people who want to stay up to date with what is going on in the latest development stream, and don't mind putting up with a few problems n in order to get the latest greatest features and bug fixes. The latest stable build is the one the development team likes people to be using, because of the valuable and timely feedback.

    穩定版被大多數人們認為是相當穩定的集成版。他們是由Eclipse開發團隊測試一段時間并且認為相當穩定以后從集成版到穩定版的一個提升。最新的穩定版是為那些想使用最新發展技術流并不介意由此帶來的一些新特性及bug問題所創建的人們所服務的。由于穩定版本的價值及反饋及時,最新穩定版是開發團隊比較樂意使用的版本之一。
    ?? 說明:比Release build新一級的版本,經由Eclipse開發團隊測試,并認定它相當穩定。新功能通常會在此過渡版本出現。它的定位就跟商業軟件的beta版一樣。
    ?

    n?
    ????
    整合版
    (Stream Integration ?builds)E.g., I20060614-0843

    ? ??? Periodically, component teams version off their work in what they believe is a stable, consistent state, and they update the build configuration to indicate that the next integration build should take this version of the component. Integration builds are built from these stable component versions that have been specified by each component team as the best version available. Integration builds may be promoted to stable builds after a few days of testing. Integration builds are built whenever new stable component versions are released into the build.

    周期性地,組件團隊版脫離了他們所認為的穩定、一致狀態并且更新內建的結構來暗示下一個整合應該采取這個組件版本。整合版是從這些由每一個組件團隊認定為最適用的版本版本中發展起來的。整合版經過一段時間測試后可以提升為穩定版。當新的穩定組件版釋放的話整合版響應地建立起來。
    ??說明:此版本的各個獨立的組件已經過Eclipse開發團隊認定具有穩定度,但不保證集成在一起沒問題。若集成在一起 夠穩定,它就有可能晉升成Stable build。

    n??? 當日最新版( Stream Nightly ?builds) E.g., N20060617-0010

    ?????????? Nightly builds are produced every night from whatever has been released into the HEAD stream of the CVS repository. They are completely untested and will almost always have major problems. Many will not work at all. These drops are normally only useful to developers actually working on the Eclipse Project.

    當日最新版是每天從CVS容器流產生出來的。它們完全沒有經過測試、總是有一些主要問題。許多根本上就跑不起來。通常對于Eclipse Project 在開發中是有用的。
    ?? 說明:此版本顯然是從最新的原始碼產生出來的。可想而知,此版本當然不保證它跑起來沒問題,搞不好還有嚴重的bug。

    ?n?? 維護版 (Stream Maintenance Build) E.g.,. R2_1_maintenance , R2.1 or R2.1.2

    Maintenance builds are produced periodically to incorporate fixes into an existing release. They are typically built from tagged plug-in and feature pojects in a maintenance stream of the CVS repository (i.e. R2_1_maintenance). Maintenance builds are promoted to a minor or service release (i.e. R2.1 or R2.1.2) after development teams have deemed one to be stable following one or more test-fix pass cycles.
    ???? 維護版周期性的納入現存組件來發行。它們是從現存于CVS容器維護流的有標簽的插件和特性項目中發展起來的(如? R2_1_maintenance)。它們在開發團隊認為一個或者是更多個測試點達到穩定后可以提升成為一個鏡像或者服務來釋放。

    ?翻譯得不好,歡迎大家多提寶貴意見!??!
    ?

    引用參考??

    posted on 2006-06-18 10:49 XiaoLi 閱讀(8199) 評論(2)  編輯  收藏 所屬分類: Eclipse

    評論

    # re: [原創]Eclipse使用技巧(一)Eclipse版本介紹 [更新中] 2006-06-19 10:10 綠色使者、綠色心情

    好像這幾個版本的中文翻譯都不很到位哦
    Release應該是發布版或者正式版吧  回復  更多評論   

    # re: [原創]Eclipse使用技巧(一)Eclipse版本介紹 [更新中] 2006-06-19 10:27 李紅軍

    正在不斷更新中
    發現錯誤及時改正.  回復  更多評論   

    公告


    文章發布許可

    本站作品均采用知識共享署名-非
    商業性使用-禁止演繹 2.5 中國大
    陸許可協議
    進行許可。

    Books I've Translated

    《精通Nginx(第二版)》

    精通Nginx(第二版)
    《云計算:原理與范式》

     云計算:原理與范式

    《SQL技術手冊(第三版)》
    SQL技術手冊(第三版)
    《MySQL核心技術手冊(第二版)》
    MySQL核心技術手冊(第2版)
    《RESTful Web Services中文版》
    RESTful Web Services中文版

    導航

    留言簿(2)

    隨筆分類

    搜索

    最新評論

    主站蜘蛛池模板: 深夜a级毛片免费视频| ww亚洲ww在线观看国产| 美腿丝袜亚洲综合| 亚洲日本一线产区和二线 | 美女羞羞喷液视频免费| 四虎免费大片aⅴ入口| 亚洲成年网站在线观看| 久久精品无码一区二区三区免费| 亚洲www在线观看| 在线观看视频免费国语| 亚洲youwu永久无码精品| 精品国产免费一区二区| 无人视频在线观看免费播放影院| 亚洲精品国产自在久久 | 最近免费中文字幕大全免费| 亚洲色欲或者高潮影院| 免费国产成人高清在线观看网站| 99视频免费播放| 亚洲一区免费视频| 国产精品成人四虎免费视频| 午夜在线免费视频| 亚洲gv猛男gv无码男同短文| selaoban在线视频免费精品| 在线观看片免费人成视频无码 | 日韩一级免费视频| 一级成人毛片免费观看| 曰韩亚洲av人人夜夜澡人人爽 | 大学生a级毛片免费观看| 日韩欧美亚洲国产精品字幕久久久 | 国产精品成人观看视频免费| 亚洲av午夜国产精品无码中文字 | 亚洲人成色在线观看| 深夜国产福利99亚洲视频| 美女视频黄的免费视频网页| 亚洲制服丝袜一区二区三区| 全部免费毛片免费播放| 少妇太爽了在线观看免费视频| 亚洲欧美黑人猛交群| 亚洲最大AV网站在线观看| 91视频国产免费| 亚洲电影免费观看|