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

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.

主站蜘蛛池模板: 开原市| 江都市| 江门市| 尉犁县| 汶川县| 保康县| 清流县| 交城县| 曲松县| 左权县| 台东县| 嵩明县| 卫辉市| 青浦区| 萨嘎县| 从化市| 来安县| 襄汾县| 盈江县| 内黄县| 惠来县| 张家川| 玉山县| 托克逊县| 喜德县| 姜堰市| 浦东新区| 新宁县| 澄城县| 泰来县| 兴安县| 汉中市| 千阳县| 安塞县| 仁怀市| 天镇县| 潜山县| 青岛市| 子洲县| 池州市| 张家口市|