- 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."
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- LaTeX Cookbook
- 精通Nginx(第2版)
- Vue.js前端開發(fā)基礎(chǔ)與項目實戰(zhàn)
- 你不知道的JavaScript(中卷)
- Learning Data Mining with R
- Python算法從菜鳥到達(dá)人
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- .NET 3.5編程
- Extending Puppet(Second Edition)
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- Arduino Wearable Projects
- 分布式架構(gòu)原理與實踐
- Hack與HHVM權(quán)威指南
- Learning Image Processing with OpenCV