- Team Foundation Server 2015 Customization
- Gordon Beeming
- 165字
- 2021-07-09 21:30:15
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: " If you don't have a README.md
file, a default markdown will show you what you might have there."
A block of code is set as follows:
<WebAccess version="14.0"> <plugin name="Title Strength Indicator - Web Access" vendor="Gordon Beeming" moreinfo="https://binary-stuff.com" version="1.0"> <modules> <module namespace="TitleStrengthIndicator.TfsTitleStrengthIndicator" kind="TFS.WorkItem.CustomControl"/> </modules> </plugin> </WebAccess>
Any command-line input or output is written as follows:
copy /Y "$(TargetDir)*.*" "C:\ProgramData\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\14.0\"
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: "Then, if you want to create one, you can simply click on Edit and then alter the markdown."
- 演進式架構(原書第2版)
- Mastering Entity Framework Core 2.0
- Learning Real-time Processing with Spark Streaming
- Scratch真好玩:教小孩學編程
- 零基礎學MQL:基于EA的自動化交易編程
- Python Network Programming Cookbook(Second Edition)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Instant Ext.NET Application Development
- Scala Reactive Programming
- MySQL入門很輕松(微課超值版)
- Visualforce Developer’s guide
- TypeScript 2.x By Example
- NGUI for Unity
- 微前端設計與實現
- Python預測分析實戰