- MEAN Blueprints
- Robert Onodi
- 219字
- 2021-07-16 10:40:18
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, user input, and Twitter handles are shown as follows: "Create a file called app/models/token.js
."
A block of code is set as follows:
'use strict'; const LEN = 256; const SALT_LEN = 64; const ITERATIONS = 10000; const DIGEST = 'sha256'; const crypto = require('crypto'); module.exports.hash = hashPassword; module.exports.verify = verify;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
require('./config/express').init(app);
require('./config/routes').init(app);
Any command-line input or output is written as follows:
Authentication Basic authentication √ should authenticate a user and return a new token √ should not authenticate a user with invalid credentials 2 passing
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: "It triggers an event when the Save button is clicked on and the form is submitted."
- Getting Started with Citrix XenApp? 7.6
- Apache ZooKeeper Essentials
- Apache Spark 2.x Machine Learning Cookbook
- Python自然語言處理(微課版)
- 組態軟件技術與應用
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- BeagleBone Black Cookbook
- Python3.5從零開始學
- Deep Learning with R Cookbook
- DB2SQL性能調優秘笈
- Mastering ASP.NET Core 2.0
- Xamarin Cross-Platform Development Cookbook
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 現代JavaScript編程:經典范例與實踐技巧
- Web應用程序設計:ASP