- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 172字
- 2021-07-08 09:38:55
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 update command is different to the upgrade command, but they are often used together."
A block of code is set as follows:
#import packages into the project from bs4 import BeautifulSoup from urllib.request import urlopen import pandas as pd
Any command-line input or output is written as follows:
sudo apt-get install docker-ce
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: "Right-click on your web application project in Solution Explorer and select Manage NuGet Packages... to open the graphical package manager window."
- Vue.js 2 and Bootstrap 4 Web Development
- PowerCLI Cookbook
- 深入淺出Spring Boot 2.x
- JavaScript從入門到精通(第3版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 基于Swift語言的iOS App 商業實戰教程
- Python面向對象編程:構建游戲和GUI
- Android開發:從0到1 (清華開發者書庫)
- Image Processing with ImageJ
- R語言:邁向大數據之路(加強版)
- Mudbox 2013 Cookbook
- Spring Boot從入門到實戰
- C語言程序設計
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Flask Framework Cookbook