買這商品的人也買了...
-
學徒模式-優秀軟體開發者的養成之路 (Apprenticeship Patterns: Guidance for the Aspiring Software Craftsman)$420$332 -
TQC+ 電路佈線認證指南 OrCAD16.5$420$357 -
深入淺出 PMP, 3/e (Head First PMP, 3/e)$980$774 -
物件導向設計模式-可再利用物件導向軟體之要素 (精裝典藏版) (Design Patterns: Elements of Reusable Object-Oriented Software)$550$550 -
Java 8 Lambdas 技術手冊 (Java 8 Lambdas: Pragmatic Functional Programming)$480$379 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
$534Spring 實戰, 4/e (Spring in Action, 4/e) -
$454JavaEE 開發的顛覆者: Spring Boot實戰 -
Docker 錦囊妙計 (Docker Cookbook)$680$537 -
建構微服務|設計細微化的系統 (Building Microservices)$580$458 -
寫給 PM、RD 與設計師看的設計需求分析─使用者想要的應用程式都是這樣打造出來的 (Designing the Requirements: Building Applications that the User Wants and Needs)$580$458 -
$356Spring Boot 實戰 (Spring Boot in Action) -
新觀念 Microsoft Visual C# 程式設計範例教本, 4/e$580$493 -
$534Jenkins 權威指南 -
$534實戰 Gradle (Gradle in Action) -
Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425 -
演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e)$580$458 -
$454Spring Cloud 微服務實戰 -
TensorFlow + Keras 深度學習人工智慧實務應用$590$460 -
寫程式前就該懂的演算法 ─ 資料分析與程式設計人員必學的邏輯思考術 (Grokking Algorithms: An illustrated guide for programmers and other curious people)$390$308 -
Android Gradle 權威指南$354$336 -
為你自己學 Git$500$425 -
無瑕的程式碼-整潔的軟體設計與架構篇 (Clean Architecture: A Craftsman's Guide to Software Structure and Design)$580$452 -
$505Spring 實戰, 5/e (Spring in Action, 5/e) -
The Pragmatic Programmer 20週年紀念版 (The Pragmatic Programmer, 20th Anniversary Edition)$680$537
相關主題
商品描述
<內容介紹>
本書內容全面, 以從專家的角度闡釋Maven的價值開篇, 全面介紹了Maven的安裝、配置和基本使用方法、以便於初學者參考; 詳細講解了坐標和依賴、Maven倉庫、生命週期和插件等。
<章節目錄>
前言
致謝
第1章maven簡介
1.1何為maven
1.1.1何為構建
1.1.2 maven是優秀的構建工具
1.1.3 maven不僅僅是構建工具
1.2為什麼需要maven
1.2.1組裝pc和品牌pc
1.2.2 ide不是萬能的
1.2.3 make
1.2.4 ant
1.2.5不重複發明輪子
1.3 maven與極限編程
1.4被誤解的maven
1.5小結
第2章maven的安裝和配置
2.1在windows上安裝maven
2.1.1檢查jdk安裝
2.1.2下載maven
2.1.3本地安裝
2.1.4升級maven
2.2在基於unix的系統上安裝maven
2.2.1下載和安裝
2.2.2升級maven
2.3安裝目錄分析
2.3.1 m2_HOME
2.3.2 ~/. m2
2.4設置http代理
2.5安裝m2eclipse
2.6安裝netbeans maven插件
2.7 maven安裝最佳實踐
2.7.1設置maven_opts環境變量
2.7.2配置用戶範圍settingsxml
2.7.3不要使用ide內嵌的maven
2.8小結
第3章maven使用入門
3.1編寫pom
3.2編寫主代碼
3.3編寫測試代碼
3.4打包和運行
3.5使用archetype生成項目骨架
3.6 m2eclipse簡單使用
3.6.1導入maven項目
3.6.2創建maven項目
3.6.3運行mvn命令
3.7 netbeans maven插件簡單使用
3.7.1打開maven項目
3.7.2創建maven項目
3.7.3運行mvn命令
3.8小結
第4章背景案例
第5章坐標和依賴
第6章倉庫
第7章生命週期和插件
第8章聚合與繼承
第9章使用nexus創建私服
第10章使用maven進行測試
第11章使用hudson進行持續集成
第12章使用maven構建web應用
第13章版本管理
第14章靈活的構建
第15章生成項目站點
第16章m2eclipse
第17章編寫maven插件
第18章archetype
附錄A pom元素參考
附錄B settings元素參考
附錄C常用插件列表
