- Getting Started with Electronic Projects
- Bill Pretty
- 239字
- 2021-08-06 19:46:09
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: "What the preceding highlighted code does, is to first read AN0 using the analogRead()
function."
A block of code is set as follows:
var app = require('http').createServer(handler); var io = require('socket.io').listen(app); var fs = require('fs'); var b = require('bonescript'); app.listen(8080); console.log('Server running on: http://' + getIPAddress() + ':8080');
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
var app = require('http').createServer(handler); var io = require('socket.io').listen(app); var fs = require('fs'); var b = require('bonescript'); app.listen(8080); console.log('Server running on: http://' + getIPAddress() + ':8080');
Any command-line input or output is written as follows:
git clone https://github.com/ajaxorg/cloud9/ cd cloud9 npm install chmod 777 .sessions cd ~/cloud9/node_modules
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: "Once again, all the switches are handled in the same manner with the exception of the Load button."
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- The Modern C++ Challenge
- AIRAndroid應(yīng)用開發(fā)實戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- Python神經(jīng)網(wǎng)絡(luò)項目實戰(zhàn)
- Instant QlikView 11 Application Development
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Learning DHTMLX Suite UI
- Magento 2 Beginners Guide
- MySQL 8從零開始學(xué)(視頻教學(xué)版)
- 征服C指針(第2版)
- Java程序設(shè)計教程
- Web前端開發(fā)技術(shù)實踐指導(dǎo)教程