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

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.

主站蜘蛛池模板: 松滋市| 交城县| 林西县| 新兴县| 姚安县| 健康| 金秀| 合江县| 元氏县| 安顺市| 泰州市| 和田市| 自贡市| 巴青县| 谷城县| 滦南县| 集贤县| 大竹县| 井陉县| 莱阳市| 江达县| 巴东县| 舒兰市| 若尔盖县| 枞阳县| 盐津县| 孝义市| 桐乡市| 永兴县| 盐源县| 敦煌市| 磐石市| 宁城县| 五家渠市| 东城区| 建德市| 桐庐县| 青海省| 琼中| 桂林市| 中牟县|