- Microsoft Application Virtualization Cookbook
- James Preston
- 156字
- 2021-07-16 20:43:37
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters] "ObjectCacheTTL"=dword:000004b0 "MaxCachedFileSizeInMB"=dword:00001000
Any command-line input or output is written as follows:
setup.exe /packager .\configuration.xml "\\demo.org\app-v\Office 2013
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: "Under the Domain Groups OU create the following Security Groups."
推薦閱讀
- Android Studio Essentials
- Mastering Python Scripting for System Administrators
- Object-Oriented JavaScript(Second Edition)
- C語言從入門到精通(第4版)
- Troubleshooting PostgreSQL
- ASP.NET 3.5程序設計與項目實踐
- Mastering Apache Spark 2.x(Second Edition)
- AppInventor實踐教程:Android智能應用開發前傳
- TMS320LF240x芯片原理、設計及應用
- Python 3.7從入門到精通(視頻教學版)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- 實戰Java高并發程序設計(第2版)
- Elasticsearch Essentials
- Mastering SciPy
- Design Patterns and Best Practices in Java