- 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.
- Visual Basic .NET程序設計(第3版)
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- RTC程序設計:實時音視頻權威指南
- Git高手之路
- Java程序設計與計算思維
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- iOS應用逆向工程(第2版)
- 焊接機器人系統操作、編程與維護
- 移動互聯網軟件開發實驗指導
- Learning VMware vSphere
- Exploring SE for Android
- Machine Learning for OpenCV
- SEO教程:搜索引擎優化入門與進階(第3版)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- C#從入門到精通(微視頻精編版)