TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
9010
1 / 226
Java基礎入門(第4版)(簡體書)
滿額折
出版日:2026/03/01 作者:黑馬程序員  出版社:清華大學出版社(大陸)  裝訂:平裝
本書為Java基礎入門圖書,共15章。第1章為Java開發入門,融入AI編程助手的內容,從而提升學習效果;第2~8章主要講解Java編程的基礎知識,包括Java編程基礎、面向對象、異常、Java API、集合、泛型等知識;第9~14章主要講解Java編程的進階知識,包括反射機制和注解、I/O、JDBC、多線程、網絡編程、圖形用戶界面等知識;第15章基於圖形用戶界面實現一個綜合項目:客戶關係管理系統,幫助讀者將所學的知識融會貫通。本書配套資源包括源代碼、題庫、教學課件和思政閱讀材料等。本書可作為高等院校計算機相關專業的Java語言入門教材,也可作為自學編程人員的參考書。
優惠價: 87 355
無庫存
Java JDK實用編程方法與算法(簡體書)
滿額折
出版日:2026/03/01 作者:耿祥義; 張躍平  出版社:清華大學出版社(大陸)  裝訂:平裝
本書基於JDK 21版本,借助119個精心設計的實例深入剖析JDK特定類的方法。本書緊密結合“Java程序設計”課程相關教材,如《Java 2實用教程(題庫+微課視頻版)》(第7版)和《Java面向對象程序設計》(第4版•微課視頻版),對其內容進行全面補充與拓展。全書共10章,按照JDK中包的層次精心組織內容。本書中的實例包含有助於理解重要知識點的基礎示例、實際場景的應用示例、提升能力的進階示例。全部實例在知識點方面覆蓋了Java的基本語法、基礎類、實用類、輸入輸出流、加密/解密、多線程、圖形用戶界面、圖形圖像、集合框架、Stream框架以及圖論框架等內容。本書契合現代快節奏的學習需求,採用碎片化學習模式,讀者可依據自身的知識掌握情況靈活、自主地挑選實例進行學習,真正實現個性化、高效的學習。本書適合作為“Java程序設計”課程的教學參考書,特別適合作為《Java 2實用教程(題庫+微課視頻版)》(第7版)或《Java面向對象程序設計》(第4版•微課視頻版)的配套參考書。
優惠價: 87 312
無庫存
Java程序設計與項目實訓教程(第3版‧微課版)(簡體書)
滿額折
出版日:2026/02/01 作者:張志鋒; 馬軍霞; 張建偉; 宋勝利  出版社:清華大學出版社(大陸)  裝訂:平裝
本書旨在培養學生的Java工程實踐能力和計算機系統素養。以“項目貫穿、能力遞進、工程賦能”為核心理念,深度融合工程教育認證要求,基於以項目為驅動的教學模式,理論聯繫實踐,構建“微課精講、案例解析、項目實踐、系統創新”四維能力培養體系,打造新工科背景下Java工程師的“編程能力+系統工程能力”雙螺旋成長模型。全書共12章,主要內容包括Java語言的基本知識、Java的常用開發工具、Java語言的基本語法、Java核心技術、Java語言的異常處理、Java語言的圖形用戶界面組件、數據庫編程技術、流與文件、多線程以及網絡編程技術。本書以項目實踐貫穿知識體系。通過2個實踐項目的練習,使學生能夠在掌握基本理論知識的同時,培養和提高綜合應用實踐能力。本書可作為普通高等院校的Java程序設計相關課程教材,也可作為Java工程實踐教材以及Java軟件開發人員的參考書。
優惠價: 87 465
無庫存
AI輔助編程:Java從入門到精通10倍提效(簡體書)
滿額折
出版日:2026/04/01 作者:老韓校長  出版社:機械工業出版社  裝訂:平裝
本書是一本面向未來的Java編程實踐指南,旨在解決傳統學習模式中理論與實踐脫節的核心痛點。本書創新性地引入AI輔助編程範式,將AI定位為開發者的“智能編程夥伴”,深度整合至學習與項目開發的全流程,從而構建一種高效、現代的軟件開發新方法。內容組織上,本書系統性地覆蓋了從Java基礎語法、面向對象設計原則,到多線程、集合框架、I/O流與反射等企業級開發所必需的核心技術。所有知識點均圍繞一個貫穿全書的“智能學生管理系統”實戰項目展開,確保讀者在動手實踐中深化理解,做到學以致用。本書配有100多節Java基礎知識視頻課程,方便讀者學習。本書適合所有希望構建堅實Java編程基礎並掌握前沿開發模式的技術人員,包括編程初學者及尋求效率突破的在職工程師閱讀。
優惠價: 87 517
無庫存
Java課程設計(第4版)(簡體書)
滿額折
出版日:2026/03/01 作者:耿祥義; 張躍平  出版社:清華大學出版社(大陸)  裝訂:平裝
在掌握了Java基本知識後,可以通過課程設計來鞏固和提高Java編程技術,本書就是針對這一目的編寫的。本書以8個具有一定代表性的課程設計題目為框架,體現MVC模式和面向對象的設計思想,強化內置Derby數據庫、網絡MySQL數據庫以及Excel工作簿在應用中的作用;設計思路清晰,便於理解,可幫助讀者提高設計能力以及面向對象的編程能力;每個課程設計都按照MVC模式展開,每章內容都由設計要求、數據模型、簡單測試、視圖設計、GUI程序、程序發佈和課設題目7個部分構成;各個課程設計題目相互獨立,讀者可以從任何一個課程設計題目開始閱讀本書;讀者可以按照本書佈置的課程設計作業開發一個軟件,也可以參考這些課程設計題目設計類似的軟件。本書是《Java 2實用教程(題庫+微課視頻版)》(第7版)的配套教材,也可以獨立使用。本書可作為高等院校理工科各個專業Java課程設計的教材,也可作為自學者提高編程能力的參考書。
優惠價: 87 208
無庫存
Java程序設計(簡體書)
滿額折
出版日:2026/03/01 作者:陳強; 王浩亮  出版社:北京大學出版社  裝訂:平裝
本書注重理論與實踐相結合,通過豐富的案例,逐步深入到高級特性和實踐應用。清晰地解釋了Java的關鍵概念,並深入探討ava開發的複雜細節。內容涵蓋了Java語言的基礎知識、面向對象編程、異常處理、多線程、集合框架、網絡編程、輸入輸出流等多個方面。本書為學習者提供優質的學習資源,包括豐富的微課視頻資源、試題、教案、教學大綱和課件等。本書既適合作為初學者入門教材,也適合有一定基礎的軟件開發人員深入學習。
優惠價: 87 287
無庫存
Java程序設計基礎(慕課版)(簡體書)
滿額折
出版日:2026/01/01 作者:陳良育  出版社:人民郵電出版社  裝訂:平裝
本書著重講解Java基礎語言內核,主要包括Java的明天、昨天和今天,Java環境搭建和程序初體驗,Java類基礎知識,面向對象和Java類,繼承、抽象類和接口,static、final和常量設計,package、import和classpath,Java常用類,Java異常和異常處理,Java數據結構,Java文件處理,Java案例實踐和總結。本書倡導程序實踐第一的原則,對每個原理知識點都配以豐富的代碼佐證,輔助讀者理解。本書同時配套相應的慕課視頻、講義、代碼,每章都配有豐富的習題。本書適合作為大學生學習Java語言的教材,也適合其他的程序自學者作為入門材料。
優惠價: 87 312
無庫存
Java框架編程(簡體書)
滿額折
出版日:2026/05/01 作者:鄭宗生; 袁小華  出版社:機械工業出版社  裝訂:平裝
本書面向不具備或具備基本編程能力的Java學習者,系統講解Java框架的基礎知識及主流框架開發技術,採用“Java基礎→基礎夯實→框架精講”的漸進式教學路徑。全書通過?分層遞進的知識框架?設計,幫助讀者從Java核心語法快速過渡到企業級開發場景,注重多框架協作開發能力的培養?。?第1~4章?聚焦Java核心語法精要,涵蓋?接口設計、注解機制與反射原理?,通過典型設計模式案例剖析,強化面向對象及接口的編程思想。第5章系統梳理HTML/CSS佈局、JavaScript交互實現等視圖層技術,為框架學習奠定基礎?。第6~9章詳解MVC分層架構原理,通過表單驗證、攔截器配置等案例展現請求處理機制,對比傳統Servlet開發突顯框架優勢?。深度解析IoC容器依賴注入與AOP切面編程,結合XML/注解雙配置模式演示Bean生命週期管理,銜接Spring MVC實現RESTful API開發?。剖析SQL映射配置與動態語句生成,對比JDBC原生操作展示ORM效率提升,集成Spring實現事務管理與多數據源切換?。 本書可作為高校計算機專業的本科生和研究生的相關課程教材,也可作為從事Java開發人員的參考書,兼顧理論深度與實踐指導性,助力讀者快速構建企業級應用開發能力?。
優惠價: 87 308
無庫存
Java程序設計任務驅動教程(微課版)(簡體書)
滿額折
出版日:2026/04/01 作者:姜海嵐; 程琳  出版社:人民郵電出版社  裝訂:平裝
本書以解決實際問題、培養學生的邏輯思維能力為目標,循序漸進地講解Java的核心基礎知識。首先介紹Java開發環境的下載、安裝與配置,第一個Java程序的編寫,Java集成開發工具的使用;然後介紹Java編程基礎知識、流程控制語句、類和對象的定義與使用、封裝、繼承和多態、抽象類和接口;最後介紹異常處理和I/O操作、集合應用技術、JDBC數據庫編程,以及Java在人工智能和大數據方向的應用。本書以Java開發工程師的崗位需求為目標,融入技能競賽、統一建模語言和認證,精心設計29個任務,使讀者在實踐中提升分析和解決實際問題的能力,為未來的職業生涯打下堅實的基礎。本書可作為應用型本科、職業院校計算機軟件技術、人工智能和大數據專業相關課程的教材,也可作為Java程序設計愛好者的參考書。
優惠價: 87 260
無庫存
Java EE實用教程(第4版)(簡體書)
滿額折
出版日:2026/02/01 作者:鄭阿奇  出版社:電子工業出版社  裝訂:平裝
本書包含實用教程、實驗指導和綜合應用實習三部分。實用教程部分包括Java EE平臺及開發入門、Struts 2基礎、Hibernate基礎、MyBatis基礎、Spring基礎、Spring MVC基礎、Spring的其他功能、用Spring整合各種Java EE框架、 Spring Boot開發入門等。在每一章後配套相應的習題。與實用教程配套的實驗有9個,先引導操作完成任務,然後是思考與練習。最後配套綜合應用實習,介紹學生成績管理系統的開發。本書免費提供教學課件、可運行的程序源代碼、綜合應用實習所有源文件和沒有衝突的Jar包,從而方便Java EE初學者自學與應用開發。
優惠價: 87 312
無庫存
Java程序設計案例教程(AI版‧微課版)(簡體書)
滿額折
出版日:2026/01/01 作者:范暢; 唐雅玲; 張朵; 張翀  出版社:人民郵電出版社  裝訂:平裝
本書內容全面,涵蓋了Java語言的基礎篇和高級篇,主要包括Java基礎、數組、面向對象、異常和垃圾回收、Java常用類、集合、IO流、GUI、JDBC、線程、網絡編程、反射;以案例驅動的方式講解內容,理解知識;小節作為課次設計,方便學習和授課;每個課次圍繞回顧、講課、操練、總結和佈置作業四大環節展開,貼近教學情景;每章後留有大量的練習題以及實驗題,讀者可以通過做大量的練習題來鞏固和提高。本書線上線下配套教學資源齊全。 本書可作為高等院校計算機及相關專業Java語言程序設計課程的教材,也適合Java語言初學者或相關技術人員的參考書。
優惠價: 87 417
無庫存
AI高效應用:Java編程實踐(第5版)(簡體書)
滿額折
出版日:2026/01/01 作者:(美)保羅‧戴特爾; 哈維‧M.戴特爾  出版社:清華大學出版社(大陸)  裝訂:平裝
在人工智能作為新質生產力持續滲透的當下,Java程序員如何借助AI持續創造並交付出有價值的產品或者服務?對此,這本Java經典及時提供了一個行之有效的答案。《AI高效應用:Java編程實踐(第5版)》包含6部分22章,主題包括生成式AI編程和Java程序員必知必會的編程基礎、面向對象編程、數據結構、泛型集合、Lambda表達式和流、JavaFX GUI、圖形與多媒體以及高級主題,是一本全面深入、內容詳細且風格獨特的重要參考書。書中包含的200+實例代碼和600+AI編程練習,有助於讀者高效掌握生成式AI編程和調用API進行智能體開發。《AI高效應用:Java編程實踐(第5版)》適合有一定編程背景的程序員閱讀,更適合Java程序員作為案頭參考書,用於提升AI素養和編程能力。
優惠價: 87 1336
無庫存
Java程序設計(簡體書)
滿額折
出版日:2026/04/01 作者:嚴海明; 饒屾  出版社:機械工業出版社  裝訂:平裝
本書是浙江省中高職一體化課程改革成果教材,依據浙江省物聯網應用技術專業中高職一體化核心課程標準編寫而成。全書引入中德先進職業教育合作項目(SGAVE)的職業教育理念,以行動導向為核心,以“智慧停車場”為載體,採用“教學項目+工作仸務”形式,全面梳理整合專業知識、技能和素養,精心設計了搭建Java開發環境、開發停車計費功能、設計與實現系統界面、開發用戶信息管理功能、開發停車場基本信息管理功能、開發數據存儲功能六大教學項目。本書將Java基本數據類型與表達式,控制結構,數組、方法與集合,類和對象,數據庫訪問技術,Java異常處理等知識融合在項目中,使學生能夠在項目實踐“做中學”過程中,提高程序分析與問題解決能力、團隊合作能力,培養精益求精的工匠精神。本書是一本實踐性很強的教材,在介紹基本概念、基本操作步驟和基本方法的基礎上,十分注重培養學生的代碼測試能力。本書認真貫徹落實黨的二十大精神,在教學項目與仸務設計中有機融入與課程相關的勞動教育、家國情懷、精益求精、鑄就卓越、團隊協作等內容。本書適合作為各類職業院校物聯網應用技術及相關專業的教材,也可作為計算機應用技術、軟件工程技術等相關專業的教學參考書。本書配有電子課件、源代碼,選用本書作為教材的教師可登錄機械工業出版社教育服務網(www. cmpedu. com)註冊後免費下載,或聯繫編輯(010-88379194)諮詢。
優惠價: 87 208
無庫存
Spring Boot實踐(簡體書)
滿額折
出版日:2026/03/01 作者:(印)索姆納特‧穆西布(Somnath Musib)  出版社:人民郵電出版社  裝訂:平裝
本書是一本實戰導向的Spring Boot開發教程。全書以現實問題為導向,從基本功能到技巧,全面地介紹Spring Boot開發技術,包括引導應用程序、數據庫通信、微服務等內容,以及Spring Boot與RESTful API、WebSocket、RSocket、Kubernetes、Kotlin、GraalVM配合使用的方法。本書凝結了作者多年的Spring Boot開發經驗,可以在Spring數據、Spring安全性,以及其他有關Spring的核心技術與技巧方面為讀者提供指導。本書適合具備一定Spring基礎的Java開發者和軟件工程師閱讀。
優惠價: 87 678
無庫存
Life 1 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
Life 2 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
Life 3 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
Life 4 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
Life 5 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
Life 6 Teacher's Book
滿額折
出版日:2026/02/11 作者:Cengage  出版社:Cengage Learning 
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 1 2000
無庫存
出版日:2026/02/01 作者:胡志堅; 陳明賢  出版社:新文京開發出版  裝訂:平裝
本書為作者基於多年程式設計課程之教學實踐與學生學習歷程的觀察與回饋,編撰而成。書中以簡明的語言、完整的範例與圖解搭配章節進程,逐步拆解程式語言的結構與觀念,引導讀者循序漸進地掌握程式設計的基礎能力,並奠定以Java語言為核心的邏輯思維與應用實作基礎,做為邁向軟體開發與資訊應用之路的第一步。 全書共14章,第一章說明Java程式語言的起源與發展,協助讀者掌握其在資訊科技中的定位與優勢。第二章介紹整合開發環境的操作方式,包含JDK安裝、Eclipse等主流工具的基本操作,使初學者快速上手並能建立有效的開發流程。第三章至第六章逐步鋪陳程式設計的邏輯架構,從變數與資料型態的處理,到條件判斷的基本與進階應用,建立讀者理解控制流程的基礎能力。第七章則聚焦於程式的執行過程、錯誤追蹤與除錯技巧,幫助學習者養成獨立解決問題的實務能力。 在第八章與第九章中,書中介紹迴圈與巢狀迴圈的應用情境與技巧,透過逐步練習強化重複運算的設計能力。第十章整合常用的數學函式與Java內建方法,加強數值處理能力;第十一章則闡述方法(Method)的模組化設計,提升程式的重用性與可維護性。第十二與十三章延伸至一維與多維陣列的操作技巧,搭配圖示與實作幫助讀者靈活處理資料結構。第十四章介紹例外處理機制,強調撰寫具備容錯性與穩健性之程式的重要性。 本書主要為大專院校課程需求設計編寫,書中不提供解答,出版社與銷售單位均無法提供解答,自學讀者選購前請知悉。
優惠價: 1 580
無庫存
Life 3 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Life 2 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Life 1 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Life 5 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Life 4 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Life 6 Student Book with the Spark Sticker
95 折
出版日:2026/01/15 作者:John Hughes; Paul Dummett; Helen Stephenson  出版社:HEINLE ELT  裝訂:平裝
OverviewLife is a six-level, best-selling integrated-skills series with grammar and vocabulary for young adult and adult English language learners. Known for teaching students something new about the world through inspiring National Geographic content, the third edition showcases global perspectives and contexts relevant to students’ own lives that guide them to naturally personalize the language. Life continues to help learners connect with the world through its deeply integrated critical thinking strand, which now extends to developing the visual literacy, collaboration, and problem-solving skills they need for academic and career success.Critical thinking skills development now extends into updated video lessons by developing visual literacy skills and encouraging a positive global mindset through ‘Sustainable Life’ project-based lessons.Targeted skills development and exam-style task types prepare students for success in international exams like the Cambridge suite and IELTs.The al
優惠價: 95 808
無庫存
Red SAP
滿額折
出版日:2026/08/01 作者:John Lockyer  出版社:RED ROCKET READERS  裝訂:平裝
優惠價: 1 380
預購中
LEGO Disney Character Guide
65 折
出版日:2026/07/02 作者:DK  出版社:Dorling Kindersley Ltd  裝訂:精裝
Unlock a world of Disney magic and LEGO®' adventure with this essential character guide ' including a Jessie minifigure from Toy Story!Meet more than 150 LEGO® Disney minifigures and mini dolls, from Mickey and Minnie Mouse to Princess Elsa and even Walt Disney himself! Explore the heroes, villains, princesses, friends, and locations from your favourite Disney films.Everything you need to know about the enchanting world of LEGO® Disney:Discover the latest LEGO® variants of beloved Disney characters, including fan favourites like Princess Ariel, alongside rare minifigures you've never seen before!Loaded with fun facts about the best-loved Disney characters and locations ' all presented in charming LEGO® detailIncludes a collectable LEGO® minifigure of Jessie from Toy Story ' a must-have addition to any Disney or LEGO® collectionPacked with colourful images and fascinating facts, this guide is a magical must-have gift for Disney fans aged 5-8, as well as lifelong fans and collectors of a
優惠價: 65 599
預購中
Plant Maintenance with Sap: Business User Guide
滿額折
出版日:2026/06/24 作者:Karl Liebstückel  出版社:SAP PR  裝訂:精裝
優惠價: 1 3418
預購中
SAP System Security
滿額折
出版日:2026/05/26 作者:Pradeep Kumar Mishra  出版社:SAP PR  裝訂:精裝
優惠價: 1 3798
無庫存
National Trust: Out and About: Wildflower Spotter (A children's guide to 65 different wildflowers)
滿額折
出版日:2026/04/09 作者:Tegen Evans  出版社:Nosy Crow UK  裝訂:精裝
A glorious introduction to the wonders of wildflowers for children!Ideal for any budding wildflower explorer, this pocket-sized guide is full of useful tips to help children spot and identify flowers in the wild.*Designed to inspire children to venture outside and explore nature, this book ignites the spirit of adventure and discovery.*Packed with valuable information, it provides the essential knowledge needed to identify flowers that can be found all over the UK, making it accessible and enjoyable for kids.*Inside, you'll discover a comprehensive field guide section, structured by colour and brimming with expert insights on an array of wildflowers - from bright white snowdrops and scarlet-red poppies, to fluffy yellow dandelions and prickly green stinging nettles. Find out which flowers attract bees and butterflies, which ones are poisonous and which ones produce fruit.*Discover how to plant your own wildflowers and how you can help protect them in nature.For more adventures, don't m
優惠價: 7 346
無庫存
Read This Before Implementing SAP: The No-Nonsense Guide to SAP Success Without the Expensive Setbacks
滿額折
出版日:2026/04/07 作者:Sanjjeev K. Singh  出版社:River Grove Books  裝訂:平裝
優惠價: 1 758
無庫存
Star Wars The Mandalorian Visual Guide
滿額折
出版日:2026/04/02 作者:Pablo Hidalgo  出版社:Dorling Kindersley Ltd  裝訂:精裝
"Fans might not realize all of the hard work, dedication, and little details that go into each and every episode of The Mandalorian, but they can catch a glimpse of that here, in this book." - Pedro PascalGo behind the scenes with this essential companion to all three seasons ofStar Wars™: The Mandalorian™.Discover the hidden gadgets of Din Djarin's beskar armour. Learn more about the iconic child, Grogu. Discover the secrets of the Mandalorian code of honour known as the Way. Examine the functional workings of theRazor Crest. Meet the deadly Fennec Shand and the ruthless Moff Gideon, and much more.An unrivalled look inside the inner workings ofStar Wars: The Mandalorian, in DK’s classic visual guide format:Official and definitive:Produced in close collaboration with Lucasfilm, this must-have guide to the Disney+ phenomenon is packed with fascinating new insights and exclusive imageryBehind-the-scenes content:Featuring newly revealed details and artwork, including two exclusive cross-s
優惠價: 73 999
無庫存
Organization Development and Change (Asia Edition)
95 折
出版日:2026/04/01 作者:Thomas G. Cummings ; Christopher G. Worley  出版社:Cengage Learning  裝訂:平裝
Cummings/Worley's ORGANIZATION DEVELOPMENT AND CHANGE, 12th Edition, is the most widely-used textbook in the field. It blends rigor and relevance in a comprehensive and clear presentation. The authors work from a strong evidence-based foundation to describe, in practical terms, how behavioral science knowledge can be used to help organizations develop strategies, structures and processes for superior performance, sustainability and social outcomes.
優惠:新書特惠 優惠價: 95 1596
無庫存
出版日:2026/03/23 作者:Oona Flanagan  出版社:AMAZON DIGITAL SERV LLC  裝訂:平裝
優惠價: 1 1998
無庫存
出版日:2026/02/28 作者:Joel P. Christensen  出版社:Oxford Univ Pr  裝訂:平裝
The Oxford Critical Guide to Homer's Odyssey brings together internationally recognized experts to provide commentary style essays for non-specialists on each book of the Homeric epic. The introduction provides a broad overview of the historical and mythographical backgrounds to the Odyssey along with brief discussions of the major thematic and scholarly concerns of the poem. The introduction can stand alone as a guide to reading the Odyssey, while it also prepares readers for the deeper discussions of the individual books. Twenty-four scholars, selected for their expertise and earlier publications, contributed essays aimed at guiding readers through different approaches to the poem. Each essay offers a summary of the plot of an individual book followed by a discussion of interpretive issues and its relationship with the epic as a whole. The essays were written and edited with a view towards providing accessibility to epic and epic scholarship to audiences from all backgrounds. While e
優惠價: 1 2100
無庫存
The Wonder of Early Years Teaching: A practical guide to nurturing young minds
滿額折
出版日:2026/02/14 作者:Rebecca Underwood  出版社:SAGE Publications Ltd  裝訂:平裝
A practical guide for Early Years educators on how to find the joy in practice, create imaginative environments for learning and join children on their wonderful Early Years journey.
優惠價: 95 1253
無庫存
Opportunities and Challenges for the Development and Adoption of Multicancer Detection Tests: Proceedings of a Workshop
滿額折
出版日:2026/02/08 作者:National Academies of Sciences Engineeri  出版社:Natl Academy Pr  裝訂:平裝
The development of minimally invasive approaches to screen for multiple tumor types at one time could potentially improve health outcomes; however, the clinical utility of multicancer detection (MCD) testing has yet to be established. The National Academies National Cancer Policy Forum held a workshop in October 2024 to explore the current scientific understanding and clinical use of MCD testing, as well as implications for cancer care and outcomes for all patients.
優惠價: 1 1276
無庫存
Spring Boot+Vue全棧應用開發實踐(簡體書)
滿額折
出版日:2026/02/01 作者:羅榮良  出版社:電子工業出版社  裝訂:平裝
Spring Boot和Vue.js是目前流行的Java企業級應用和前端框架,它們的結合可以快速開發出高質量的Web應用。本書從基礎知識開始,介紹Spring Boot+Vue全棧開發所需的相關技能。本書提供了大量的示例代碼、練習題和項目案例,幫助讀者理解、掌握和運用所學知識。本書共分三大部分:第一部分Spring Boot基礎知識,重點介紹服務端的開發、數據庫相關應用案例等內容。第二部分主要講述Vue.js基礎知識、項目工程搭建和常用組件的使用。第三部分以項目案例為主,提供了一個通用的前後端分離的安全架構實現案例,方便讀者應用到其他項目當中,本書的最後給出一個“集成安全認證的學生信息管理”項目案例供讀者學習。本書可作為高等院校、職業學校的計算機相關專業教材,也可作為學習Web前後端開發的技術人員的參考用書。
優惠價: 87 271
無庫存
  • 9010
    226
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 226

暢銷榜

客服中心

收藏

會員專區