- Salesforce Platform App Builder Certification Handbook
- Siddhesh Kabe
- 144字
- 2021-07-16 11:21:35
Conventions
You will also 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: "You may notice that we used the Unix command rm
to remove the Drush
directory rather than the DOS del
command."
A block of code is set as follows:
If(TODAY()>BookIssueDate__c,TODAY() - BookIssueDate__c,0);
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: "As shown in the following screenshot, and click on Reset Security Token."
推薦閱讀
- C++面向對象程序設計(第三版)
- TensorFlow Lite移動端深度學習
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Web全棧工程師的自我修養
- 精通Scrapy網絡爬蟲
- 大學計算機基礎(第2版)(微課版)
- Flutter跨平臺開發入門與實戰
- Instant Nancy Web Development
- Getting Started with React Native
- Red Hat Enterprise Linux Troubleshooting Guide
- Visual FoxPro 6.0程序設計
- AMP:Building Accelerated Mobile Pages
- Python程序設計教程
- Java EE 8 and Angular
- Java高手是怎樣煉成的:原理、方法與實踐