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

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 only hint we're using async is the async keyword, which marks the handle function as being a coroutine."

A block of code is set as follows:

    import time

def application(environ, start_response):
headers = [('Content-type', 'application/json')]
start_response('200 OK', headers)
return bytes(json.dumps({'time': time.time()}), 'utf8')

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

    from greenlet import greenlet
def test1(x, y):
z = gr2.switch(x+y)
print(z)

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

docker-compose up

New terms and important words are shown in bold.

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 夹江县| 科技| 平凉市| 武威市| 铜陵市| 博罗县| 宜宾县| 镇康县| 余庆县| 六盘水市| 蒙自县| 遂溪县| 弥勒县| 孝昌县| 乐昌市| 文化| 镇赉县| 微博| 桑日县| 类乌齐县| 惠来县| 呼玛县| 安宁市| 常州市| 泗洪县| 盐池县| 祁阳县| 大安市| 郓城县| 静宁县| 南宁市| 甘德县| 蚌埠市| 吐鲁番市| 泸西县| 沙湾县| 临海市| 光山县| 丹寨县| 乌兰察布市| 从化市|