- Learning ServiceNow
- Tim Woodruff
- 169字
- 2021-07-09 18:48:08
Conventions
In this book, you will 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, path names, dummy URLs, user input, and Twitter handles are shown as follows: " user preferences can be found in the sys_user_preference table."
A block of code is set as follows:
var newWarRoom = current.u_war_room.getRefRecord();
var oldWarRoom = previous.u_war_room.getRefRecord();
newWarRoom.setValue('u_major_incident', current.getValue('sys_id'));
oldWarRoom.setValue('u_major_incident', '');
newWarRoom.update();
oldWarRoom.update();
})(current, previous);
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on the blue New button at the top-left of the page to go to the new update set form."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 讓每張照片都成為佳作的Photoshop后期技法
- 機器人編程實戰
- CompTIA Linux+ Certification Guide
- 21天學通C語言
- 大學C/C++語言程序設計基礎
- AI的25種可能
- INSTANT Puppet 3 Starter
- Mastering OpenStack(Second Edition)
- Data Analysis with R(Second Edition)
- 貫通Java Web輕量級應用開發
- 計算機應用基礎實訓·職業模塊
- 分布式Java應用
- Mastering SQL Server 2014 Data Mining
- 軟件測試管理