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

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.
主站蜘蛛池模板: 凉城县| 资中县| 隆安县| 吴川市| 深圳市| 海盐县| 松桃| 大竹县| 大石桥市| 皋兰县| 英山县| 石狮市| 襄汾县| 汉源县| 灵丘县| 靖西县| 岫岩| 玉山县| 伊吾县| 宁化县| 南召县| 台南县| 九江县| 蓬安县| 长垣县| 红原县| 临洮县| 洛浦县| 渭南市| 乐都县| 镇康县| 平昌县| 永泰县| 十堰市| 五常市| 馆陶县| 白玉县| 沂源县| 禄劝| 喀喇沁旗| 囊谦县|