- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 151字
- 2021-07-02 21:54:39
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: "The produceBookingOrderEvent method is added, which takes the booking object."
A block of code is set as follows:
angular.module('otrsApp.restaurants', [ 'ui.router', 'ui.bootstrap', 'ngStorage', 'ngResource' ])
Any command-line input or output is written as follows:
npm install --no-optional gulp
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: "On the Tools dialog, select Create package.json, Create bower.json, and Create gulpfile.js."
Tips and important notes appear in a box like this.
Tips and tricks appear like this.
- Beginning C++ Game Programming
- Building Modern Web Applications Using Angular
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 劍指Java:核心原理與應(yīng)用實踐
- Active Directory with PowerShell
- Tableau 10 Bootcamp
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- INSTANT JQuery Flot Visual Data Analysis
- Python應(yīng)用開發(fā)技術(shù)
- Professional JavaScript
- Ubuntu Server Cookbook
- 高質(zhì)量程序設(shè)計指南:C++/C語言
- PHP 7 Programming Blueprints