Ruby Developer's Guide
暫譯: Ruby 開發者指南
Syngress, Robert Feldt, Lyle Johnson, Jonothon Ortiz
- 出版商: Syngress Media
- 出版日期: 2002-01-01
- 定價: $1,650
- 售價: 2.4 折 $399
- 語言: 英文
- 頁數: 720
- 裝訂: Paperback
- ISBN: 1928994644
- ISBN-13: 9781928994640
-
相關分類:
Ruby
立即出貨(限量) (庫存=2)
買這商品的人也買了...
-
Introduction to Algorithms, 2/e (Hardcover)$990$970 -
ASP.NET 程式設計徹底研究$590$466 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
發誓學會 Dreamweaver MX 2004 & PHP 資料庫網站中文版$620$527 -
Dreamweaver MX 2004 魔法網頁 Easy Go! 中文版$490$417 -
JSP 2.0 技術手冊$750$593 -
最新 JavaScript 完整語法參考辭典 第三版$490$382 -
Windows 驅動程式設計指南 (Programming the Microsoft Windows Driver Model, 2/e)$890$703 -
Word 排版藝術$620$490 -
Windows CE.NET 程式設計 (Programming Microsoft Windows CE .Net, 3/e)$890$703 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
CSS 功能索引式參考手冊$390$332 -
如何設計好網站 (Don't Make Me Think: A Common Sense Approach to Web Usability, 2/e)$450$383 -
鳥哥的 Linux 私房菜基礎學習篇, 2/e$780$663 -
ASP.NET 2.0 深度剖析範例集$650$507 -
CSS、HTML、XHTML 精緻範例辭典$450$383 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
14 個會議談 PMP 專案管理$300$240 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
鳥哥的 Linux 伺服器架設篇, 2/e & 鳥哥的 Linux 私房菜基礎學習篇, 2/e$1,560$1,326 -
軟體測試實務講座─來自矽谷的技術經驗與心得分享$290$226 -
Visual Basic 2005 資料庫程式設計暨進銷存會計系統實作$680$537 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
跟 Adobe 徹底研究 Flash CS4 (Adobe Flash CS4 Professional Classroom in a Book)$550$468 -
軟體測試之道-微軟測試團隊的成功經驗、方法與技術 (How We Test Software at Microsoft)$580$458
相關主題
商品描述
The Complete Guide to Developing and Deploying Real-World Ruby Applications
Ruby astounds developers with its ability to make programming fun again. It frees programmers to concentrate on programming objectives, and creates fewer obstacles than other languages by flowing ideas directly into the code. Although Ruby is experiencing dramatic growth, there are very few educational resources available for aspiring developers. Written by a team of Ruby gurus, Ruby Developer's Guide is the most comprehensive book available for serious Ruby developers.
1. Review
the Basics of a Ruby Installation
Learn about the ins-and-outs of installing Ruby on UNIX and Windows, as
well as about the Ruby Integrated Development Environment (IDE).
2. Evaluate GUI Toolkits
Find out which toolkits are thread-safe, which come with good example
programs, and which are the best choices for certain functions.
3. Read and Write Comma-Separated Value Files
See how to use Nakamura Hiroshi's CSV module to read and write Comma Separated
Value files from within Ruby.
4. Parse and Create XML in Ruby
Learn about the parsers for Ruby that work either directly with XML or
with one of the various XML APIs.
5. Develop Distributed Web Services
Use drb to transparently call the methods of remote objects simply by
doing a method call and also to speed up CGI scripts.
6. Connect to the Web with Ruby
See how Ruby can be used to provide Web content and dynamic interaction
to Web clients.
7. Learn to Program Graphics using Ruby
Find support of popular graphics libraries, including OpenGL, GD, GD::Graph,
PGPlot, and Imlib2earn.
8. Improve Performance by Profiling
Use the standard profiler profile.rb or RbProf, which is faster than the
standard profiler.
9. Register for Your 1 Year Upgrade
The Syngress Solutions upgrade plan protects you from content obsolescence
and provides monthly mailings, whitepapers, and more!
Robert Feldt
Lyle Johnson
Technical Editor: Michael Neumann
商品描述(中文翻譯)
《完整指南:開發與部署實際應用的 Ruby 應用程式》
Ruby 讓開發者驚豔,因為它能讓程式設計變得更加有趣。它使程式設計師能專注於程式設計目標,並且比其他語言創造更少的障礙,因為它能將想法直接流入程式碼中。儘管 Ruby 正在經歷劇烈增長,但對於有志於成為開發者的人來說,幾乎沒有可用的教育資源。《Ruby 開發者指南》是由一群 Ruby 專家撰寫的,對於認真對待 Ruby 的開發者來說,這是最全面的書籍。
1. 回顧 Ruby 安裝的基本知識
了解在 UNIX 和 Windows 上安裝 Ruby 的細節,以及 Ruby 整合開發環境 (IDE)。
2. 評估 GUI 工具包
找出哪些工具包是執行緒安全的,哪些附帶良好的範例程式,以及哪些是某些功能的最佳選擇。
3. 讀取和寫入逗號分隔值檔案
了解如何使用中村浩的 CSV 模組從 Ruby 中讀取和寫入逗號分隔值檔案。
4. 在 Ruby 中解析和創建 XML
了解 Ruby 的解析器,這些解析器可以直接處理 XML 或與各種 XML API 之一一起使用。
5. 開發分散式網路服務
使用 drb 透明地調用遠端物件的方法,只需進行方法調用,並加速 CGI 腳本。
6. 使用 Ruby 連接到網路
了解如何使用 Ruby 提供網頁內容和動態互動給網頁客戶端。
7. 學習使用 Ruby 程式設計圖形
找到對流行圖形庫的支援,包括 OpenGL、GD、GD::Graph、PGPlot 和 Imlib2earn。
8. 通過性能分析來改善效能
使用標準性能分析器 profile.rb 或 RbProf,這比標準性能分析器更快。
9. 註冊您的 1 年升級
Syngress Solutions 升級計畫保護您免受內容過時的影響,並提供每月郵件、白皮書等更多資源!
Robert Feldt
Lyle Johnson
技術編輯:Michael Neumann
