- Learning Salesforce Einstein
- Mohith Shrivastava
- 223字
- 2021-07-02 21:43:53
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, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The appname variable is the name of your Heroku application.."
A block of code is set as follows:
var Kafka = require('no-kafka');
var brokerURLs = process.env.KAFKA_URL.replace(/\+ssl/g,'');
var producer = new Kafka.Producer({
connectionString: brokerURLs,
ssl: {
certFile: './client.crt',
keyFile: './client.key'
}
});
producer.init();
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
heroku addons:attach $POSTGRES_ADDON_ID
# Generate a random key.
export ACCESS_KEY="$RANDOM-$RANDOM-$RANDOM-$RANDOM"
Any command-line input or output is written as follows:
$ tar zxvf apache-predictionio-0.10.0-incubating.tar.gz
$ cd apache-predictionio-0.10.0-incubating
$ ./make-distribution.sh
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: "Once the installation is complete, the next steps are to create a permission set for users requiring access. Assign the user, the permission for Automatic Activity Capture."
- UML和模式應(yīng)用(原書第3版)
- C程序設(shè)計(jì)簡明教程(第二版)
- Azure IoT Development Cookbook
- JavaScript+jQuery網(wǎng)頁特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程(第2版)
- Instant Zepto.js
- C語言程序設(shè)計(jì)教程(第2版)
- 技術(shù)領(lǐng)導(dǎo)力:程序員如何才能帶團(tuán)隊(duì)
- 第一行代碼 C語言(視頻講解版)
- Tableau 10 Bootcamp
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Visual Studio 2015高級編程(第6版)
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- 計(jì)算機(jī)系統(tǒng)解密:從理解計(jì)算機(jī)到編寫高效代碼
- 計(jì)算思維與Python編程
- Python Business Intelligence Cookbook