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

Java

2836
3 / 71
Do-it-yourself Java Games ― An Introduction to Java Computer Programming
滿額折
出版日:2015/10/30 作者:Annette Godtland; Leah Darst  出版社:Createspace Independent Pub  裝訂:平裝
Do-It-Yourself Java Games uses a unique "discovery learning" approach to teach computer programming: learn Java programming techniques more by doing Java programming than by reading about th
優惠價: 1 1440
無庫存
出版日:2011/06/02 作者:Radhika S. Grover  出版社:Cengage Learning  裝訂:平裝
For beginning programmers, this guide to Java programming uses examples based on lively multimedia applications to teach basic programming. Based around sample programs that are fun, and easy to under
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/06/01 作者:Mark Richards; Richard Monson-Haefel; David A. Chappell  出版社:Oreilly & Associates Inc  裝訂:平裝
Provides information on JMS and how it can solve many architectural challenges, including integrating dissilimar systems, increasing scalability, supporting concurrent processing, and promoting flexib
優惠價: 1 1520
無庫存
出版日:2009/04/04 作者:Not Available (NA)  出版社:Oreilly & Associates Inc  裝訂:平裝
Written in a clear, professional style, "SOA Cookbook" contains concise, focused, and code-rich tips on how to implement an SOA using free and open-source Java Web services technologies.
South to Java
滿額折
出版日:2008/03/01 作者:William P. MacK  出版社:Naval Inst Pr  裝訂:平裝
The crew of an old U.S. Navy destroyer steaming toward a deadly battle in the Java Sea is the focus of this famous novel set at the outbreak of World War II as the Allies attempted to defend the Phili
優惠價: 1 1078
無庫存
出版日: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
無庫存
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
無庫存
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
無庫存
出版日:2023/07/18 作者:Donald MacLaine Campbell  出版社:LEGARE STREET PR  裝訂:平裝
優惠價: 1 1598
無庫存
Java
滿額折
出版日:2020/10/06 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 758
無庫存
現代Java:輕鬆解決Java 8與9的難題
滿額折
出版日:2018/03/31 作者:Ken Kousen  出版社:美商歐萊禮  裝訂:平裝
“想知道如何使用最新版的Java來處理日常工作嗎?答案在這本書中。Ken Kousen快速地說明幾種常見的問題,並將解決方案簡化,讓我們可以輕鬆地使用它。 -Dr. Venkat SubramaniamAgile Developer公司創辦人“要快速、有效地上手Java,閱讀這本書是最好的方式。想要提升知識的Java開發者都可以在書中找到他們想要的東西。”-Trisha GeeJet Brains
優惠價: 9 522
無庫存
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/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
無庫存
出版日: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
無庫存
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 for RPG Programmers
滿額折
出版日:2006/12/01 作者:Phil Coulthard; George Farr  出版社:Independent Pub Group  裝訂:平裝
As the roles of Java in business and e-business applications continue to grow, all iSeries and AS/400 IT professionals have a choice to make—learn Java or get left behind. Programmers, development man
優惠價: 1 3998
無庫存
出版日:2005/09/20 作者:Kim B. Bruce; Andrea Pohoreckyj Danyluk; Thomas P. Murtagh  出版社:Pearson College Div  裝訂:平裝
Java, an object-oriented language with many standard libraries, offers both complexities and opportunities. This introductory book makes use of a new approach to understanding programming in Java.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Fundamental Networking in Java
90 折
出版日:2005/08/30 作者:Esmond Pitt  出版社:Springer Verlag  裝訂:平裝
The book provides complete coverage of fundamental IP networking in Java. It introduces the concepts behind TCP/IP and UDP and their intended use and purpose; gives complete coverage of Java networkin
優惠價: 9 3375
無庫存
The Java Tutorial Continued
90 折
出版日:1998/12/01 作者:Mary Campione; Kathy Walrath; Alison Huml  出版社:Prentice Hall  裝訂:平裝
A collection of tutorials written by Java team members covering application programming interfaces (APIs) not present in the Java platform's first release. Features discussed include 2D graphics and s
優惠價: 9 2228
無庫存
出版社:Addison-Wesley  裝訂:平裝
A staff engineer in Java at Sun Microsystems, Liang explains how programmers can integrate code written in the Java programming language with code written in other languages such as C and C++, thus al
優惠價: 1 1800
無庫存
Java Web項目開發全程實錄(第2版)(簡體書)
79 折
出版日:2025/01/01 作者:明日科技  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java Web項目開發全程實錄(第2版)》精選8 個熱門項目,涉及Servlet、SSM 框架和Spring Boot 框架三大Java Web 重點應用方向,實用性非常強。具體項目包含:明日科技門戶網、購好物網絡商城、員工信息管理系統、好生活個人帳本、嗨樂影評平臺、電瓶車品牌信息管理系統、尋物啟事網站和明日之星物業管理系統。本書從軟件工程的角度出發,按照項目開發的順序,系統、全面地講解每一個項目的開發實現過程。在體例上,每章一個項目,統一採用“開發背景→系統設計→技術準備→數據庫設計/公共模塊實現/各功能模塊實現→項目運行→源碼下載”的形式完整呈現項目,給讀者明確的成就感,可以讓讀者快速積累實際項目經驗與技巧,早日實現就業目標。
優惠價: 79 425
庫存:3
出版日:2024/08/31 作者:Cay Horstmann  出版社:OSBORNE  裝訂:平裝
The Classic Guide to the Java Programming Language--Fully Updated through Java 21 Whatever version of Java you are using, Core Java, Volume I: Fundamentals, Thirteenth Edition, will help you achieve a deep and practical understanding of the language and APIs. With hundreds of realistic examples, Java Champion Cay S. Horstmann demonstrates the most powerful and effective ways to get the job done. Written for experienced programmers looking for in-depth coverage of the Java language and platform, this revised and updated edition continues to be the first choice for serious programmers. The carefully crafted sample programs demonstrate almost every language and library feature, as well as the newest capabilities introduced in Java 21. The examples are purposefully simple to focus on the major points, but, for the most part, they aren't fake and they don't cut corners. They should make good starting points for your own code. This first of two volumes offers a detailed treatment of fundame
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
你好!Java(簡體書)
滿額折
出版日:2024/03/26 作者:關東升  出版社:機械工業出版社  裝訂:平裝
本書以輕鬆幽默的語言,從零開始介紹如何學習Java語言。書名來源於編程語言中最經典的Hello World程序,寓意帶您從入門到精通。本書全面系統地介紹了Java語言編程,共包含15章內容,涵蓋了Java的基礎語法、面向對象編程、常用類庫、GUI編程、數據庫訪問、網絡編程、多線程等核心知識點和編程技能。書中大部分知識點後都設計了針對性的訓練營,通過大量示例和綜合練習案例,幫助讀者深入理解知識並靈活運用。每章都設有總結與擴展和同步練習,以及若干訓練營,旨在通過綜合案例鞏固知識。我們提供配套代碼、課件、答疑服務,以及視頻來輔助學習(下載方式見封底)。書中目錄採用幽默風格命名,使用漫畫角色對話的形式講解知識,以激發讀者的學習興趣。無論您是編程新手,還是有經驗的程序員,本書都將以淺顯易懂的方式,帶您掌握Java語言實用技能。只要耐心學習踐行,必將收穫滿滿,現在請開始Java編程之旅吧!
優惠價: 87 726
無庫存
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(簡體書)
滿額折
出版日:2023/03/01 作者:(日)柴田望洋  出版社:人民郵電出版社  裝訂:平裝
本書圖文並茂,示例豐富,通過284幅圖表和258段代碼,由淺入深地解說了從Java的基礎知識到面向對象編程的內容,涉及變量、分支、循環、基本數據類型和運算、數組、方法、類、包、接口、字符和字符串、異常處理等。書中出現的程序包括猜數遊戲、猜拳遊戲、心算訓練等,能夠讓讀者愉快地學習。本書適合Java初學者閱讀。
優惠價: 87 517
無庫存
漫畫Java編程(簡體書)
滿額折
出版日:2023/03/01 作者:孫衛琴; 杜聚賓  出版社:電子工業出版社  裝訂:平裝
本書結合大量典型生動的範例,深入淺出地講解了Java編程的各種基本技術。本書的範例都基於的JDK 17版本。本書內容包括:創建和運行Java程序的基本方法、Java語言的基本語法、數據類型和變量、操作符、流程控制、繼承、多態、訪問控制級別、接口、內部類、異常處理、數組、集合、輸入與輸出、多線程、反射和注解。 本書別具一格,以Java領域的兩位大咖老師:杜聚賓和孫衛琴傳授大力Java編程技術為線索,帶領讀者身臨其境地進入Java技術之旅。本書加入了許多生動形象的漫畫,以及貼近現實生活的有趣範例,大大增加了書的趣味性,幫助讀者輕鬆地掌握Java語言的編程思想和種種運用技巧。 本書主要面向所有的Java初學者,以及希望鞏固Java面向物件編程思想和實用技巧的程序員。本書還可作為高校的Java課程教材,以及企業Java培訓教材。
優惠價: 87 626
無庫存
漫畫Java(簡體書)
滿額折
出版日:2022/05/01 作者:關東升  出版社:人民郵電出版社  裝訂:平裝
本書以漫畫的形式介紹了Java語言的相關知識。全書共20章,書中首先介紹了Java語言的歷史、特點、開發環境、運算符、數據類型、數組、字符串、判斷語句、循環語句等基礎知識,接著討論了函數式編程、類與對象、異常、文件操作、集合、圖形用戶界面、網絡通信、多線程等進階內容,最後通過一個案例向大家介紹如何爬取圖片。本書適合對Java感興趣的零基礎初學者閱讀,包括對編程感興趣的中小學生和想從事編程工作的人員。
優惠價: 87 521
無庫存
Java武功祕笈
79 折
出版日:2020/06/20 作者:陳明-編著; 何英治-審訂  出版社:易習圖書  裝訂:平裝
【※更多書籍資訊請到http://www.bookcity.com.tw網站】密集式範例學習最有效,關鍵語法與物件導向觀念解說!目前Java的應用範圍除了Internet的Web開發領域之外,它還具備一般程式語言的全部功能,甚至可能更強。例如:在企業級應用環境中,如金融、電信、保險等複雜環境中,面對高度的業務複雜性,百萬、千萬甚至更高的使用壓力下,利用Java技術所開發的應用系統都展現極佳的執行效
優惠價: 79 514
無庫存
Java攻略 Java常見問題的簡單解法(簡體書)
滿額折
出版日:2018/08/01 作者:(美)肯‧寇森  出版社:人民郵電出版社  裝訂:平裝
本書旨在讓讀者迅速掌握Java 8和Java 9相關特性,並給出了70餘個可以用於實際開發的示例,介紹了如何利用這些新特性解決這些問題,從而以更自然的方式讓開發人員掌握Java。 本書適合Java開發人員閱讀。
優惠價: 87 360
無庫存
出版日: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
無庫存
  • 2836
    71
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 71

暢銷榜

客服中心

收藏

會員專區