PieCloudDB Database V2.8 Release Note
1 Release Note 最新版本: V2.8 发布日期: 2023 年 10 月 内 核 l 回收站功能 实现回收站来跟踪逻辑上被删除(TRUNCATE/DROP/ALTER 等)的表,这些 表对应的 S3 Block 文件在超过保留期限后会被 autovacuum 删除。 l PieCloudDB 全局缓存系统 n 支持在计0 码力 | 4 页 | 144.49 KB | 1 年前3Falcon v3.0.1 Documentation
default C compiler. $ pip install cython $ pip install --no-build-isolation --no-binary :all: falcon Note that --no-build-isolation is necessary to override pip’s default PEP 517 behavior that can cause Cython [https://asgi.readthedocs.io/en/latest/implementations.html]. $ pip install [uvicorn|daphne|hypercorn] Note By default, the uvicorn package comes only with a minimal set of pure-Python dependencies. For CPython-based [https://github.com/jkbr/httpie] a try: $ pip install --upgrade httpie $ http localhost:8000/things WSGI ASGI Note that this example assumes that the requests [https://pypi.org/project/requests/] package has been0 码力 | 1058 页 | 741.59 KB | 1 年前3Falcon v3.0.0 Documentation
default C compiler. $ pip install cython $ pip install --no-build-isolation --no-binary :all: falcon Note that --no-build-isolation is necessary to override pip’s default PEP 517 behavior that can cause Cython [https://asgi.readthedocs.io/en/latest/implementations.html]. $ pip install [uvicorn|daphne|hypercorn] Note By default, the uvicorn package comes only with a minimal set of pure-Python dependencies. For CPython-based [https://github.com/jkbr/httpie] a try: $ pip install --upgrade httpie $ http localhost:8000/things WSGI ASGI Note that this example assumes that the requests [https://pypi.org/project/requests/] package has been0 码力 | 1055 页 | 739.30 KB | 1 年前3Falcon v3.0.0-b2 Documentation
default C compiler. $ pip install cython $ pip install --no-build-isolation --no-binary :all: falcon Note that --no-build-isolation is necessary to override pip’s default PEP 517 behavior that can cause Cython [https://asgi.readthedocs.io/en/latest/implementations.html]. $ pip install [uvicorn|daphne|hypercorn] Note By default, the uvicorn package comes only with a minimal set of pure-Python dependencies. For CPython-based [https://github.com/jkbr/httpie] a try: $ pip install --upgrade httpie $ http localhost:8000/things WSGI ASGI Note that this example assumes that the requests [https://pypi.org/project/requests/] package has been0 码力 | 1041 页 | 730.21 KB | 1 年前3Falcon v3.0.0-b1 Documentation
default C compiler. $ pip install cython $ pip install --no-build-isolation --no-binary :all: falcon Note that --no-build-isolation is necessary to override pip’s default PEP 517 behavior that can cause Cython and query parameters, handling errors, and working with request and response bodies. WSGI ASGI Note that this example assumes that the requests [https://pypi.org/project/requests/] package has been JSON.', href='http://docs.examples.com/api/json') class JSONTranslator: # NOTE: Normally you would simply use req.media and resp.media for # this particular use case; this example0 码力 | 1028 页 | 725.86 KB | 1 年前3Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2020.23)
is also possible to use <- and <--. That does not change the drawing, but may improve readability. Note that this is only true for sequence diagrams, rules are different for the other diagrams. @startuml previously specified title if any. This is very handy with Word to print long diagram on several pages. (Note: this really does work. Only the first page is shown below, but it is a display artifact.) @startuml group, see next paragraph 'Secondary group label'). The end keyword is used to close the group. Note that it is possible to nest groups. @startuml Alice -> Bob: Authentication Request alt successful0 码力 | 311 页 | 3.15 MB | 1 年前3PlantUML 1.2020.23 Справочное руководство по языку
используя ключевые слова note left или note right сразу после сообщения. Можно делать многострочные заметки используя ключевое слово end note для завершения. @startuml Alice->Bob : hello note left: this is a a first note Bob->Alice : ok note right: this is another note Bob->Bob : I am thinking note left a note can also be defined on several lines end note @enduml Справочное руководство по языку PlantUML словnote left of
, note right of или note over. Возможно выделить примечание изменив цвет фона. Так же возможно многостройное примечани, для этого существует ключевое слово end note. @startuml0 码力 | 306 页 | 3.12 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)
메시지다음에 note left 나 note right 키워드를이용하여, 메시지에노트를추가할수있다. 또한, 한번에여러줄의노트를추가하는경우에는 end note 를이용하여, 노트의끝을표시해주어야한다. @startuml Alice->Bob : hello note left: this is a first note Bob->Alice : ok note right: another note Bob->Bob : I am thinking note left a note can also be defined on several lines end note @enduml PlantUML 언어참조가이드 (1.2020.23) 10 / 306 1.14 다른형태의노트들 1 시퀀스다이어그램 1.14 다른형태의노트들 note left of of , note right of, note over 키워드를이용하여참여자의상대적인위치에노트를추가할수 도있다. 노트의배경색을변경함으로써, 노트를강조하는것도가능하다. 한번에여러줄의노트를추가하는경우에는, end note 를이용하여노트의끝을표시해주어야한다. @startuml participant Alice participant Bob note left of Alice0 码力 | 307 页 | 3.16 MB | 1 年前3PlantUML 1.2020.23 Guide de référence du langage
displayed into the header. @startuml Guide de référence du langage PlantUML (1.2020.23) 9 / 307 1.13 Note sur les messages 1 DIAGRAMME DE SÉQUENCE Alice -> Bob: Authentication Request Bob -> Alice: Authentication @enduml [Ref. QA-2503] 1.13 Note sur les messages Pour attacher une note à un message, utiliser les mots-clés note left (pour une note à gauche) ou note right (pour une note à droite) juste après le message une note sur plusieurs lignes avec le mot clé end note. @startuml Alice->Bob : hello note left: this is a first note Bob->Alice : ok note right: this is another note Bob->Bob : I am thinking note left0 码力 | 308 页 | 3.12 MB | 1 年前3PlantUML 1.2020.22 Language Reference Guide
is also possible to use <- and <--. That does not change the drawing, but may improve readability. Note that this is only true for sequence diagrams, rules are different for the other diagrams. @startuml previously specified title if any. This is very handy with Word to print long diagram on several pages. (Note: this really does work. Only the first page is shown below, but it is a display artifact.) @startuml will be displayed into the header (except for group). The end keyword is used to close the group. Note that it is possible to nest groups. @startuml Alice -> Bob: Authentication Request alt successful0 码力 | 299 页 | 3.07 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100