- Lua Quick Start Guide
- Gabor Szauer
- 175字
- 2021-08-05 10:30:30
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
html, body, #map {
height: 100%;
margin: 0;
padding: 0
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
$ mkdir css
$ cd css
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- GeoServer Cookbook
- PyTorch Artificial Intelligence Fundamentals
- Learning AWS Lumberyard Game Development
- 機械工程師Python編程:入門、實戰與進階
- Python數據挖掘與機器學習實戰
- 你不知道的JavaScript(中卷)
- 大模型RAG實戰:RAG原理、應用與系統構建
- The Complete Coding Interview Guide in Java
- Building Machine Learning Systems with Python(Second Edition)
- C編程技巧:117個問題解決方案示例
- Fastdata Processing with Spark
- Python Digital Forensics Cookbook
- Getting Started with RethinkDB
- 可視化H5頁面設計與制作:Mugeda標準教程
- 計算思維與Python編程