websockets Documentation Release 9.0
center; } .buttons { font-size: 4em; display: flex; justify-content: center; } .button, .value { line-height: 1; padding: 2rem; margin: 2rem; border: medium solid; min-height: 1em; min-width: 1em; } Heroku needs to know that it depends on websockets. Create a requirements.txt file containing this line: websockets Heroku also needs to know how to run the app. Create a Procfile with this content: in asyncio and in the OS) will fill up, then the TCP receive window will shrink, slowing down transmission to avoid packet loss. Since Python can use up to 4 bytes of memory to represent a single character0 码力 | 81 页 | 352.88 KB | 1 年前3waitress Documentation v2.1.1
socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 With thanks to Michael Merickel org/html/rfc7230#section-3.5) which states: Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR CVE-ID: CVE-2019-16786 While validating the Transfer-Encoding header, Waitress now properly handles line-folded Transfer-Encoding headers or those that contain multiple comma seperated values. This closes0 码力 | 53 页 | 58.27 KB | 1 年前3waitress Documentation v2.1.0
socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 With thanks to Michael Merickel org/html/rfc7230#section-3.5) which states: Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR CVE-ID: CVE-2019-16786 While validating the Transfer-Encoding header, Waitress now properly handles line-folded Transfer-Encoding headers or those that contain multiple comma seperated values. This closes0 码力 | 52 页 | 57.95 KB | 1 年前3waitress Documentation v3.0.1
socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 With thanks to Michael Merickel org/html/rfc7230#section-3.5) which states: Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR CVE-ID: CVE-2019-16786 While validating the Transfer-Encoding header, Waitress now properly handles line-folded Transfer-Encoding headers or those that contain multiple comma seperated values. This closes0 码力 | 55 页 | 56.36 KB | 1 年前3waitress Documentation v2.1.2
equivalent settings in PasteDeploy) in Arguments to waitress.serve. Additionally, there is a command line runner called waitress-serve, which can be used in development and in situations where the likes of the future. 1.9 waitress-serve New in version 0.8.4: Waitress comes bundled with a thin command-line wrapper around the waitress.serve function called waitress-serve. This is useful for development, socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 27 waitress Documentation0 码力 | 115 页 | 272.79 KB | 1 年前3waitress Documentation v2.1.1
equivalent settings in PasteDeploy) in Arguments to waitress.serve. Additionally, there is a command line runner called waitress-serve, which can be used in development and in situations where the likes of the future. 1.9 waitress-serve New in version 0.8.4: Waitress comes bundled with a thin command-line wrapper around the waitress.serve function called waitress-serve. This is useful for development, socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 25 waitress Documentation0 码力 | 113 页 | 270.88 KB | 1 年前3waitress Documentation v3.0.1
equivalent settings in PasteDeploy) in Argu- ments to waitress.serve. Additionally, there is a command line runner called waitress-serve, which can be used in development and in situations where the likes of the future. 1.9 waitress-serve Added in version 0.8.4: Waitress comes bundled with a thin command-line wrapper around the waitress.serve function called waitress-serve. This is useful for development, socket. This avoids needing to wake up the main thread to start sending data. Allowing faster transmission of the first byte. See https://github.com/Pylons/waitress/pull/364 With thanks to Michael Merickel0 码力 | 119 页 | 339.46 KB | 1 年前3Objeet Oriented Python Tutorial
>>> obj = object() >>> obj.x = 9 Traceback (most recent call last): File "", line 1, in obj.x = 9 AttributeError: 'object' object has no attribute 'x' OOP in Python 'IMMUTABLE', 'list') >>> tupl.append('new') Traceback (most recent call last): File " ", line 1, in tupl.append('new') AttributeError: 'tuple' object has no attribute 'append' 'append' >>> tupl.remove('is') Traceback (most recent call last): File " ", line 1, in tupl.remove('is') AttributeError: 'tuple' object has no attribute 'remove' >>> tupl 0 码力 | 111 页 | 3.32 MB | 1 年前3PyWebIO v1.8.0 Documentation
by PyWebIO, you can interact with the code in the browser: 7 PyWebIO, Release 1.8.0 In the last line of the above code, changing the function call bmi() to pywebio.start_server(bmi, port=80) will start conditions']) # Single choice answer = radio("Choose one", options=['A', 'B', 'C', 'D']) # Multi-line text input text = textarea('Text Area', rows=3, placeholder='Some text') # File Upload img = file_upload("Select Release 1.8.0 4.2.1 Functions list Function name Description input Text input textarea Multi-line text input select Drop-down selection checkbox Checkbox radio Radio slider Slider actions Actions0 码力 | 118 页 | 1.40 MB | 1 年前3PyWebIO v1.8.2 Documentation
by PyWebIO, you can interact with the code in the browser: 7 PyWebIO, Release 1.8.2 In the last line of the above code, changing the function call bmi() to pywebio.start_server(bmi, port=80) will start conditions']) # Single choice answer = radio("Choose one", options=['A', 'B', 'C', 'D']) # Multi-line text input text = textarea('Text Area', rows=3, placeholder='Some text') # File Upload img = file_upload("Select Release 1.8.2 4.2.1 Functions list Function name Description input Text input textarea Multi-line text input select Drop-down selection checkbox Checkbox radio Radio slider Slider actions Actions0 码力 | 118 页 | 1.40 MB | 1 年前3
共 464 条
- 1
- 2
- 3
- 4
- 5
- 6
- 47