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

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.
主站蜘蛛池模板: 正镶白旗| 曲靖市| 威海市| 马尔康县| 鄯善县| 上蔡县| 怀宁县| 建阳市| 汪清县| 从江县| 慈溪市| 自治县| 密山市| 张掖市| 昌图县| 岑巩县| 亚东县| 区。| 土默特左旗| 嵩明县| 西充县| 都江堰市| 通海县| 深圳市| 英德市| 资兴市| 景德镇市| 罗平县| 泌阳县| 广德县| 仁怀市| 阳朔县| 益阳市| 浮梁县| 衡水市| 内江市| 东山县| 湟中县| 永兴县| 郴州市| 忻州市|