舉報

會員
D Web Development
最新章節:
Index
WhetheryouarenewtotheworldofD,oralreadyhavedevelopedapplicationsinD,orifyouwanttoleveragethepowerofDforwebdevelopment,thenthisbookisidealforyou.BasicknowledgeofcorewebtechnologieslikeHTML5ishelpfulbutnotrequired.Thisbookexplainsthedifficultdetailstospeedyourwebdevelopment.
目錄(72章)
倒序
- 封面
- 版權頁
- Credits
- Foreword
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started with Your First Web Application
- Installing the D compiler and the DUB package manager
- Creating your first web application
- Summary
- Chapter 2. Using Templates for Your Web Pages
- Benefits of using templates
- Creating your first template
- Solving common tasks
- Summary
- Chapter 3. Get Interactive – Forms and Flow Control
- Introducing the note application
- Creating a template with a simple form
- A closer look at route matching
- Serving static files
- Storing session data
- Authenticating the user
- Displaying an error page
- Uploading files
- Summary
- Chapter 4. Easy Forms with the Web Framework
- Taking advantage of unique D features
- Converting the note application
- Validating user input
- Adding authentication
- Localizing the web content
- Summary
- Chapter 5. Accessing a Database
- Choosing the right database technology
- Using the Redis key-value store
- Using the MongoDB document database
- Using the MySQL relational database
- Summary
- Chapter 6. Using the REST Interface
- Defining the principles of the World Wide Web
- Serializing D to JSON and back
- Creating and using a REST service
- Tailoring the generated REST API
- Accessing CouchDB
- Summary
- Chapter 7. The vibe.d Internals
- The programming model of vibe.d
- Coding your own main function
- Performing background work
- Porting an existing driver
- An alternative solution for the existing drivers
- Summary
- Chapter 8. Using vibe.d with a GUI Client
- The GUI event loop and vibe.d
- Creating a Win32 GUI application
- Creating an X11 GUI application
- Integrating with other GUI toolkits
- Summary
- Chapter 9. Power Your Application with vibe.d Extensions
- Publishing your project in the DUB registry
- Useful community projects
- Summary
- Index 更新時間:2021-07-16 09:35:42
推薦閱讀
- 計算思維與算法入門
- JavaScript全程指南
- Learning Real-time Processing with Spark Streaming
- Java Web開發之道
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- bbPress Complete
- 劍指MySQL:架構、調優與運維
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- PLC應用技術(三菱FX2N系列)
- Hands-On Neural Network Programming with C#
- Learning Splunk Web Framework
- 你真的會寫代碼嗎
- 快樂編程:青少年思維訓練
- Mastering Clojure
- JavaScript Mobile Application Development
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- C++程序設計習題與實驗指導
- Python編程基礎
- 構建跨平臺APP:響應式UI設計入門
- Java面向對象程序設計(第3版)
- F# for Machine Learning Essentials
- Service Worker Development Cookbook
- Mastering WooCommerce 4
- Getting Started with Beautiful Soup
- Unreal Engine 4 Game Development Quick Start Guide
- Building Android Games with Cocos2d-x
- 圖解網絡硬件
- iOS開發標準教程
- Xcode江湖錄
- 一步一步跟我學Scratch 3.0編程