- 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.
- Vue.js設計與實現
- 移動UI設計(微課版)
- INSTANT FreeMarker Starter
- R語言編程指南
- Java Web程序設計
- Blockly創意趣味編程
- Java 11 Cookbook
- jQuery開發基礎教程
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Mastering ROS for Robotics Programming
- 編程菜鳥學Python數據分析
- Programming with CodeIgniterMVC
- Sails.js Essentials
- MATLAB 2020 GUI程序設計從入門到精通
- Dart:Scalable Application Development