- Node.js Blueprints
- Krasimir Tsonev
- 183字
- 2021-07-16 11:36:11
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 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: "The http
module, which we initialize on the first line, is needed for running the web server."
A block of code is set as follows:
var http = require('http'); var getTime = function() { var d = new Date(); return d.getHours() + ':' + d.getMinutes() + ':' + d.getSeconds() + ':' + d.getMilliseconds(); }
Any command-line input or output is written as follows:
express --css less myapp
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: "Click on the blue button with the text OK, I'LL AUTHORIZE IT."
推薦閱讀
- Mastering Entity Framework Core 2.0
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- PLC編程與調(diào)試技術(shù)(松下系列)
- Swift語言實戰(zhàn)精講
- Java EE 8 Application Development
- Hands-On Nuxt.js Web Development
- Instant Pygame for Python Game Development How-to
- Getting Started with RethinkDB
- INSTANT Lift Web Applications How-to
- Continuous Integration,Delivery,and Deployment
- 代碼整潔之道:程序員的職業(yè)素養(yǎng)
- Scratch趣味編程:邏輯思維培養(yǎng)與訓(xùn)練
- web2py Application Development Cookbook
- Python大數(shù)據(jù)分析與應(yīng)用實戰(zhàn)