- MariaDB Essentials
- Emilien Kenler Federico Razzoli
- 165字
- 2021-07-09 21:39:12
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a /tmp/mariadb/books2.xml
file following this structure."
A block of code is set as follows:
<book id="bk101"> <author> <last>Gambardella</last> <first>Matthew</first> </author> <title>XML Developer's Guide</title> <genre>Computer</genre> <price>44.95</price> <publish_date>2000-10-01</publish_date> <description>An in-depth look at creating applications with XML.</description> </book>
Any command-line input or output is written as follows:
SELECT WEEKDAY(date), COUNT(*) FROM product_order WHERE YEAR(date) = YEAR(NOW()) GROUP BY WEEKDAY(date);
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
推薦閱讀
- LaTeX Cookbook
- Getting Started with ResearchKit
- Microsoft Dynamics 365 Extensions Cookbook
- Visual C++實例精通
- AngularJS深度剖析與最佳實踐
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 精通Python自然語言處理
- iOS應(yīng)用逆向工程(第2版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 人人都懂設(shè)計模式:從生活中領(lǐng)悟設(shè)計模式(Python實現(xiàn))
- Hands-On Functional Programming with TypeScript
- ASP.NET程序設(shè)計教程
- Procedural Content Generation for C++ Game Development
- 深入剖析Java虛擬機(jī):源碼剖析與實例詳解(基礎(chǔ)卷)
- C#程序設(shè)計(項目教學(xué)版)