- Visual Studio 2013 Cookbook
- Jeff Martin Richard Banks
- 175字
- 2021-07-16 12:26:32
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: "Open the VS2012_Web
solution and run the application."
A block of code is set as follows:
<appSettings> <add key="vs:enableBrowserLink" value="true"/> </appSettings>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
Any command-line input or output is written as follows:
Get-Command *intelli*
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: "The Preview Selected Items button is a toggle button."
Keyboard shortcuts such as Ctrl or F4 are formatted as shown.
- TypeScript Essentials
- 自己動手寫搜索引擎
- 高效微控制器C語言編程
- Linux核心技術從小白到大牛
- JavaScript+jQuery開發(fā)實戰(zhàn)
- MATLAB應用與實驗教程
- Implementing Cisco Networking Solutions
- 人人都是網站分析師:從分析師的視角理解網站和解讀數(shù)據
- Windows Forensics Cookbook
- 小學生C++創(chuàng)意編程(視頻教學版)
- Mastering JavaScript Design Patterns(Second Edition)
- Python深度學習:模型、方法與實現(xiàn)
- Java Web開發(fā)就該這樣學
- Python Essentials
- 從程序員角度學習數(shù)據庫技術(藍橋杯軟件大賽培訓教材-Java方向)