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

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.
主站蜘蛛池模板: 七台河市| 卢氏县| 湟源县| 垦利县| 韶关市| 梁山县| 宽城| 成武县| 博乐市| 贡山| 枣强县| 肃南| 东辽县| 龙井市| 定西市| 嘉定区| 平利县| 宜州市| 平和县| 镇江市| 双柏县| 新邵县| 邓州市| 军事| 都匀市| 虹口区| 池州市| 福泉市| 上杭县| 福州市| 白朗县| 海原县| 浙江省| 宁远县| 灵丘县| 龙游县| 贡觉县| 祁东县| 岢岚县| 宁津县| 灵川县|