- Building Websites with VB.NET and DotNetNuke 4
- Daniel N.Egan Michael Washington Steve Valenzuela
- 184字
- 2021-04-29 19:10:36
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.
There are three styles for code. Code words in text are shown as follows: "We then use the Add
method of this object to add an item to the menu ".
A block of code will be set as follows:
Label1.Text = "Hello World!" Throw New Exception("Something didn't work right.") Catch exc As Exception Exceptions.ProcessModuleLoadException(Me, exc)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
Label1.Text = "Hello World!" Throw New Exception("Something didn't work right.") Catch exc As Exception Exceptions.ProcessModuleLoadException(Me, exc) End Try
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- Illustrator實例教程:Illustrator 2021(電子活頁微課版)
- Instant Vert.x
- JasperReports for Java Developers
- Creo 4.0中文版從入門到精通
- 創意UI:Photoshop玩轉移動UI設計
- Adobe Illustrator 2023基礎教材
- InDesign平面設計案例教程:從設計到印刷
- SketchUp印象 城市規劃項目實踐(第2版)
- Moodle JavaScript Cookbook
- Photoshop CC 2017從入門到精通
- Premiere pro CC中文版自學視頻教程
- AutoCAD 2022中文版從入門到精通(標準版)
- SketchUP草圖繪制從新手到高手
- iOS智能手機APP界面設計實戰教程
- UML 2.0 in Action: A project/based tutorial