- Apex Design Patterns
- Jitendra Zaa Anshul Verma
- 170字
- 2021-07-16 11:11:20
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: "The AdminGoldSupportImpl
and AdminPlatinumSupportImpl
classes are written in the same way."
A block of code is set as follows:
public class Mario { public void ability(){ System.debug('I can Walk'); } public void info(){ System.debug('I am Mario'); } }
Any command-line input or output is written as follows:
$ mkdir css $ cd css
New terms and important words are shown in bold.
For this book we have outlined the shortcuts for the Mac OX platform if you are using the Windows version you can find the relevant shortcuts on the WebStorm help page https://www.jetbrains.com/webstorm/help/keyboard-shortcuts-by-category.html.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Java多線程編程實戰指南:設計模式篇(第2版)
- JavaScript+DHTML語法與范例詳解詞典
- 算法精粹:經典計算機科學問題的Java實現
- 鋒利的SQL(第2版)
- Android開發:從0到1 (清華開發者書庫)
- RealSenseTM互動開發實戰
- C專家編程
- Spring Boot實戰
- 從零開始學Android開發
- Angular Design Patterns
- 程序員必會的40種算法
- Flask開發Web搜索引擎入門與實戰
- Android應用開發攻略
- Microsoft Windows Identity Foundation Cookbook