TOP
經典不再等待!讀懂羅馬人的強大,開啟你的智力冒險
縮小範圍
搜尋結果 /

Java

5649
4 / 142
出版日:2006/09/11 作者:Ajay Vohra; Deepak Vohra  出版社:Springer-Verlag New York Inc  裝訂:平裝
Explains how to process XML with Java, build XML applications, and parse complicated documents.
優惠價: 1 1520
無庫存
出版日:2006/05/31 作者:Brian Goetz; Tim Peierls; Joshua Bloch; Joseph Bowbeer; David Holmes; Doug Lea  出版社:Addison-Wesley Professional  裝訂:平裝
"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides
優惠價: 1 2280
無庫存
Java I/O
滿額折
出版日:2006/05/01 作者:Elliotte Rusty Harold  出版社:Oreilly & Associates Inc  裝訂:平裝
All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own
優惠價: 1 3000
無庫存
出版日:2003/02/01 作者:Eckstein; Elliott; Cole; Loy; Wood  出版社:美商歐萊禮  裝訂:平裝
Swing 是 JFC(Java 基礎類別;Java Foundation Classes)的核心,它去除 Java 最大的弱點:只擁有原始的使用者介面工具。Swing 提供釵h新的元件,讓你容易地建立精緻的使用者介面。它改進舊的元件,並增加釵h元件,像是內部框架(internal frames),樹,表格,和文字編輯器等等。Swing 元件比 AWT 元件提供更標準化的跨平台運作機制,使我們朝
JAVA PLATFROM PERFORMANCE
90 折
出版日:2000/06/01 作者:Wilson; Steve; Kesselman; Jeff  出版社:ADDISON-WESLEY PUBLISHING  裝訂:平裝
Intended for software developers, this book presents methods for improving the performance and scalability of applications. The authors, a Java engineer and engineering manager, clarify common mistake
優惠價: 9 1107
無庫存
Teach Yourself Java
滿額折
出版日:1998/09/01 作者:Joseph O'Neil; O'Neil Osborne  出版社:McGraw-Hill Osborne Media  裝訂:平裝
A beginner's guide to Java combines a hands-on approach that allows users to master the language one skill at a time, offering clear explanations, numerous examples, sample exercises, and review and m
優惠價: 1 1710
無庫存
Java應用開發關鍵技術與面試技巧(簡體書)
79 折
出版日:2025/01/01 作者:周冠亞  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java應用開發關鍵技術與面試技巧》全面介紹了現代Java應用開發核心技術和最佳實踐,旨在幫助讀者掌握企業級Java應用開發技術並能夠成功地應對名企的面試和挑戰。《Java應用開發關鍵技術與面試技巧》共19章,內容主要包括Spring框架、MyBatis與ORM、高並發處理、分布式協調服務、Dubbo框架、緩存技術、消息隊列、數據庫分片、分布式事務、NoSQL數據庫、微服務架構、服務治理、容錯機制、API網關。除每章章末提供的核心知識點和面試題外,《Java應用開發關鍵技術與面試技巧》還單獨就面試列出一章“面試籌劃”,從簡歷構造、面試攻略、面試心態、面試刷題、面試技巧、面試跟進以及面試總結,詳盡地指導讀者了解整個面試過程。《Java應用開發關鍵技術與面試技巧》不僅覆蓋Java應用開發的核心技術,還結合豐富的案例分析和面試指導,既適合想學習Java企業級開發的在校學生和程序員,也適合準備Java技術面試的求職者閱讀。
優惠價: 79 706
庫存:3
掌握Java程式設計:使用長期支援版本JDK11/17
滿額折
出版日:2024/07/01 作者:陳錦輝  出版社:博碩文化  裝訂:平裝
自從Oracle接手Java的發展之後,Java開始了天翻地覆的變化,加入了許多新功能,這些新功能都是為了跟上最新流行的程式語言與新型態的發布、維護架構。其中最重要的就是SE8的Lambda運算式與SE9的模組(module)。自SE9開始,Oracle就採取敏捷開發的精神,每半年就發布一個新版本,不過這些大多是非長期支援版本,新版本一旦發布,舊的非長期支援版本就無法下載JDK了。所以開發與學習的首選通常以長期支援版本為主。依據Oracle的規劃,長期支援版本會在三年左右的時間發布,其中,SE11及SE17都是長期支援版本(LTS),本書的改版政策也跟隨此政策,只會推出適用於長期支援版本的書籍。Java的新功能眾多,如何將這些新功能完美融入原有功能的講解是本書的重點,例如本書將Lambda運算式放在第十五章,讓讀者可以於學習過內部匿名類別後才學習如何利用Lambda運算式來取代內部匿名類別,並應用於視窗程式(事件傾聽處理)。本書將模組(module)放在第十一章的類別庫(package)之後,讓讀者理解如何透過模組來保護類別庫。至於SE10新增的小功能:var型態推斷宣告更是被不露痕跡地加入到第三章與第十五章,因為在SE11時,var型態推斷宣告已經被推廣至Lambda運算式,免除了程式設計師為了回傳值型態還需查閱手冊的麻煩。本書改版自暢銷數萬本的《初學指引》系列,從SE8版開始更名為《掌握》系列。這是因為作者認為本書已經不再適用於只想學些皮毛的讀者,而是期望將讀者由初學者導引成為Java初級工程師,要做到這一點,就應該在第一本學習書籍當中,充分掌握Java的設計精隨以及關鍵基礎技術,故重新命名為《掌握》系列。本書以細心規劃的進度,培養讀者在十六周的學習中,成功變身為Java初級工程師,同時釐清一些對於初學者容易產生困擾的技術。同時本書也搭配精心設計的累積式習題,讓讀者能夠循序漸進地真正成為一位Java程式設計師。本書的特色如下:.長支援版.內容由淺入深.整合模組與類別庫.釐清複雜的泛型等語法.Java SE7到SE11/17的無縫接軌.釐清函數式介面與抽象類別的差異.釐清匿名類別與Lambda運算式的適用場合.釐清Java只有傳值呼叫,沒有如同C#的傳參考呼叫.透過「Coding偷撇步、注意事項」加強讀者的程式設計實務經驗.透過「延伸學習」明確引導讀者,未來的學習
優惠價: 9 621
庫存:2
猛虎再臨!MTA Java國際專業認證(Microsoft Exam:98-388)
滿額折
出版日:2019/10/02 作者:段維瀚  出版社:碁峰資訊  裝訂:平裝
MTA 98-388 Java初階軟體開發人員認證‧Java初階軟體開發人員必備認證‧幫助Java初階開發者在人群中脫穎而出,協助通往更高階教育和職涯前景Microsoft Technology Associate(MTA)是入門等級的微軟國際認證,涉及廣泛的基礎技術觀念,能夠驗證學生的IT技術技能,幫助學生在人群中脫穎而出,協助他們通往更高階教育和職涯前景。在台灣,已有眾多大專院校認同MTA認證
優惠價: 9 360
庫存:1
Java 11程式語言學習手冊(附範例光碟)
滿額折
出版日:2018/12/01 作者:陳會安  出版社:全華圖書  裝訂:平裝
本書是一本能夠讓您真正學會物件導向程式設計和建立物件導向思維的書,筆者使用大量程式範例和圖例來幫助讀者學習程式設計和驗證所學,能夠讓讀者循序漸進的學習程式語言的基礎、程式設計方法和Java物件導向程式設計,進而作為未來學習物件導向分析與設計的墊腳石。這也是國內第一本使用IntelliJ IDEA整合開發環境,和使用NClass類別圖設計工具的Java語言學習手冊,能夠輕鬆讓讀者使用NClass繪製
優惠價: 95 618
庫存:2
出版日:2025/03/29 作者:Eliza Ruhamah Scidmore  出版社:ANSON STREET PR  裝訂:平裝
優惠價: 1 948
無庫存
出版日:2025/03/29 作者:Eliza Ruhamah Scidmore  出版社:ANSON STREET PR  裝訂:精裝
優惠價: 1 1598
無庫存
Java官方入門教程(第9版‧Java 17)(簡體書)
滿額折
出版日:2023/08/13 作者:(美)赫伯特‧希爾特  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java官方入門教程(第9版‧Java 17)》針對Java SE 17做了全面細緻的更新,將引導你輕鬆學習**的核心Java編程技能。《Java官方入門教程(第9版‧Java 17)》由暢銷編程書作者Herbert Schildt撰寫,開篇講述基礎知識,內容涉及如何創建、編譯和運行Java程序。此後濃墨重彩地描述構成Java語言核心的關鍵字、語法和結構。本書還涵蓋Java的一些更高級特性,如多線程編程、泛型、lambda表達式、模塊、記錄、密封類和Swing。另外,還介紹了Java的交互式編程工具JShell。本書通俗易懂、簡明扼要、詳略得當,成為全球數百萬讀者的選擇。
優惠價: 87 668
無庫存
Java x ChatGPT基礎必修課(適用Java 20~12,涵蓋ITS Java國際認證)(電子書)
出版日:2023/07/20 作者:蔡文龍; 張志成; 何嘉益; 張力元; 歐志信  出版社:碁峯資訊股份有限公司  裝訂:電子書
扎實Java程式設計訓練,搭配ChatGPT學習,培養程式設計與運算思維能力,為您打下輕鬆考取ITS Java國際認證能力! ※專家與教師共同執筆 由OCJP與ITS Java認證講師、科技大學Java程式設計資深教師共同編著,針對初學者學習Java程式設計必備技能所撰寫的教材。 ※豐富內容與實務應用 內容包含Java程式設計流程、陣列、switch新語法、方法、物件導向程式設計、介面與泛型、多執行緒、例外處理、檔案處理、Lambda運算式、Swing視窗應用程式、事件處理,每個單元由淺入深、循序漸進、範例貼近日常生活,能學以致用。另外,提供拉霸遊戲機與記憶大考驗專題電子書供初學者延伸練習。 ※ChatGPT協作開發Java程式與設計聊天機器人 第17章介紹ChatGPT的功能、優缺點以及使用方法。透過實例演示學習如何透過與ChatGPT的對話,自動生成Java程式碼並與ChatGPT協作開發Java應用程式。第18章介紹ChatGPT API服務的申請流程,讓讀者學習如何使用ChatGPT API來開發Java聊天機器人程式。 ※ITS Java實例導入與國際認證能力訓練 內文講解融入Certiport ITS Java解題技巧,同時書末整理ITS Java(IT Specialist Certification)資訊科技專家國際認證的兩組模擬試題,讓初學者的程式設計訓練更加扎實,同時也是教師培訓學生考取ITS Java國際認證的最佳教材。 ※更多新知可訂閱「程式享樂趣」YouTube頻道 https://www.youtube.com/@happycodingfun
優惠價: 1 600
出版日:2023/07/18 作者:Donald MacLaine Campbell  出版社:LEGARE STREET PR  裝訂:平裝
優惠價: 1 1598
無庫存
On Java Road
滿額折
出版日:2022/08/02 作者:Lawrence Osborne  出版社:Random House Inc  裝訂:精裝
A veteran British journalist living in Hong Kong investigates the disappearance of a student protester in this atmospheric novel from the New York Times notable author of The Forgiven―soon to be a major motion picture.“There came a sound of rubber bullets being fired along Java Road and the sad crowing of sirens as if to herald a future even more unpleasant than the present.”After twenty years as a journalist in Hong Kong, ex-pat Englishman Adrian Gyle has very little to show for it. Evenings are whiled away with soup dumplings and tea at Fung Shing, the restaurant downstairs from his home on Java Road, that “most melancholy street in the city, the street where the dead congregated.” It is through these jaded eyes that Gyle watches the city around him--once overflowing with wine dinners and private members’ clubs--erupt in violence as pro-democracy demonstrations hit ever closer to home. But just as Gyle prepares to turn his back on Hong Kong, he finds one last intrigue: the alluring R
優惠價: 79 811
無庫存
Java SE 17基礎必修課(適用Java 17~10,涵蓋ITS Java國際認證)(電子書)
出版日:2022/07/31 作者:蔡文龍; 何嘉益; 張志成; 張力元  出版社:碁峯資訊股份有限公司  裝訂:電子書
內容簡介:扎實Java程式設計訓練,培養程式設計與運算思維能力,為您打下輕鬆考取ITS Java國際認證能力! ※專家與教師共同執筆 由OCJP與ITS Java認證講師、科技大學教授Java程式設計資深教師共同編著,針對目前初學者學習Java程式設計必備技能所撰寫的教材。 ※程式設計的技能養成 內容兼具理論與實務、範例操作皆以圖示表示。由書中範例說明、問題分析、程式架構解說,訓練邏輯思考、解決問題能力,使初學者輕鬆邁入Java程式設計的殿堂。 ※豐富內容與實務應用 內容包含Java程式設計流程、陣列、switch新語法、方法、物件導向程式設計、介面與泛型、多執行緒、例外處理、檔案處理、Lambda運算式、Swing視窗應用程式、事件處理,每個單元由淺入深、循序漸進、範例貼近日常生活,能學以致用。另外,提供拉霸遊戲機與記憶大考驗專題電子書供初學者延伸練習。 ※ITS Java實力導入與國際認證能力訓練 內文講解融入Certiport ITS Java解題技巧,同時書末整理ITS Java(IT Specialist Certification)資訊科技專家國際認證的兩組模擬試題,讓初學者的程式設計訓練更加扎實,同時也是教師培訓學生考取ITS Java國際認證的最佳教材。
優惠價: 1 560
漫畫Java(簡體書)
滿額折
出版日:2022/05/01 作者:關東升  出版社:人民郵電出版社  裝訂:平裝
本書以漫畫的形式介紹了Java語言的相關知識。全書共20章,書中首先介紹了Java語言的歷史、特點、開發環境、運算符、數據類型、數組、字符串、判斷語句、循環語句等基礎知識,接著討論了函數式編程、類與對象、異常、文件操作、集合、圖形用戶界面、網絡通信、多線程等進階內容,最後通過一個案例向大家介紹如何爬取圖片。本書適合對Java感興趣的零基礎初學者閱讀,包括對編程感興趣的中小學生和想從事編程工作的人員。
優惠價: 87 521
無庫存
Java
滿額折
出版日:2020/10/06 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 758
無庫存
出版日:2018/11/15 作者:Chong-wei Xu  出版社:Springer-Nature New York Inc  裝訂:精裝
This innovative approach to teaching Java language and programming uses game design development as the method to applying concepts. Instead of teaching game design using Java, projects are designed to
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/05/30 作者:Raoul-gabriel Urma; Mario Fusco; Alan Mycroft  出版社:Manning Pubns Co  裝訂:平裝
Manning's bestselling Java 8 book has been revised for Java 9! In Java 8 and 9 in Action, readers build on their existing Java language skills with the newest features and techniques.The release of Ja
優惠價: 1 2750
無庫存
現代Java:輕鬆解決Java 8與9的難題
滿額折
出版日:2018/03/31 作者:Ken Kousen  出版社:美商歐萊禮  裝訂:平裝
“想知道如何使用最新版的Java來處理日常工作嗎?答案在這本書中。Ken Kousen快速地說明幾種常見的問題,並將解決方案簡化,讓我們可以輕鬆地使用它。 -Dr. Venkat SubramaniamAgile Developer公司創辦人“要快速、有效地上手Java,閱讀這本書是最好的方式。想要提升知識的Java開發者都可以在書中找到他們想要的東西。”-Trisha GeeJet Brains
優惠價: 9 522
無庫存
Sams Teach Yourself Java in 24 Hours ─ Covering Java 9 and Android
滿額折
出版日:2017/08/17 作者:Rogers Cadenhead  出版社:Sams  裝訂:平裝
In arenas ranging from enterprise development to Android app programming to game development, Java remains one of the world's most popular programming languages. Sams Teach Yourself Java in 24 Hours h
優惠價: 1 1575
無庫存
Java 9 for Programmers
滿額折
出版日:2017/06/05 作者:Paul Deitel; Harvey Deitel  出版社:Pearson P T R  裝訂:平裝
Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java
優惠價: 1 2700
無庫存
出版日:2015/12/31 作者:Konstantinos Kapelonis  出版社:Oreilly & Associates Inc  裝訂:平裝
While Java has changed a lot recently, the tools and techniques most Java developers use to test code are starting to show their age. Spock is a modern testing framework that combines the features of
優惠價: 1 2250
無庫存
出版日:2015/09/15 作者:Cay S. Horstmann  出版社:John Wiley & Sons Inc  裝訂:平裝
Cay Horstmann's 8th edition of Java Concepts provides an approachable introduction to fundamental programming techniques and design skills, helping students master basic concepts and become competent
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2015/05/24 作者:Terrill Brett Spell  出版社:Springer Verlag  裝訂:平裝
Pro Java 8 Programming covers the core Java development kit. It takes advantage of the finer points of the core standard edition (SE) and development kit version 8. You'll discover the particulars of
優惠價: 1 3000
無庫存
Genetic Algorithms in Java
滿額折
出版日:2015/02/18 作者:Lee Jacobson  出版社:Springer-Verlag New York Inc  裝訂:平裝
Genetic Algorithms in Java is an applied approach to learning and solving problems using genetic algorithms, with working projects and solutions written in the Java programming language. This book wil
優惠價: 1 3479
無庫存
Java Ee Applications on the Oracle Java Cloud ― Develop, Deploy, Monitor, and Manage Your Java Cloud Applications
90 折
出版日:2014/05/23 作者:Harshad Oak  出版社:McGraw-Hill Osborne Media  裝訂:平裝
This definitive Oracle Press guide shows how to create modern, cloud-based applications using the latest PaaS solutions.Java EE Applications on the Oracle Java Cloud demonstrates how to utilize the fu
優惠價: 9 2257
無庫存
Learn Java for Android Development ― Java 8 and Android 5
90 折
出版日:2014/02/22 作者:Jeff Friesen  出版社:Springer-Verlag New York Inc  裝訂:平裝
Presents instructions for creating Android applications using Java, with information on such topics as classes and objects, interfaces, exceptions, nested types, APIs, and I/O.
優惠價: 9 2700
無庫存
Java Programming Interviews Exposed
滿額折
出版日:2014/02/07 作者:Markham  出版社:John Wiley & Sons Inc  裝訂:平裝
If you are a skilled Java programmer but are concerned about the Java coding interview process, this real-world guide can help you land your next positionJava is a popular and powerful language that i
優惠價: 9 1368
無庫存
Learning Java(簡體書)
滿額折
出版日:2014/01/01 作者:尼麥耶  出版社:東南大學出版社  裝訂:平裝
《學習Java(影印版上下第4版)》由尼麥耶、洛 伊克所著,如果你是
優惠價: 87 720
無庫存
出版日:2013/09/30 作者:Robert Janson  出版社:Springer-Verlag New York Inc  裝訂:平裝
Beginning Java with WebSphere provides a step-by-step guide for creating and installing both client- and server-based Java applications using Rapid Application Development v8, WebSphere Application Se
優惠價: 1 3000
無庫存
Java for Dummies + Website
滿額折
出版日:2013/08/22 作者:BURD  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
The top-selling beginning Java book is now fully updated!As an unstoppably platform-independent, object-oriented programming language, Java is used for developing web and mobile applications. In thi
優惠價: 9 1024
無庫存
An Introduction to Network Programming With Java ― Java 7 Compatible
90 折
出版日:2013/08/19 作者:Jan Graba  出版社:Springer-Verlag New York Inc  裝訂:平裝
Here is a useful, practical guide to network programming for both undergraduates and busy IT professionals. This third edition has been fully updated to incorporate Java 7 compatibilityand features co
優惠價: 9 2700
無庫存
Java Concepts ─ Early Objects
滿額折
出版日:2012/12/25 作者:Cay S. Horstmann  出版社:John Wiley & Sons Inc  裝訂:精裝
This text is an unbound, binder-ready edition.Cay Horstmann’s seventh edition of Java Conceptsprovides an approachable introduction to fundamental programming techniques and design skills, helping stu
優惠價: 9 3304
無庫存
出版日:2012/11/20 作者:Bill Campbell; Swami Iyer; Bahar Akbal-delibas  出版社:Taylor & Francis  裝訂:精裝
Immersing students in Java and the Java Virtual Machine (JVM), Introduction to Compiler Construction in a Java World enables a deep understanding of the Java programming language and its implementatio
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Big Java Late Objects
滿額折
出版日:2012/02/01 作者:Cay S. Horstmann  出版社:John Wiley & Sons Inc  裝訂:精裝
This text is an unbound, binder-ready edition.Big Java: Late Objects is a comprehensive introduction to Java and computer programming, which focuses on the principles of programming, software engineer
優惠價: 9 3304
無庫存
出版日:2011/12/06 作者:HORSTMANN  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
Authoritative but accessible information on Java programming fundamentalsAs one of the most popular programming languages in the world, Java is widely used in everything from application software to w
優惠價: 1 1560
無庫存
Java in Easy Steps
90 折
出版日:2011/11/29 作者:Mike McGrath  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Now in its fourth edition, Java in Easy Steps begins by explaining how to download and install the free Java Development Kit (JDK) so readers can quickly begin to create their own executable programs
優惠價: 9 687
無庫存
  • 5649
    142
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 142

暢銷榜

客服中心

收藏

會員專區