- WordPress for Education
- Adam D. Scott
- 211字
- 2021-08-13 18:21:50
Conventions
In this book, you will 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: "If the new site was to be www.example.org/student1
, simply enter student 1.
"
A block of code is set as follows:
// ** MySQL settings - You can get this info from your web host ** /** The name of the database for WordPress */ define('DB_NAME', 'putyourdbnamehere'); /** MySQL database username */ define('DB_USER', 'usernamehere'); /** MySQL database password */
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// ** MySQL settings - You can get this info from your web host ** /** The name of the database for WordPress */ define('DB_NAME', 'putyourdbnamehere'); /** MySQL database username */ define('DB_USER', 'usernamehere'); /** MySQL database password */
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: "Click on the OK button."
推薦閱讀
- Microsoft Power BI Quick Start Guide
- 人工免疫算法改進及其應用
- TestStand工業自動化測試管理(典藏版)
- Hands-On Neural Networks with Keras
- 電腦上網直通車
- JMAG電機電磁仿真分析與實例解析
- Windows程序設計與架構
- Hands-On Cybersecurity with Blockchain
- 數據通信與計算機網絡
- Enterprise PowerShell Scripting Bootcamp
- 西門子變頻器技術入門及實踐
- 人工智能技術入門
- PostgreSQL 10 High Performance
- Machine Learning in Java
- Keras Reinforcement Learning Projects