TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
搜尋結果 /

Java Servlet Programming

8877
1 / 222
Java Servlet 設計 第二版
滿額折
出版日:2002/02/01 作者:JASON HUNTER; WILLIAM CRAWFORD  出版社:美商歐萊禮  裝訂:平裝
Servlet 是一種專用來擴充伺服器弁鄋漱p型 Java 程式,近年來,Java servlet 已成為伺服端程式設計領域的主流,隨著 Servlet API 2.3 版的問世,Servlet 將 Java 帶進 Web 軟體開發領域的新境界。Servlet 提供了一種快速、高弁遄B可移植的環境來製作動態的網站內容,它們可在 Web Server 的行程空間內執行,而且具備保存執行狀態的能力,使
優惠價: 9 810
無庫存
遙遙領先:使用Java開發Web新手轉高手之路
滿額折
出版日:2024/03/20 作者:王樹生  出版社:深智數位  裝訂:平裝
●2024年繼續用Java開發,真正正統純OO語言 ●Web開發及Java Web開發的異同 ●Java開發的環境安裝、設定、使用 ●JSP基礎、內建物件、JavaBean技術、Servelet技術 ●Servlet的籂檢程式及監聽器 ●Java Web的資料庫操作及EL運算語言、JSTL標籤、Ajax技術 ●SSM架構之Spring IoC、AOP、MVC ●MyBatis、Maven’ SSM整合 本書分為5篇,共17章。第1篇介紹Web開發與Java Web開發,包括系統結構、相關技術、開發環境等;第2篇介紹JSP語言基礎,包括JSP的基本概念、JSP的指令、JSP的動作、JSP的註釋、JSP的內建物件、JavaBean技術、Servlet技術、Servlet篩檢程式、Servlet監聽器等,並且在每個模組最後都提供實戰例子;第3篇介紹Java Web整合開發,包括JDBC以及Java Web操作資料庫實踐、EL運算式語言、JSTL標籤語言、Ajax整合技術等,這部分主要介紹JSP技術的進階,由靜態網頁向動態頁面轉變;第4篇介紹SSM框架,包括Spring IoC、Spring AOP、MyBatis、Spring MVC的入門介紹,最後基於框架實現整合開發;第5篇介紹專案實戰,包括基於SSM的學生資訊管理系統的需求分析、專案設計、開發測試等專案開發整體流程實戰。
優惠價: 9 774
庫存:4
Java技術手冊 :隨手速查參考指南
滿額折
出版日:2025/09/17 作者:Benjamin J Evans; Jason Clark; David Flanagan  出版社:美商歐萊禮  裝訂:平裝
帶你升級Java實力的必備加速器⚡ ️增強技能 專案提效 職涯升級 「這是開發人員都該人手一本的好書,清楚呈現Java程式設計的運作原理,及其多年來與時俱進的樣貌。」 —Achyut Madhusudan 軟體開發人員,任職於Red Hat 這本經典的Java指南,內容已完整涵蓋至Java17,不論是想徹底發揮最新語言特性的資深開發者,還是渴求清晰學習脈絡的入門新手,都能在這本書中找到答案。 -------------------------------------------------------------- 這本最新版的《Java技術手冊》,不僅幫助有經驗的Java程式設計師充分運用Java17的各項特性,也為新進開發人員提供了清晰的學習路徑。本書內容經過徹底修訂,加入了豐富的程式範例,示範如何善用現代Java API的完整優勢,最佳開發實務,並介紹Java物件模型強化的最新特性,這些都是每位開發人員必備的知識。 全書分為兩大部分:第一部份的內容節奏明快,簡潔扼要,介紹Java程式語言的用法和Java開發平台的核心概念。第二部分的章節則聚焦於Java核心觀念和API引用,解釋如何使用Java語言實際完成程式設計的工作。 本書學習目標有: * 徹底掌握至Java17的語言特性與核心函式庫。 * 學習Java語法和物件導向程式設計的模型。 * 探索泛型、列舉、標註和Lambda表達式。 * 探討並行性與記憶體之間密不可分的關係。 * 深入學習Java最新的輸入/輸出API,包括非同步管道。 * 熟悉OpenJDK內建的開發工具。
優惠價: 9 882
庫存:4
簡約的軟體開發思維:用 Functional Programming 重構程式-以 Javascript 為例
滿額折
出版日:2024/10/02 作者:Eric Normand  出版社:旗標出版社  裝訂:平裝
Functional programming (函數式程式設計) 是一種已有六十年歷史的程式設計範式,為何現在變得越來越重要?這是因為隨著各種連網設備 (如行動裝置) 和雲端服務的普及,多程序透過網路交換訊息已成為常態,因此分散式系統的開發變得至關重要。分散式系統軟體開發的複雜性往往導致開發過程容易陷入混亂,程式碼盤根錯節難以除錯維護與擴展,成為揮之不去卻又不敢動的痛處。而 functional programming 的簡約風格因此受到廣泛關注。這種設計範式強調使用函式來構建應用程式,程式碼清晰又容易維護,亦能解決分散式系統多執行緒的問題。除了專門的函數式語言之外,Python、Java、JavaScript、C#、C++、Go 和 Rust 等知名語言的新版中,也因應趨勢增強了對 functional programming 的支援。只要建立了這種思維方式,你就可以應用在自己的程式語言中。市面上與 functional programming 相關的書籍 (主要為英文書) 通常由學者撰寫,內容偏重理論,而在大型實務專案經驗上顯得不足。這類書中的範例大多過於簡單,未能涉及實際軟體架構問題。與此相反,本書作者擁有二十年在產業界實際運用 functional programming 的經驗,從產業角度出發,旨在幫助那些在軟體工程實踐中遇到困難的工程師重新思考。即使你的目的不是分散式系統,學習 functional programming 的思維都能夠幫助你在撰寫任何程式時想得更周到。由於 functional programming 的特點 — 無 side effects(額外作用)和資料的不可變性 — 使得它非常適用於開發網路程式,在這種環境中,資料一致性和狀態管理是關鍵挑戰。本書透過 concurrency primitives(併發基本工具)實作、繪製時間線圖、分析並解決併發操作中的插緒問題,有效處理狀態變化和 bug,從而構建可靠的分散式系統程式。本書特色: ●作者從產業界的視角出發,旨在幫助那些陷入困境的軟體工程師,重新審視並採納 functional programming 程式設計方法。●為了更貼近軟體工程師的實際狀況,書中以廣泛熟知的 JavaScript 語言做示範。雖然 JavaScript 不是最理想的函數式語言,但這一點
優惠價: 95 950
庫存:3
深入淺出Java程式設計(第三版)
滿額折
出版日:2023/05/18 作者:Kathy Sierra; Bert Bates; Trisha Gee  出版社:美商歐萊禮  裝訂:平裝
涵蓋Java 8-17 邁向程式設計實務的學習指南 「多麼有趣和奇特的書啊!我教了多年的Java,可以誠實地說,這是我見過最吸引人的程式設計學習資源。它讓我想重新學習Java。」 ―Angie Jones, Java Champion 「判斷一個教程價值的唯一方法是看它的教學效果如何。《深入淺出Java程式設計》在教學方面表現出色。」 ―slashdot.org 「這肯定是深入淺出的時候了。」 ―Scott McNealy Sun Microsystems前董事長、總裁與CEO 你將從本書學到什麼? 《深入淺出Java程式設計》是Java和物件導向程式設計的完整學習體驗。透過這本書,你將用一種獨特的方法來學習Java語言,超越了所謂的how-to操作手冊,幫助你成為一名卓越的程式設計師。透過拼圖、解謎和對著名Java物件的深入探討,你將迅速掌握Java的基礎知識和進階主題,包括 lambda、串流、泛型、執行緒、網路和令人敬畏的桌面GUI。如果你有其他程式語言的經驗,這本書將以更現代的程式設計方法啟發你的大腦,帶你進入更圓融、更快速、更容易閱讀、編寫和維護的Java。 本書為何如此與眾不同? 如果你讀過深入淺出系列書籍,你就會知道該期待什麼:針對你大腦運作方式所設計的豐富視覺格式。如果你沒有讀過,那你將大飽眼福。《深入淺出Java程式設計》採取專為大腦運作而設計的豐富視覺化風格,而不是令你昏昏欲睡的冗贅敘述。
優惠價: 9 882
庫存:3
C++ PROGRAMMING N EASY STEPS 4E
75 折
出版日:2011/07/01 作者:MCGRATH  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect. C++ Programming in Easy Steps begins by explaining how
優惠:Mcgraw-Hill 書展 優惠價: 75 606
庫存:1
Java應用開發關鍵技術與面試技巧(簡體書)
70 折
出版日:2025/01/01 作者:周冠亞  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java應用開發關鍵技術與面試技巧》全面介紹了現代Java應用開發核心技術和最佳實踐,旨在幫助讀者掌握企業級Java應用開發技術並能夠成功地應對名企的面試和挑戰。《Java應用開發關鍵技術與面試技巧》共19章,內容主要包括Spring框架、MyBatis與ORM、高並發處理、分布式協調服務、Dubbo框架、緩存技術、消息隊列、數據庫分片、分布式事務、NoSQL數據庫、微服務架構、服務治理、容錯機制、API網關。除每章章末提供的核心知識點和面試題外,《Java應用開發關鍵技術與面試技巧》還單獨就面試列出一章“面試籌劃”,從簡歷構造、面試攻略、面試心態、面試刷題、面試技巧、面試跟進以及面試總結,詳盡地指導讀者了解整個面試過程。《Java應用開發關鍵技術與面試技巧》不僅覆蓋Java應用開發的核心技術,還結合豐富的案例分析和面試指導,既適合想學習Java企業級開發的在校學生和程序員,也適合準備Java技術面試的求職者閱讀。
優惠:匯讀中外曬書展-單70三65 優惠價: 7 625
庫存:3
Ios 13 Programming Fundamentals With Swift
75 折
出版日:2019/11/09 作者:Matt Neuburg  出版社:Oreilly & Associates Inc  裝訂:平裝
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5. With this tho
優惠:外文好書 優惠價: 75 1710
庫存:1
Sudoku Programming With C
75 折
出版日:2015/04/29 作者:Giulio Zambon  出版社:Springer Verlag  裝訂:平裝
Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own boo
優惠:外文好書 優惠價: 75 1050
庫存:1
Programming for People with Special Needs ─ A Guide for Museums and Historic Sites
90 折
出版日:2014/07/16 作者:Katie Stringer  出版社:Rowman & Littlefield Intl  裝訂:平裝
Programming for People with Special Needs: A Guide for Museums and Historic Sites will help museums and historic sites become truly inclusive educational sites. The book is unique because it covers ed
優惠價: 9 2430
庫存:1
Microsoft Xna Game Studio 3.0:Learn Programming Now!
75 折
出版日:2009/06/10 作者:MILES; ROB  出版社:MICROSOFT  裝訂:平裝
This lively, learn-by-doing guide proves that programming doesn't have to be dull. With his trademark conversational style, author Rob Miles teaches you the fundamentals of using Microsoft Visual C# 2
優惠:Mcgraw-Hill 書展 優惠價: 75 798
庫存:1
Using OpenMP ─ Portable Shared Memory Parallel Programming
79 折
出版日:2007/10/01 作者:Barbara Chapman; Gabriele Jost; Ruud Van der Pas; David J. Kuck  出版社:Mit Pr  裝訂:平裝
A comprehensive overview of OpenMP, the standard application programming interface for shared memory parallel computing—a reference for students and professionals.
優惠價: 79 1501
庫存:1
Reactive Java Programming
滿額折
出版日:2016/12/10 作者:Andrea Maglie  出版社:Apress  裝訂:平裝
Reactive Java Programming teaches you reactive programming using the Java programming language and its functional aspects, sometimes called RxJava. According to the author, Netflix created Reactive Ja
優惠價: 1 1739
無庫存
出版日:2016/02/19 作者:Eric Roberts  出版社:Pearson College Div  裝訂:平裝
For courses in Java Data Structures. Programming Abstractions in Java: A Client-First ApproachProgramming Abstractions in Java is intended for use in the second programming course in most colleg
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/02/24 作者:Joyce Farrell  出版社:Cengage Learning  裝訂:平裝
JAVA PROGRAMMING, Sixth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Spring Boot in Action
74 折
出版日:2015/12/31 作者:Craig Walls  出版社:Oreilly & Associates Inc  裝訂:平裝
《Spring Boot in Action》是一本專為熟悉 Spring Framework 的開發者所寫的實戰指南,聚焦於如何運用 Spring Boot 大幅簡化 Java 應用程式的開發流程。Spring Boot 以「約定優於設定」為核心理念,讓開發者跳過繁瑣的組態工作,快速啟動專案,將心力集中在應用程式的行為與商業邏輯上。作者 Craig Walls 以多年 Spring 開發與教學經驗,透過清楚且實用的範例,說明如何有效運用 Spring Boot 的自動組態機制,同時在需要時進行客製化調整。書中涵蓋測試、部署、Actuator 監控、命令列工具(CLI)、以及與 Groovy、Grails 的整合應用,完整呈現 Spring Boot 在實務開發中的優勢。本書內容務實、節奏明快,適合希望提升開發效率、減少設定負擔的 Java 與 Spring 開發者閱讀,是理解與上手 Spring Boot 的重要入門與進階參考。Although Spring Framework simplifies enterprise Java development, it can require a lot from developers in terms of framework configuration. Spring Boot radically streamlines the process of creating Spring applications by employing automatic configuration, along with a programming model built around established conventions for build-time and runtime dependencies. It also provides a component that gives insight into the internals of a running application and a handy CLI that can be used to write command-line scripts in Groovy. Developers who have used Spring Boot say that th
優惠:匯讀中外曬書展 優惠價: 74 1665
庫存:1
出版日:2018/03/29 作者:Joyce Farrell  出版社:Course Technology Ptr  裝訂:平裝
Introduce your beginning programmers to the power of Java™ for developing applications with the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 9E. With this dynamic text, even first-time p
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
出版日:2013/10/14 作者:Elliotte Rusty Harold  出版社:Oreilly & Associates Inc  裝訂:平裝
The style of both Java and network programming have slowly changed over the past seven years, and the new edition of this popular book reflects that. Java Network Programming, Fourth Edition is a comp
優惠價: 1 2090
無庫存
出版日:2012/01/20 作者:Herbert Schildt; Dale Skrien  出版社:McGraw-Hill College  裝訂:平裝
Java Programming: A Comprehensive Introduction is designed for an introductory programming course using Java. This text takes a logical approach to the presentation of core topics, moving step-by-ste
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Java Programming
滿額折
出版日:2012/01/20 作者:SARANG  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Develop, Compile, and Debug High-Performance Java ApplicationsTake your Java skills to the next level using the expert programming techniques contained in this Oracle Press guide. Featuring real-world
優惠價: 79 1651
無庫存
出版日:2011/12/01 作者:Yair M. Altman  出版社:Chapman & Hall  裝訂:精裝
"Preface The Matlab programming environment uses Java for numerous tasks, including networking, data-processing algorithms, and graphical user-interface (GUI). Matlab's internal Java classes can often
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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]。
Programming For Linguists: Java Technology For Language Researchers
滿額折
出版日:2002/04/12 作者:Hammond  出版社:John Wiley & Sons Inc  裝訂:平裝
Programming for Linguists: Java (TM) Technology for Language Researchers is a practical introduction to programming using the Java Programming Language for linguists and related language professionals
優惠價: 9 2871
無庫存
Java最強入門邁向頂尖高手之路:王者歸來【全彩版】
滿額折
出版日:2020/10/15 作者:洪錦魁  出版社:深智數位  裝訂:平裝
Java最強入門邁向頂尖高手之路 王者歸來 第二版 本書特色 相較於第一版這一版新增下列內容:  更完整解說輸入與輸出  溫度轉換與高斯數學  生肖系統程式  火箭升空程式  圓周率  雞兔同籠  國王的麥粒  線性搜尋  計算器  基礎統計  最基礎的JavaFX入門  其他修訂約50處 很早就想改版第一版的書籍,歷經多時的醞釀與投入,終於完成這本書著作的改版,心情是愉快
優惠價: 9 900
庫存:1
Posting on Social Media (A True Book: Get Ready to Code)
滿額折
出版日:2019/02/01 作者:Josh Gregory  出版社:Childrens Pr  裝訂:精裝
Learn how to navigate the complex world of social media.A True Book: Get Ready to Code series allows readers to discover the power of computer programming. Readers will be inspired to dive into the sc
優惠:挖寶專區-原文書 優惠價: 66 777
庫存:2
Python for Bioinformatics
75 折
出版日:2017/08/11 作者:Sebastian Bassi  出版社:Chapman & Hall  裝訂:精裝
Programming knowledge is often necessary for finding a solution to a biological problem. Based on the author’s extensive experience, Python for Bioinformatics helps scientists solve their biological p
優惠:Taylor and Francis 書展 優惠價: 75 7875
庫存:1
Pro Spring Boot
70 折
出版日:2016/06/20 作者:Felipe Gutierrez  出版社:Springer Verlag  裝訂:平裝
Pro Spring Boot is your authoritative hands-on practical guide for increasing your Spring Framework-based enterprise Java and cloud application productivity while decreasing development time using the
優惠:匯讀中外曬書展 優惠價: 7 1382
庫存:1
Beginning 3d Game Development With Unity ― All-in-one, Multi-platform Game Development
90 折
出版日:2014/02/28 作者:Sue Blackman  出版社:Springer-Verlag New York Inc  裝訂:平裝
Beginning 3D Game Development with Unity 4 is perfect for those who would like to come to grips with programming Unity. You may be an artist who has learned 3D tools such as 3ds Max,
優惠價: 9 1828
庫存:1
Oracle Database 11G Building Oracle Xml Db Applications
75 折
出版日:2011/07/22 出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Master the XML Programming Features in Oracle Database 11gDevelop, debug, and administer data-backed XML applications using the expert instruction and best practices in this Oracle Press guide. Oracle
優惠:Mcgraw-Hill 書展 優惠價: 75 1738
庫存:1
Validating Clinical Trial Data Reporting with SAS
75 折
出版日:2008/03/17 作者:Carol I. Matthews; Brian C. Shilling  出版社:Sas Inst  裝訂:平裝
Validation is a critical component to programming clinical trial analysis. Essential to effective validation is the programmer's understanding of the data with which they'll be working. If you don't u
優惠:外文好書 優惠價: 75 1948
庫存:1
C++程式語言經典增訂版
滿額折
出版日:2001/11/01 作者:葉秉哲 譯  出版社:儒林出版社  裝訂:平裝
年來C++主要對手是Java浸淫Java越久,越對它程式庫嚴密的異常處理羅網感到放心,越對它周到的國際化支援感到窩心。另一方面,開放原始碼陣營對國際化機制也已如火如荼展開標準化、統整化動作、Unicode 、XIM等標準也攻城掠地頗有斬獲。對這些議題,C++有任何回應嗎C++是否落伍了呢非也1998年定案的C++標準對這些議題都早有佈局,但缺少良好的統整性教學材料。
優惠價: 95 1045
庫存:1
Introduction to Java Programming and Data Structures, Comprehensive Version [Global Edition]
滿額折
出版日:2021/10/05 作者:Y. Liang  出版社:Pearson Education Limited  裝訂:平裝
For courses in Java Programming. A fundamentals-first introduction to basic programming concepts andtechniques Introduction to Java Programming and Data Structures seamlessly integrates programming, data structures,and algorithms into one text. With a fundamentals-first approach, the textbuilds a strong foundation of basic programming concepts and techniques beforeteaching students object-oriented programming and advanced Java programming.Liang explains programming in a problem-driven way that focuses on problemsolving rather than syntax, illustrating basic concepts by example andproviding a large number of exercises with various levels of difficulty forstudents to practice.The 12th Edition is completely revised in everydetail to enhance clarity, presentation, content, examples, and exercises.
優惠價: 1 3299
無庫存
出版日:2017/11/01 作者:Neha Kaul  出版社:Arcler Education Inc  裝訂:精裝
Java is a language that is very well suited to object oriented programming and design. Java applications are stand-alone applications similar to the application we develop using other object oriented
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/05/08 作者:Barry A. Burd  出版社:For Dummies  裝訂:平裝
Beginning Programming with Java For Dummies, 5E, starts would-be programmers on their way toward Java mastery by showing them basic development concepts and techniques in context of Java. The book exp
Java Programming For Android Developers For Dummies, 2Nd Edition
滿額折
出版日:2016/10/28 作者:Burd  出版社:John Wiley & Sons Inc  裝訂:平裝
?‧???? What the book covers: Beginning Android Programming with Java For Dummies, 2nd Edition starts Android and Java programmers on their way toward Java mastery for Android by showing them basic dev
優惠價: 9 1197
無庫存
出版日: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
無庫存
出版日:2015/05/04 作者:Walter Savitch; Kenrick Mock  出版社:Pearson College Div  裝訂:平裝
For courses in computer programming and engineering.Beginner to Intermediate Programming in Java Absolute Java provides a comprehensive reference to programming in the Java language. Accessible to bot
出版日:2015/03/08 作者:Michael K?子ing  出版社:Pearson College Div  裝訂:平裝
For courses in programming and computer science. Hands-on Programming with Greenfoot Introduction to Programming with Greenfoot: Object-Oriented Programming in Java with Games and Simulationsteaches t
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Beginning Java Programming: The Object-Oriented Approach
滿額折
出版日:2015/02/20 作者:Baesens  出版社:John Wiley & Sons Inc  裝訂:平裝
A comprehensive resource for getting started with the ever-popular Java programming languageJava remains one of the most important programming languages, used in both enterprise-level corporate soluti
優惠價: 9 1607
無庫存
  • 8877
    222
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 222

暢銷榜

客服中心

收藏

會員專區