- Raspberry Pi Blueprints
- Dan Nixon
- 173字
- 2021-07-23 19:55:57
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 and user input are shown as follows: "Where path/to/raspbian_image.img
is the extracted image file and sdX
is the path to your SD card."
A block of code is set as follows:
#!/bin/bash sleep 20 cd /home/pi python player.py -d music --random -f 99.9 &
Any command-line input or output is written as follows:
ffmpeg -i file.mp3 -f s16le -ar 22.05k -ac 2 - | sudo ./pifm - freq 22050 stereo
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: "Files can be uploaded by right-clicking on them and selecting Upload."
推薦閱讀
- JavaScript修煉之道
- Computer Vision for the Web
- GraphQL學習指南
- Dynamics 365 Application Development
- PyTorch自動駕駛視覺感知算法實戰
- C#編程入門指南(上下冊)
- Java高手真經(高級編程卷):Java Web高級開發技術
- Vue.js 3.x從入門到精通(視頻教學版)
- 軟件測試工程師面試秘籍
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Learning DHTMLX Suite UI
- 零基礎趣學C語言
- Qt5 C++ GUI Programming Cookbook
- 微前端設計與實現
- Get Your Hands Dirty on Clean Architecture