Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for service (0.035 sec.)
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 13265
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ian , stdev average_arrival_interval = 5.6 average_service_time = 5.0 stdev_service_time = 0.5 num_waiting = ... 0 arrivals = [] starts = [] arrival = service_end = 0.0 for i in range ( 20000 ): if arrival <= ... ivals . append ( arrival ) else : num_waiting -= 1 service_start = service_end if num_waiting else arrival se ... rvice_time = gauss ( average_service_time , stdev_service_time ) service_end = service_ ...
https://man.plustar.jp/python/library/random.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 11334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e-defined using the mix-in classes. To implement a service, you must derive a class from BaseRequestHandler a ... ) method. You can then run various versions of the service by combining one of the server classes with your r ... ler class must be different for datagram or stream services. This can be hidden by using the handler subclass ... e these are too expensive or inappropriate for the service) is to maintain an explicit table of partially fin ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 9135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed elements are major , minor , build , platform , service_pack , service_pack_minor , service_pack_major , s ... uite_mask , product_type and platform_version . service_pack contains a string, platform_version a 3-tuple ... バージョン 3.2 で変更: 名前付きタプルに変更され、 service_pack_minor , service_pack_major , suite_mask , およ ...
https://man.plustar.jp/python/library/sys.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (Simple Mail Transfer Protocol) や RFC 1869 (SMTP Service Extensions)を調べてください。 class smtplib. SMTP ... コルの詳細についてカバーしています。 RFC 1869 - SMTP Service Extensions SMTP に対する ESMTP 拡張の定義です。この ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 8223
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... BAD_GATEWAY HTTP/1.1 RFC 7231 , Section 6.6.3 503 SERVICE_UNAVAILABLE HTTP/1.1 RFC 7231 , Section 6.6.4 504 ...
https://man.plustar.jp/python/library/http.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7973
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... もまた、属性名 major , minor , build , platform , service_pack , service_pack_major , service_pack_minor , s ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7848
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... responses from another server/proxy.' ), 503 : ( 'Service Unavailable' , 'The server cannot process the requ ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 7723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r will be emitted by whichever handler or handlers service this logger, unless a handler's level has been set ...
https://man.plustar.jp/python/library/logging.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 悪用することで引き起こされるサービス妨害 (denial-of-service, DoS) に対する保護です。 詳細は http://www.ocert.o ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .) socketserver ¶ BaseServer がオーバライド可能な service_actions() メソッドを持つようになり、これは serve_f ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 NEXT