官术网_书友最值得收藏!

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.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This example utilizes read and write member variables in the RaceRetirement class, indicating both are required."

A block of code is set as follows:

try 
{
  Set<Id> seasons = new Set<Id> { seasonId };

  SeasonService.updateStandings(seasons); 

  SeasonService.issueNewsLetters(seasons);
}
catch (Exception e) 
{
  ApexPages.addMessage(e);
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

public PageReference awardPoints()
{
   try 
   {
     ContestantService.awardChampionshipPoints(
 new Set<Id> { standardController.getId() });
   }
   catch (Exception e) 
   {
     ApexPages.addMessages(e);
   }        
   return null;
}

Any command-line input or output is written as follows:

ant package.installdemo 
 -Dsf.username=testorgusername 
 -Dsf.password=testorgpasswordtestorgtoken

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: "The Developer Console option provides some excellent tools to profile the consumption of governors."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 兴隆县| 绥宁县| 夏河县| 塘沽区| 和静县| 宁强县| 麻栗坡县| 霞浦县| 惠水县| 香格里拉县| 攀枝花市| 平湖市| 新密市| 大城县| 通海县| 平山县| 凤山市| 五寨县| 资溪县| 马尔康县| 和政县| 德钦县| 恩平市| 香格里拉县| 拉孜县| 甘德县| 苍南县| 普陀区| 新乐市| 行唐县| 天祝| 周至县| 湄潭县| 鹤峰县| 贵溪市| 辉县市| 平乐县| 台东市| 合山市| 淮阳县| 嘉祥县|