Java Network Programming, 4/e (Paperback)
暫譯: Java 網路程式設計 (第4版)
Elliotte Rusty Harold
- 出版商: O'Reilly
- 出版日期: 2013-11-12
- 定價: $1,980
- 售價: 8.0 折 $1,584
- 語言: 英文
- 頁數: 506
- 裝訂: Paperback
- ISBN: 1449357679
- ISBN-13: 9781449357672
-
相關分類:
Java 相關技術
-
相關翻譯:
Java 網路程式設計, 4/e (Java Network Programming, 4/e) (繁中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
認識 Fuzzy, 3/e$350$315 -
Beginning XSLT 2.0: From Novice to Professional$3,690$3,505 -
XML 網頁製作徹底研究, 3/e$650$552 -
XSLT 2.0 and XPath 2.0 Programmer's Reference, 4/e$2,990$2,840 -
TCP/IP Java 網路程式設計$520$510 -
Java 加密與解密的藝術$480$408 -
資料結構─使用 Java (修訂第二版)$520$410 -
Linux 網路安全技術與實現, 2/e$690$586 -
24 小時不打烊的雲端服務-專家教你用 CentOS 架設萬年不掛的伺服器
$680$530 -
$948Single Page Web Applications: JavaScript end-to-end (Paperback) -
精實執行-精實創業指南, 2/e (Running Lean: Iterate from Plan A to a Plan That Works, 2/e)$450$355 -
超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$960 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$392 -
BIM 建築資訊建模手冊, 2/e-寫給業主、專案經理、設計師、工程師以及承包商的 BIM 建築資訊建模指南(BIM Handbook, 2/e)$1,500$750 -
UI is Communication: How to Design Intuitive, User Centered Interfaces by Focusing on Effective Communication (Paperback)$1,750$1,662 -
駕馭大數據-從海量資料中挖掘無限商機 (Taming The Big Data Tidal Wave: Finding Opportunities in Huge Data Streams with Advanced Analytics)$360$284 -
$1,410Making Java Groovy (Paperback) -
iOS 7 程式設計實戰-171 個快速上手的開發技巧$480$379 -
王者歸來-進擊的伺服器 用 Nginx 取代 Apache 建立全語言種類的雲端網站$780$663 -
$1,224Java Web Services: Up and Running, 2/e (Paperback) -
打造雲端工作站-VMware View 5 建置與維護 + 實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動$1,360$1,074 -
抗藍光眼鏡 BOOK-低頭族‧手機族‧平板族‧電腦族 防 3C 害眼必備!$499$449 -
Computer Organization and Design: The Hardware/Software Interface, 5/e (Asian Edition)(IE-Paperback)$1,650$1,617 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
Java 網路程式設計, 4/e (Java Network Programming, 4/e)$680$537
2026-english-2-80 詳見活動內容 »
-
90折
$2,484Comptia Linux+ Study Guide: Essential Exam Prep -
90折
$2,520Video Generation with AI: Working with Diffusion Transformers and Multimodal Learning (Paperback) -
90折
$1,890Mapping Experiences: A Complete Guide to Activating Customer-Centered Collaboration 3/e -
90折
$2,493Databricks Certified Generative AI Engineer Associate Study Guide: Generative AI with Databricks -
90折
$2,502Ai-Assisted Statistics for Data Scientists: 50+ Essential Concepts Using R and Python -
90折
$2,268Observability Engineering: Achieving Production Excellence, 2/e (Paperback) -
90折
$1,935Soccer Analytics with Machine Learning: Learning Predictive Modeling Techniques with Sports Data -
90折
$1,980The C4 Model: Visualizing Software Architecture (Paperback) -
90折
$1,935Learning Cloud Security: Cloud Computing and Security Architecture Essentials -
90折
$2,502Vision Language Models: Building Vlms with Hugging Face (Paperback) -
90折
$2,106High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark 2/e -
90折
$1,944Python for Excel: A Modern Environment for Automation and Data Analysis -
90折
$1,440Managing AI Projects: Drive Innovation and Successfully Navigate the Full AI Project Lifecycle (Paperback) -
90折
$2,520AI-Ready Data Blueprints: From Raw Data to Ai-Driven Innovation (Paperback) -
90折
$1,917Certified Kubernetes Application Developer (Ckad) Study Guide: In-Depth Guidance and Practice (Paperback) -
90折
$2,484Large Language Models: The Hard Parts: Open Source AI Solutions for Common Pitfalls (Paperback) -
90折
$1,917Real-Time Intelligence with Microsoft Fabric: Empowering Data-Driven Decisions in the Era of AI (Paperback) -
90折
$2,484Rag with Python Cookbook: Practical Recipes from Data Preprocessing to LLM Agents (Paperback) -
90折
$2,448Hands-On LLM Serving and Optimization: Hosting Llms at Scale (Paperback) -
90折
$2,205Vector Databases: A Practical Introduction (Paperback) -
90折
$2,205Generative AI on Microsoft Azure: From Large Language Models to Advanced Multi-Agent Systems (Paperback) -
90折
$1,890Learning Generative AI Tools for Excel: Speed Up Your Everyday Tasks with Microsoft Excel, Copilot, Chatgpt, and Beyond (Paperback) -
90折
$2,520Learning Automl: Automating ML Pipelines with Autogluon, Leading Frameworks, and Real-World Integration (Paperback) -
90折
$2,520Transformers: The Definitive Guide: Applications Beyond NLP (Paperback) -
90折
$1,809UX Skills for Business Strategy: Articulating Impact for Product, User, and Business Outcomes
商品描述
This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs.
Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies.
- Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP
- Learn how Java’s core I/O API handles network input and output
- Discover how the InetAddress class helps Java programs interact with DNS
- Locate, identify, and download network resources with Java’s URI and URL classes
- Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies
- Write servers and network clients, using Java’s low-level socket classes
- Manage many connections at the same time with the nonblocking I/O
商品描述(中文翻譯)
這本實用指南提供了使用 Java 開發網路程式的完整介紹。您將學習如何使用 Java 的網路類別庫,快速且輕鬆地完成常見的網路任務,例如撰寫多執行緒伺服器、加密通訊、廣播到本地網路以及將資料發送到伺服器端程式。
作者 Elliotte Rusty Harold 提供了完整的可運行程式,以說明他所描述的方法和類別。這本經過徹底修訂的第四版涵蓋了 REST、SPDY、非同步 I/O 以及許多其他最新技術。
- 探索支撐互聯網的協議,例如 TCP/IP 和 UDP/IP
- 學習 Java 的核心 I/O API 如何處理網路輸入和輸出
- 發現 InetAddress 類別如何幫助 Java 程式與 DNS 互動
- 使用 Java 的 URI 和 URL 類別定位、識別和下載網路資源
- 深入了解 HTTP 協議,包括 REST、HTTP 標頭和 cookies
- 使用 Java 的低階 socket 類別撰寫伺服器和網路客戶端
- 使用非阻塞 I/O 同時管理多個連接
