- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 268字
- 2021-08-13 18:22:48
Time for action — heading
- Action 1
- Action 2
- Action 3
Instructions often need some extra explanation so that they make sense, so they are followed with:
What just happened?
This heading explains the working of tasks or instructions that you have just completed.
You will also find some other learning aids in the book, including:
Pop quiz — heading
These are short multiple choice questions intended to help you test your own understanding.
Have a go hero — heading
These set practical challenges and give you ideas for experimenting with what you have learned.
You will also find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " It's difficult to standardize the install
methods for Linux, because there are many different flavors and configurations."
A block of code is set as follows:
<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all </Directory>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
Any command-line input or output is written as follows:
sudo apt-get install php5 php5-dev libapache2-mod-php5 php5-curl php5-mcrypt
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this:"Start by opening Terminal".
- PHP+MySQL網站開發技術項目式教程(第2版)
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Java Web開發詳解
- C語言程序設計
- C# and .NET Core Test Driven Development
- MySQL程序員面試筆試寶典
- 硬件產品設計與開發:從原型到交付
- Web Developer's Reference Guide
- 物聯網系統架構設計與邊緣計算(原書第2版)
- VMware vSphere Design Essentials
- 詩意的邊緣
- HTML5/CSS3/JavaScript技術大全
- Node.js Web Development
- JavaScript程序設計基礎教程(慕課版)
- Scala實用指南