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

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: "Let's create the first web page as index.html inside the src/main/resources/templates directory" A block of code is set as follows:

public class Entry {
private String value;
public Entry(String value)
{ this.value = value; }
public String getValue()
{ return value; }
}

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

curl -X POST --user clientapp:123456 http://localhost:8080/oauth/token 
-H "content-type: application/x-www-form-urlencoded"
-d "code=5sPk8A&grant_type=authorization_code&redirect_uri=http%3A%2F%2Flocalhost%3A9000%2Fcallback&scope=read_profile"

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 Authorize so you get redirected back to the redirect URI callback."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 安顺市| 永城市| 府谷县| 射阳县| 霸州市| 临洮县| 临澧县| 陵川县| 新丰县| 上饶县| 武胜县| 龙南县| 南木林县| 哈尔滨市| 青铜峡市| 河池市| 金湖县| 章丘市| 城口县| 四子王旗| 永兴县| 揭阳市| 永春县| 华容县| 凤山县| 延安市| 浑源县| 阜城县| 米林县| 炉霍县| 冷水江市| 东莞市| 兴文县| 樟树市| 根河市| 临城县| 海伦市| 喀什市| 历史| 青铜峡市| 景德镇市|