- Raspberry Pi Home Automation with Arduino(Second Edition)
- Andrew K. Dennis
- 160字
- 2021-07-23 20:35:13
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 explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Once logged in, we are going to run apt-get
to install SQLite3."
A block of code is set as follows:
#!/usr/bin/env python import sqlite3 import urllib2 import json
Any command-line input or output is written as follows:
cd ~ mkdir database cd database
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: "If you see the Getting darker message, try shining your flashlight on the sensor."
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- Instant Apache Stanbol
- LabVIEW入門(mén)與實(shí)戰(zhàn)開(kāi)發(fā)100例
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- jQuery EasyUI網(wǎng)站開(kāi)發(fā)實(shí)戰(zhàn)
- 軟件測(cè)試工程師面試秘籍
- JSP開(kāi)發(fā)案例教程
- Apache Mahout Clustering Designs
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Python圖形化編程(微課版)
- 詳解MATLAB圖形繪制技術(shù)
- Apache Camel Developer's Cookbook
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- Java Web從入門(mén)到精通(第2版)
- Python編程快速上手2