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

Java Data Object

40501
80 / 1013
漫畫學Java:簡單入門(簡體書)
滿額折
出版日:2023/09/30 作者:(德)菲利普‧阿克曼  出版社:北京理工大學出版社  裝訂:平裝
本書以漫畫的形式,通過豐富的代碼、翔實的案例分5章介紹了Java入門的基礎知識。其中,第一章介紹了如何下載Eclipse,並編寫了第一個程序;第二章介紹了變量和基礎數據類型;第三章介紹了控制流,第四章介紹了字符串的使用;第五章介紹了類、對象和方法。
優惠價: 87 465
無庫存
出版日:2023/09/25 作者:Unmesh Joshi  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Learn How to Better Understand Distributed System Design and Solve Common Problems Enterprises today rely on a range of distributed software handling data storage, messaging, system management, and compute capability. Distributed system designs need to be implemented in some programming language, and there are common problems that these implementations need to solve. These problems have common recurring solutions. A patterns approach is very suitable to describe these implementation aspects. Patterns by nature are generic enough to cover a broad range of products from cloud services like Amazon S3 to message brokers like Apache Kafka to infrastructure frameworks like Kubernetes to databases like MongoDB or Actor frameworks like Akka. At the same time the pattern structure is specific enough to be able to show real code. The beauty of this approach is that even if the code structure is shown in one programming language (Java in this case), the structure applies to many other programming
優惠價: 1 2400
無庫存
Java多線程併發體系實戰(微課視頻版)(簡體書)
滿額折
出版日:2023/09/19 作者:劉寧萌  出版社:清華大學出版社(大陸)  裝訂:平裝
本書全面、系統地介紹了Java多線程相關的核心知識點,把官方多線程的核心知識點用鏈路的方式講解清楚。讀者在學習的過程中需要循序漸進,核心知識點的理解是很重要的。由核心知識點擴展開來就可以形成萬物。學習和創造希望讀者在此過程中能擁有自已的成長和思維。 全書共分為10章。第1~3章介紹了線程的核心知識點,第4章講解線程局部變量,第5章介紹Lock鎖,第6章講解原子包,第7章介紹阻塞隊列,第8章介紹線程池,第9章講解線程同步器,第10章是AQS源代碼分析。 本書每個章節都有相對應的代碼驗證環節,提供大量應用實例,每章節均附有習題。 本書適合有一定的Java基礎知識,包括語法、結構、面像對象的編程概念。**還有一定的併發編程基礎的讀者閱讀。也可作為計算機相關專業的學習用書和參考教材,以及Java軟件開發者的自學用書和研究人員的參考用書。
優惠價: 87 412
無庫存
數據結構(Java語言實現‧題庫‧微課視頻版)(簡體書)
滿額折
出版日:2023/09/15 作者:陳銳; 馬軍霞; 蔡增玉; 馬歡; 朱亮; 趙曉君; 李朝  出版社:清華大學出版社(大陸)  裝訂:平裝
全書突出理論與實踐,除了數據結構知識講解外,重點強調Java實現,通過精選歷年計算機專業典型數據結構考研試題、軟考試題、各大公司筆試題目作為實例講解,並實現。針對每個算法,本書由淺入深,配合具體的圖表進行講解,使讀者深入理解其中算法思想,並對每部分代碼進行詳細講解。本書是一本以java作為描述語言的數據結構教材,符合目前大多數學生熟悉java語言的學習習慣,本書強調算法實現,彌補目前學時動手能力不足,本書以通俗易懂的方式介紹了數據結構中各個知識點和典型習題,知識點涵蓋全面,案例典型,來自各大名校考研和著名軟件公司的筆試面試題目,是作者多年來的教學實踐經驗總結,包括線性表、棧、隊列、串、數組和廣義表、樹、圖、查找、排序等內容,本書案例代碼全部在Eclipse、IDEA主流開發環境運行通過。
優惠價: 87 312
無庫存
Java程序設計任務驅動式實訓教程(第四版)(簡體書)
滿額折
出版日:2023/08/03 作者:王宗亮  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java程序設計任務驅動式實訓教程》共20章,每章均由任務預覽、知識講解、小結、習題(附答案)以及實訓(有代碼框架)組成。讀者每學完一章,就可立即上機實操,以鞏固所學知識。無論是編程新手,還是具有C、C++、C# 或Python基礎的程序員,讀完本書都能有所收穫。在教學內容安排上,書中融入思政元素。本書特別適合本科、高職高專、參加Java認證考試的學生以及剛入職的ICT從業者使用。
優惠價: 87 412
無庫存
Java程序設計基礎(第8版)實驗指導與習題解答(簡體書)
滿額折
出版日:2023/08/01 作者:陳國君  出版社:清華大學出版社(大陸)  裝訂:平裝
本書是主教材《Java 程序設計基礎》(第 8 版)(陳國君主編,清華大學出版社出版)的配套實驗 指導與習題解答。全書分為兩部分。第一部分是實驗指導,共有 18 章,基本與主教材中的 18 章一一對應。 每章都有相關內容的知識點,並包含若干上機實驗,每個實驗都由實驗目的、實驗要求、程序模板和實 驗指導等部分組成。實驗內容由淺入深、循序漸進,知識點全面,並針對 Java 學習過程中遇到的重點和 難點進行講解與指導,強調實用性和易學性,可以幫助讀者進一步熟悉和掌握 Java 語言的語法知識及程 序設計的方法。第二部分是主教材的習題解答,並對編程題給出了完整的程序代碼。 本書既可以作為高等院校計算機及其相關專業“面向對象程序設計”課程的教學用書,也可以作為 高等院校程序設計公共選修課用書,還可以用作職業教育的培訓用書和 Java 初學者的入門書。
優惠價: 87 308
無庫存
JSP+Servlet+Tomcat應用開發從零開始學(第3版)(簡體書)
滿額折
出版日:2023/07/01 作者:劉華貞  出版社:清華大學出版社(大陸)  裝訂:平裝
《JSP+Servlet+Tomcat應用開發從零始學(第3版)》全面系統地介紹JSP+Servlet+Tomcat開發中涉及的相關技術要點和實戰技巧。《JSP+Servlet+Tomcat應用開發從零始學(第3版)》內容講解循序漸進,結合豐富的示例使零基礎的讀者能夠熟練掌握JSP+Servlet+Tomcat的應用開發和部署。《JSP+Servlet+Tomcat應用開發從零始學(第3版)》配套示例代碼、PPT課件、作者答疑服務。 《JSP+Servlet+Tomcat應用開發從零始學(第3版)》共17章。第1~7章為Java Web基礎開發,內容包括搭建Java Web開發環境、JSP基礎語法、JSP內置對象、Servlet技術、請求與響應、會話管理、Servlet進階API、過濾器、監聽器等;第8~15章為Java Web高級開發,內容包括MySQL 8數據庫開發、JSP與Java Bean、EL標簽、JSTL標簽庫、自定義標簽、JDBC詳解、XML概述、資源國際化等;第16~17章為Java Web實戰,分別講解兩個典型的系統,即家校通門戶網站(JSP+HTML+CSS)和在線購物系統(JSP+Java Bean+MySQL)。 《JSP+Servlet+Tomcat應用開發從零始學(第3版)》內容精練、結構清晰、注重實戰,適合廣大Java Web開發初學者學習,還可作為高等院校或高職高專計算機及相關專業的教材使用。
優惠價: 87 517
無庫存
JUnit實戰(第3版)(簡體書)
滿額折
出版日:2023/06/01 作者:(羅馬尼亞)克特林‧圖多塞  出版社:人民郵電出版社  裝訂:平裝
本書全面介紹JUnit 5的新特性及其主要應用。全書共22章,分為五部分。第一部分介紹JUnit 的核心、JUnit的體系結構、從JUnit 4向JUnit 5遷移、軟件測試原則等內容;第二部分介紹軟件測試質量、用stub和mock object進行測試、容器內測試等內容;第三部分介紹用Maven和Gradle工具運行JUnit測試、IDE對JUnit 5的支持、JUnit 5的持續集成等內容;第四部分介紹JUnit 5擴展模型,表示層測試,Spring、Spring Boot和REST API以及數據庫應用程序的測試等內容;第五部分介紹使用JUnit 5進行測試驅動開發和行為驅動開發,以及用JUnit 5實現測試金字塔策略等內容。本書既適合剛接觸JUnit框架的Java開發人員閱讀,也適合想要瞭解JUnit 5新特性的、經驗豐富的JUnit開發人員學習,尤其適合企業級Java開發人員閱讀。本書還可作為高等院校學生“軟件測試”課程的參考用書。
優惠價: 87 730
無庫存
出版日:2023/05/31 作者:Julie Legler; Paul Roback  出版社:Chapman & Hall  裝訂:精裝
Designed for advanced undergraduate or non-major graduate students in Advanced Statistical Modeling or Regression II as well as courses on Generalized Linear Models, Longitudinal Data Analysis, Correl
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
劍指JVM:虛擬機實踐與性能調優(簡體書)
滿額折
出版日:2023/05/09 作者:尚矽谷教育  出版社:清華大學出版社(大陸)  裝訂:平裝
《劍指JVM:虛擬機實踐與性能調優》共分5篇:引言篇講述了Java與Java虛擬機的關係,以及Java虛擬機的相關知識;第1篇講述了運行時數據區,涉及Java內存區域的各個核心結構,以及對象創建的各種細節;第2篇講述了垃圾收集,涉及各種收集算法、垃圾收集器;第3篇講述了字節碼與類的加載;第4篇講述了性能監控與調優,帶領讀者學習Java虛擬機常用的監控與調優工具,並附有企業級的性能調優案例。本書配套視頻,可以關注尚矽谷教育公眾號獲取。
優惠價: 87 673
無庫存
Java設計模式:面向對象的設計思想(第2版‧微課視頻版)(簡體書)
滿額折
出版日:2023/04/01 作者:耿祥義; 張躍平  出版社:清華大學出版社(大陸)  裝訂:平裝
本書面向有一定Java語言基礎和一定編程經驗的讀者,重點探討在Java程序設計中怎樣使用重要的設計模式。本書共28章。前6章是學習設計模式的一些必要知識準備,也是Java語言的一些重要的概念和核心技術;第7~27章探討、講解GoF的《設計模式》一書中所給出的設計模式(除了代理模式和解釋器模式); 第28章為MVC模式。 本書的編寫目的是讓讀者不僅學習怎樣在軟件設計中使用好設計模式,而且深刻地理解面向對象的設計思想,以便更好地使用面向對象語言解決設計中的諸多問題。本書提供了44小節、總計880分鐘的微課視頻,對每個模式都進行了細緻的講解,非常有利於讀者掌握本書的內容。 本書可作為計算機相關專業教材,也可作為軟件項目管理人員、軟件開發工程師等專業人員的參考用書。
優惠價: 87 260
無庫存
JCAATs: Data Analysis and Smart Audit (Attached:Trial version software + Dataset)
滿額折
出版日:2023/03/01 作者:Sherry Huang  出版社:傑克商業自動化  裝訂:平裝
With the advent of the Al era, professionals need to select the right tools to meet new opportunities and challenges! This instructional material focuses on the application of big data analysis, text mining, and machine learning in auditing to assist readers in understanding the latest developments in data analysis and smart audit.JCAATs is a new generation audit software developed by Python, which can be executed in a Windows and MAC operation systems with a multi-language, visual, and easy-to-use interface. Non-IT professionals can easily conduct smart data analysis. Through JCAATs' built-in data fusion technology and OPEN DATA connector, heterogeneous data can be quickly analyzed in real-time and effectively identifying anomalies. The features of this book include:The book is structured to provide a progressive learning experience, with chapters covering different concepts and applications, as well as exercises and practice questions. The official textbook endorsed by ICAEA
優惠價: 9 2700
無庫存
Java Web程序設計與項目案例(微課視頻版)(簡體書)
滿額折
出版日:2023/02/01 作者:繆亮; 郭煦  出版社:清華大學出版社(大陸)  裝訂:平裝
本書將基礎理論知識和工程案例相結合,循序漸進地介紹關於Java Web開發領域的常用技術和開發框架。全書共16章,分別介紹JSP、Servlet、EL和JSTL、過濾器和監聽器、JDBC、Web開發模型、MyBatis、Spring和Spring MVC等知識,書中的每個知識點都有相應的案例代碼。 本書主要面向廣大從事Java Web開發、雲計算的專業人員,可供從事高等教育的專任教師、高等學校的在讀學生及相關領域的廣大科研人員閱讀參考。
優惠價: 87 312
無庫存
算法精粹:經典計算機科學問題的Java實現(簡體書)
滿額折
出版日:2023/01/01 作者:(美)大衛‧科帕克  出版社:機械工業出版社  裝訂:平裝
本書是一本面向中高級程序員的算法教程,借助Java語言,用經典的算法、編碼技術和原理來求解計算機科學的一些經典問題。全書共10章,講述了常見的搜索算法、常見的圖算法、遺傳算法、k均值聚類算法、簡單的神經網絡、對抗搜索算法等,通過豐富的方案、示例和習題展開具體實踐。本書將計算機科學與應用程序、數據、性能等現實問題深度關聯,定位獨特,示例經典,可以幫助程序員提升用Java解決實際問題的技術、編程和應用能力。
優惠價: 87 412
無庫存
Java程序設計習題與實踐(簡體書)
滿額折
出版日:2023/01/01 作者:田春瑾  出版社:人民郵電出版社  裝訂:平裝
全書分為4章,第1章是與主教材各章對應的習題;第2章介紹Java開發環境的準備、配置和常用開發工具的使用及程序調試的一般方法;第3章精心設計了16個實驗,每個實驗分為“實驗目的”“實驗內容”“實驗拓展與思考”3小節;第4章是綜合設計,包括設計要求及綜合設計實例。
優惠價: 87 171
無庫存
Java Web開發實戰(視頻講解版)(簡體書)
滿額折
出版日:2023/01/01 作者:李興華; 馬雲濤  出版社:人民郵電出版社  裝訂:平裝
Java Web是Java企業級開發平臺中的重要組成技術。只有開發者擁有了扎實的Web技術理解以及良好的Web程序設計能力,才能具備項目架構的設計能力。通過本課程的學習讀者可以充分地理解Web開發中的技術特點、性能調優以及項目設計模式。本書主要通過大量的代碼實例為讀者詳細講解JSP、Servlet、MVC等Java Web中的核心開發技術,同時又通過手動的方式結合反射機制講解如何實現MVC開發框架,這樣不僅可以幫助讀者更好地理解MVC的設計思想,同時也為讀者後續學習Spring MVC開發技術進行良好的鋪墊。Java Web是Java技術與後續知識之間的重要銜接,而要學會把JSP、Servlet、MVC、Ajax、JSON、開發框架等技術進行綜合的應用,就需要依據一個完整的項目。本書基於Bootstrap前端框架介紹一個商城實戰項目,包括購物車、訂單、用戶管理等基本功能的實現。同時考慮到實際的應用,本書也基於Maven工具進行開發講解,幫助讀者獲得完整的項目經驗,並能對所學知識進行有效的整合。本書附有配套視頻、源代碼、習題、教學課件等資源。為了幫助讀者更好地學習本書,作者還提供了在線答疑服務。本書適合作為高等教育本、專科院校計算機相關專業的教材,也可供廣大計算機編程愛好者自學使用。
優惠價: 87 469
無庫存
數據結構(Java語言版)(簡體書)
滿額折
出版日:2023/01/01 作者:王學軍  出版社:人民郵電出版社  裝訂:平裝
本書共分10章,重點介紹3種基本數據結構及其應用,主要內容包括緒論、Java語言基礎知識、線性表、棧和隊列、數組和廣義表、串、樹與二叉樹、圖、查找和排序等。本書採用Java語言描述數據結構中的算法,每章配有一定數量的具有完整程序的實例,並在**後提供難易適中、與所講理論知識相配套的習題,幫助讀者學習和理解理論知識。 本書面向高等職業院校學生,語言通俗易懂,每章都由實例引入,理論和實踐緊密結合。全書重點突出基本理論和基本算法的實現過程,強調實踐性和實用性。另外本書配有電子教案和習題解答,可從人民郵電出版社的網站(www.ptpress.com.cn)下載。 本書可作為高職高專院校計算機及相關專業“數據結構”課程的教材,也可作為各類計算機培訓班的教材。
優惠價: 87 131
無庫存
Java系統分析與架構設計(簡體書)
滿額折
出版日:2023/01/01 作者:肖海鵬; 王榮芝; 張天怡  出版社:清華大學出版社(大陸)  裝訂:平裝
《Java系統分析與架構設計》面向軟件工程項目實戰,內容按照軟件項目的生命週期展開,分別為軟件項目需求分析、軟件項目架構設計(開發架構模式為主)、軟件項目模塊設計、軟件項目的持久層設計(關系型物理表設計、Redis設計、MongoDB設計)、軟件項目的部署等。 《Java系統分析與架構設計》共7章,第1章以大型企業項目“中國石油物資採購管理信息系統”為例,詳細講解需求分析技術,如流程圖分解、UML用例圖設計、UML狀態圖設計、概念模型分析等;第2章為“軟件架構設計”,講解架構設計五視圖、Java EE架構模式、微服務架構模式、Dubbo 3架構模式、MOM架構模式等內容,同時結合大型分布式項目“電影院綜合票務管理平臺”進行詳細的架構設計示範;第3章為“項目模塊設計”,講解UML類圖、UML時序圖設計方法,同時結合項目“新聞系統”與“物流管理系統”進行模塊設計的項目實戰示範;第4章為“持久層物理表設計”,講解“三範式與反範式”設計方法,並總結13個真實企業級軟件項目,進行物理表設計示範;第5章為“持久層Redis數據庫設計”,結合“當當書城”項目進行Redis項目實戰示範;第6章為“持久層MongoDB數據庫設計”,結合“新浪微博”系統,進行MongoDB項目實戰示範;第7章為“項目部署”,講解了Nginx反向代理、Docker虛擬化部署以及Web服務器集群、MySQL集群部署、Redis集群部署、MongoDB集群部署。 《Java系統分析與架構設計》提供大量項目實戰代碼示例,具體程序代碼見本書配套資源,獲取方式見前言。 《Java系統分析與架構設計》適合作為高等院校計算機、軟件工程專業高年級本科生、研究生的教材,也可供有一定編程經驗的軟件開發人員、廣大科技工作者和研究人員參考使用。
優惠價: 87 412
無庫存
出版日:2022/11/30 作者:Steven Lloyd Wilson  出版社:Cambridge Univ Pr  裝訂:精裝
Social media has put mass communication in the hands of normal people on an unprecedented scale, and has also given social scientists the tools necessary to listen to the voices of everyday people around the world. This book gives social scientists the skills necessary to leverage that opportunity, and transform social media's vast stream of information into social science data. The book combines the big data techniques of computer science with social science methodology. Intended as a text for advanced undergraduates, graduate students, and researchers in the social sciences, this book provides a methodological pathway for scholars who want to make use of this new and evolving source of data. It provides a framework for building one's own data collection and analysis infrastructure, a toolkit of content analysis, geographic analysis, and network analysis, and meditations on the ethical implications of social media data.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Social Media as Social Science Data
90 折
出版日:2022/11/30 作者:Steven Lloyd Wilson  出版社:Cambridge Univ Pr  裝訂:平裝
Social media has put mass communication in the hands of normal people on an unprecedented scale, and has also given social scientists the tools necessary to listen to the voices of everyday people around the world. This book gives social scientists the skills necessary to leverage that opportunity, and transform social media's vast stream of information into social science data. The book combines the big data techniques of computer science with social science methodology. Intended as a text for advanced undergraduates, graduate students, and researchers in the social sciences, this book provides a methodological pathway for scholars who want to make use of this new and evolving source of data. It provides a framework for building one's own data collection and analysis infrastructure, a toolkit of content analysis, geographic analysis, and network analysis, and meditations on the ethical implications of social media data.
優惠價: 9 1296
無庫存
Revenge of Dr. von Naysayer (The DATA Set #10)(平裝本)
滿額折
出版日:2022/11/22 作者:Ada Hopper  出版社:Little Simon  裝訂:平裝
In the tenth DATA Set adventure, the kids must choose sides in the battle between Dr. Bunsen and Dr. von Naysayer!Dr. Bunsen goes up against his ultimate nemesis, Dr. von Naysayer to settle their long-standing feud, once and for all. May the best mad scientist win!With easy-to-read language and illustrations on almost every page, the DATA Set chapter books are perfect for emerging readers.
優惠:外文書周末優惠-單79雙75 優惠價: 79 211
無庫存
Java Web程序設計與項目實踐(簡體書)
滿額折
出版日:2022/10/01 作者:陳建國; 張曉雲; 代英明  出版社:清華大學出版社(大陸)  裝訂:平裝
本書主要包括Web應用程序概述、JSP基礎、JSP內置對象、JavaBean技術、JSP的數據訪問、Servlet技術、EL和JSTL、JSP應用開發等內容。本書共8章, 包含8個項目, 28個任務, 提供了150多個教學案例程序。通過這些項目, 將Java Web程序設計中常見的開發技術融入其中。
優惠價: 87 465
無庫存
Java程序設計與數據分析(簡體書)
滿額折
出版日:2022/10/01 作者:陶俊  出版社:清華大學出版社(大陸)  裝訂:平裝
當今,數據科學正在廣泛影響社會,無論是企業還是高校,許多領域正通過數據分析揭示隱藏的知識,包括機器學習、自然語言處理、信息檢索、數據可視化等交叉學科正在助推這一領域的發展。上述領域的持續進步逐步向文科領域滲透,極大地帶動了文科教學和研究的發展,例如,數字人文、社會計算、數字治理、智慧文旅、應急情報、數據新聞等成為新文科發展的新興亮點。Java語言作為一門經典的編程語言,在面向對象程序設計和應用數據科學領域均有著卓越的表現。 本書旨在通過學習Java程序設計來引導讀者將其與數據分析相結合,為培養新文科專業的交叉學科人才提供支持。全書共13章,介紹了變量,方法,條件控制,循環,字符串與數組,類與對象,面向對象的特性,繼承、抽象類與接口,異常與輸入輸出,數據分析基礎,Web爬蟲,機器學習與文本挖掘應用等內容。 本書適合管理類專業高年級本科生或研究生作為面向對象程序設計、Java語言程序設計、數據科學導論、應用機器學習等相關課程的參考教材,也適合對Java語言編程以及數據分析領域感興趣的讀者參考。
優惠價: 87 204
無庫存
Java基礎案例教程(簡體書)
滿額折
出版日:2022/09/01 作者:黑馬程式師  出版社:人民郵電出版社  裝訂:平裝
本書從初學者的角度詳細講解了Java開發中用到的多種技術。全書共11章,在講解Java開發環境的搭建及其運行機制、基本語法、面向對象的編程思想時,採用通俗易懂的語言闡述抽象的概念,選用典型翔實的例子演示知識的運用。在講解多線程、常用API、集合、IO、GUI、網絡編程的章節中,通過剖析案例、分析代碼含義、解決常見問題等方式進行闡述,並且在本書中還添加了許多階段性任務來模擬程序開發過程,幫助初學者培養良好的編程習慣。本書附帶配套視頻、源代碼、測試題、教學PPT、教學實施案例、教學設計大綱等資源,並提供在線答疑平臺。本書既可作為高等院校本、專科計算機相關專業的程序設計課程教材,也可作為Java技術基礎的培訓教材,也是一本適合廣大計算機編程初學者學習的入門級讀物。
優惠價: 87 282
無庫存
Java程序設計立體化教程(簡體書)
滿額折
出版日:2022/09/01 作者:沈萍  出版社:西安電子科技大學出版社  裝訂:平裝
本書共11個項目,涉及 Java語言基礎、類和對象、封裝、重載、繼承、抽象類、接口和多態、數組與集合、異常和異常處理、文件輸入/輸出、圖形用戶界面設計、多線程等內容。每個項目的內容都經過精心設計,包括項目綜述、知識要點、任務實現、實戰練習,並將相關知識點巧妙地嵌入到每個項目中。學生在完成項目任務的同時,可掌握相關知識,發展職業能力。 本書為新形態教材,書中除了提供電子教案、課件、源代碼、習題詳解等教學資源外,還特別錄製了豐富的微課視頻,針對重點、難點知識進行了詳細的講解。此外,書中還結合具體的教學項目融入了10個課程思政案例,供讀者參考學習。 本書可作為高校計算機相關專業的教材,同時也可作為廣大計算機愛好者的學習用書和各類Java程序設計培訓班的教學用書。
優惠價: 87 172
無庫存
輕量級Java EE Web框架技術:Spring MVC+Spring+MyBatis+Spring Boot(簡體書)
滿額折
出版日:2022/08/09 作者:李冬海; 靳宗信; 姜維; 黨婉譽  出版社:清華大學出版社(大陸)  裝訂:平裝
本書介紹Java EE領域的Spring MVC、MyBatis、Spring和Spring Boot這4種主流框架和技術。本書分為5篇。第1篇介紹Java的構建工具javac、Ant和Maven;第2篇介紹構建Web應用的Spring MVC框架;第3篇介紹MyBatis ORM框架;第4篇介紹Spring容器;第5篇介紹Spring Boot。本書重要內容配有界面截圖,關鍵內容還配以示意圖,使複雜的技術更容易理解。書中還融入了學習方法介紹,以使讀者觸類旁通,更輕鬆地學習和理解其他框架。 本書便於教學與自學,注重理論與應用結合,是與主流技術接軌的教材,可供高校計算機類專業和培訓機構教學以及個人自學使用。
優惠價: 87 616
無庫存
Java EE架構與程序設計(第3版)(簡體書)
滿額折
出版日:2022/08/01 作者:鄭鋒  出版社:電子工業出版社  裝訂:平裝
Java EE包含一系列的技術,對於Web開發人員來說,關鍵是掌握Web組件技術、JDBC編程及常用框架等。本書主要分為四部分:第一部分介紹Servlet/JSP入門,並通過對簡單示例的演示來講解MVC模式的含義及使用;第二部分詳解Servlet組件開發,對Servlet相關技術進行深入剖析;第三部分深入介紹JSP組件開發;第四部分介紹與Java EE架構設計相關的幾個高級主題,包括Log4j、Ajax、JSF框架。本書在第一部分便設計了一個案例,並貫穿始終,隨著介紹的深入不斷完善案例,將所學技能直接應用到案例開發中,做到“學中做,做中學”。
優惠價: 87 260
無庫存
出版日:2022/07/28 作者:Jannice Kall  出版社:Routledge  裝訂:精裝
This book analyses the phenomenon of digitally mediated property and considers how it problematises the boundary between human and nonhuman actors. The book addresses the increasingly porous border between personhood and property in digitized settings and considers how the increased commodification of knowledge makes visible a rupture in the liberal concept of the property owning, free, person. Engaging with the latest work in posthumanist and new materialist theory, it shows, how property as a concept as well as a means for control, changes fundamentally under advanced capitalism.Such change is exemplified by the way in which data, as an object of commodification, is extracted from human activities yet is also directly used to affectively control - or nudge - humans. Taking up a range of human engagements with digital platforms and coded architectures, as well as the circulation of affects through practices of artificial intelligence that are employed to shape behaviour, the book argu
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2022/06/30 作者:Carolyn Adams  出版社:Cambridge Univ Pr  裝訂:精裝
Health research around the world relies on access to data, and much of the most valuable, reliable, and comprehensive data collections are held by governments. These collections, which contain data on whole populations, are a powerful tool in the hands of researchers, especially when they are linked and analyzed, and can help to address “wicked problems” in health and emerging global threats such as COVID-19. At the same time, these data collections contain sensitive information that must only be used in ways that respect the values, interests, and rights of individuals and their communities. Sharing Linked Data for Health Research provides a template for allowing research access to government data collections in a regulatory environment designed to build social license while supporting the research enterprise.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Java Web基礎與實例教程(簡體書)
滿額折
出版日:2022/06/01 作者:孔祥盛; 趙芳  出版社:人民郵電出版社  裝訂:平裝
本書採用“任務驅動”的編寫模式,由淺入深、循序漸進、系統地介紹了Java Web開發的相關知識。通過實際應用的案例,幫助讀者鞏固所學知識,以便更好地進行開發實踐。全書共15章,內容涵蓋了Java Web開發基礎知識、Servlet接收GET請求數據、Servlet接收POST請求數據、Servlet生成HTTP響應數據、異步請求和異步響應、會話控制技術:Cookie與Session、過濾器Filter和監聽器Listener、MVC和JSTL、個人筆記系統的數據庫設計及實現、MySQL事務機制和JDBC的使用、layui以及CKEditor的使用,以及個人筆記系統首頁模塊的設計與實現、用戶管理模塊的設計與實現、筆記管理模塊的實現、其他功能模塊的設計與實現等知識。
優惠價: 87 339
無庫存
出版日:2022/04/30 作者:Simon Foucart  出版社:Cambridge Univ Pr  裝訂:精裝
This text provides deep and comprehensive coverage of the mathematical background for data science, including machine learning, optimal recovery, compressed sensing, optimization, and neural networks. In the past few decades, heuristic methods adopted by big tech companies have complemented existing scientific disciplines to form the new field of Data Science. This text embarks the readers on an engaging itinerary through the theory supporting the field. Altogether, twenty-seven lecture-length chapters with exercises provide all the details necessary for a solid understanding of key topics in data science. While the book covers standard material on machine learning and optimization, it also includes distinctive presentations of topics such as reproducing kernel Hilbert spaces, spectral clustering, optimal recovery, compressed sensing, group testing, and applications of semidefinite programming. Students and data scientists with less mathematical background will appreciate the appendice
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2022/04/20 作者:任鋼  出版社:深智數位  裝訂:平裝
從基礎到進階――Quarkus完整開發大全!★專業推薦中國紅帽首席架構師 張家駒亞馬遜雲端科技專業顧問服務團隊經理 陳明儀▍本書內容 Quarkus是一個來自Red Hat公司的超音速次原子Kubernetes原生Java框架。該框架允許Java開發人員結合容器、微服務和Kubernetes的能力來構建可靠、高性能、快速的雲端原生應用和Serverless應用。 本書是一本Quarkus開發大全,涵蓋Quarkus大部分內容,書中共包含50多個案例,共12章,第1章是Quarkus概述,可以從整體上認識Quarkus;第2章是對Quarkus的初探,將使用Quarkus構建一個微服務並開發基礎應用;第3章至第10章是本書的主要部分,將詳細講解如何在Quarkus架構上進行Web、Data、Message、Security、Reactive、Tolerance、Health、Tracing、Spring整合應用場景的開發和實作;第11章介紹Quarkus在雲端原生應用場景下的實施和部署;第12章是Quarkus Extension,進階開發者在Quarkus的基礎上擴充外部元件。本書適合想在Quarkus獲得更多知識或實現更多新創方式的IT工程師,針對Spring框架已經有經驗的工程師更是如虎添翼。▍本書特點.Java工程師用K8s探索微服務的先驅Quarkus概述.Quarkus中進行Web開發完整專案.資料驅動的Quarkus案例實作.Message系統的案例架設.Security安全考量的微服務專案.Reactive的整合場景.Tolerance在Quarkus的應用場景.Health的企業專案開發.Tracing場景下的微服務應用.Spring整合應用場景.Quarkus在雲端原生實施部署.Quarkus Extension進一步使用※適合讀者群本書適合對Quarkus感興趣且想在這方面獲得更多知識或實現更多想法的IT從業者。.初級讀者:可以透過本書知道如何使用Quarkus進行Web、Data和Message方面的開發,能非常迅速、高效、簡單地架設一個微服務應用系統。.中級讀者:如具有豐富開發經驗的軟體開發工程師等,可以透過本書獲得對Quarkus的全面認識,能建構安全的、整合的、伸縮性和容錯能力強的雲端原生應用。.進階讀者:如具有豐富經驗的架構師和分析
出版日:2022/03/31 作者:Cheng Hsiao  出版社:Cambridge Univ Pr  裝訂:精裝
Now in its fourth edition, this comprehensive introduction of fundamental panel data methodologies provides insights on what is most essential in panel literature. A capstone to the forty-year career of a pioneer of panel data analysis, this new edition's primary contribution will be the coverage of advancements in panel data analysis, a statistical method widely used to analyze two or higher-dimensional panel data. The topics discussed in early editions have been reorganized and streamlined to comprehensively introduce panel econometric methodologies useful for identifying causal relationships among variables, supported by interdisciplinary examples and case studies. This book, to be featured in Cambridge's Econometric Society Monographs series, has been the leader in the field since the first edition. It is essential reading for researchers, practitioners and graduate students interested in the analysis of microeconomic behavior.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Java EE應用開發及實訓(簡體書)
滿額折
出版日:2022/03/25 作者:黃能耿; 胡麗丹  出版社:機械工業出版社  裝訂:平裝
本書講解Java EE 技術在Web 開發中的應用,重點介紹JSP、Servlet、MyBatis、Spring、Spring MVC 以及Web 項目的發佈,*後介紹一個綜合案例。與本書第1 版的*大區別是,第2 版用目前主流的SSM技術替換了第1 版的SSH 技術,做到與企業崗位需求接軌。本書的特點是注重實踐,全書以“學生信息管理系統”項目的開發為主線,從第2 章客戶端編程開始,直到第8 章的項目發佈,緊緊圍繞“學生信息管理系統”的需求來選擇教學內容,因此,所有講授的內容都能在項目開發中得到實戰的演練。本書提供在線實訓平臺――Jitor 校驗器(下載地址為http://ngweb.org/),讀者可在線訪問80 多個Jitor 實訓項目,在Jitor 校驗器的指導下一步一步地完成實訓任務,每完成一步都提交給Jitor 校驗器檢查,並實時得到通過或失敗的反饋信息,校驗通過後才能進入下一步操作。Jitor 校驗器還會將成績上傳到服務器,教師可以實時掌握每一位學生以及全班學生的實訓進展情況。本書適用於64、48 或32 課時的“Java EE 應用程序設計”“Java Web應用開發”“JSP 程序設計”等課程及課程設計專用周使用。本書既可作為高等職業院校的教材,也可作為應用型本科、中等職業院校、培訓機構的教材,還可供自學者使用。
優惠價: 87 360
無庫存
面向對象程序設計項目教程(簡體書)
滿額折
出版日:2022/03/09 作者:向守超  出版社:西安電子科技大學出版社  裝訂:平裝
本書在介紹了Java面向對象程序設計基礎知識的基礎上,對Java的高級應用進行了深入分析和講解,內容涵蓋Java概述,數據類型與運算符,流程控制結構,數組,類和對象,Java常用類,繼承與多態,抽象類、接口和枚舉類,異常處理,泛型與集合,文件,多線程,圖形用戶界面,MySQL數據庫連接,網絡編程等。本書所有代碼都是基於Java 8環境調試運行的。本書注重可讀性和實用性,並突出重點,強調動手操作能力。書中配備了大量的例題和習題。這些例題和習題都經過精心的考慮,以幫助讀者理解知識,啟發學習。本書通俗易懂,便於自學,針對較難理解的問題,都是從簡單到複雜,逐步深入地引入例子,利於讀者掌握Java面向對象編程的思想。本書適用面廣,既可作為高校、培訓機構的Java教材,也可作為計算機科學與技術、物聯網工程、軟件工程、電子商務等專業程序設計課程的教材。
優惠價: 87 345
無庫存
The Statistical Physics of Data Assimilation and Machine Learning
滿額折
出版日:2022/02/28 作者:Henry D. I. Abarbanel  出版社:Cambridge Univ Pr  裝訂:精裝
Data assimilation is a hugely important mathematical technique, relevant in fields as diverse as geophysics, data science, and neuroscience. This modern book provides an authoritative treatment of the field as it relates to several scientific disciplines, with a particular emphasis on recent developments from machine learning and its role in the optimisation of data assimilation. Underlying theory from statistical physics, such as path integrals and Monte Carlo methods, are developed in the text as a basis for data assimilation, and the author then explores examples from current multidisciplinary research such as the modelling of shallow water systems, ocean dynamics, and neuronal dynamics in the avian brain. The theory of data assimilation and machine learning is introduced in an accessible and unified manner, and the book is suitable for undergraduate and graduate students from science and engineering without specialized experience of statistical physics.
優惠價: 9 3217
無庫存
Time Series Data Analysis in Oceanography:Applications using MATLAB
90 折
出版日:2022/02/28 作者:Chunyan Li  出版社:Cambridge Univ Pr  裝訂:精裝
Chunyan Li is a course instructor with many years of experience in teaching about time series analysis. His book is essential for students and researchers in oceanography and other subjects in the Earth sciences, looking for a complete coverage of the theory and practice of time series data analysis using MATLAB. This textbook covers the topic's core theory in depth, and provides numerous instructional examples, many drawn directly from the author's own teaching experience, using data files, examples, and exercises. The book explores many concepts, including time; distance on Earth; wind, current, and wave data formats; finding a subset of ship-based data along planned or random transects; error propagation; Taylor series expansion for error estimates; the least squares method; base functions and linear independence of base functions; tidal harmonic analysis; Fourier series and the generalized Fourier transform; filtering techniques: sampling theorems: finite sampling effects; wavelet
優惠價: 9 2538
無庫存
Java多線程編程核心技術(第3版)(簡體書)
滿額折
出版日:2022/01/01 作者:高洪岩  出版社:機械工業出版社  裝訂:平裝
本書作為講解Java多線程技術的教程,主要介紹非常核心並常用的技術點,比如解決線程Thread的停止,線程對象Thread的暫停,線程的優先級,synchronized關鍵字的使用,以及使用它解決非線程安全的問題。使用volatile關鍵字解決變量可見性問題,使用wait()及notify()方法實現等待通知模式,還有使用ThreadLocal類進行隔離變量,Lock鎖對象的使用,包含Condition類實現生產者-消費者模式,深入講解了Condition類在使用上的細節。還包括對Lock鎖對象中的常見API進行細化講解,ReentrantReadWriteLock讀寫鎖的使用等,Timer定時器類的使用。多線程實現單例模式時完整的解決步驟,以及多線程異常的處理等常見Java多線程解決方案。併發集合框架的使用,以及線程池技術點的使用。
優惠價: 87 673
無庫存
Data Protection and Privacy, Volume 14:Enforcing Rights in a Changing World
90 折
This book brings together papers that offer conceptual analyses, highlight issues, propose solutions, and discuss practices regarding privacy, data protection and enforcing rights in a changing world. It is one of the results of the 14th annual International Conference on Computers, Privacy and Data Protection (CPDP), which took place online in January 2021. The pandemic has produced deep and ongoing changes in how, when, why, and the media through which, we interact.Many of these changes correspond to new approaches in the collection and use of our data - new in terms of scale, form, and purpose. This raises difficult questions as to which rights we have, and should have, in relation to such novel forms of data processing, the degree to which these rights should be balanced against other poignant social interests, and how these rights should be enforced in light of the fluidity and uncertainty of circumstances. The book covers a range of topics, such as: digital sovereignty; art and a
優惠價: 9 3780
無庫存
Statistical Methods For Reliability Data, Second Edition
滿額折
出版日:2021/11/29 作者:Meeker  出版社:John Wiley & Sons Inc  裝訂:精裝
Statistical Methods for Reliability Data, Second Edition (SMRD2) is an essential guide to the most widely used and recently developed statistical methods for reliability data analysis and reliability test planning. Written by three experts in the area, SMRD2 updates and extends the long- established statistical techniques and shows how to apply powerful graphical, numerical, and simulation-based methods to a range of applications in reliability. SMRD2 is a comprehensive resource that describes maximum likelihood and Bayesian methods for solving practical problems that arise in product reliability and similar areas of application. SMRD2 illustrates methods with numerous applications and all the data sets are available on the book’s website. Also, SMRD2 contains an extensive collection of exercises that will enhance its use as a course textbook.The SMRD2's website contains valuable resources, including R packages, Stan model codes, presentation slides, technical notes, information about
優惠價: 1 1820
無庫存
  • 40501
    1013
  • 1
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 1013

暢銷榜

客服中心

收藏

會員專區