Krita 5.2 Manualthe AppImage from the official website [https://krita.org/en/download/krita-desktop/]. 90% of the time this is by far the easiest way to get the latest Krita. Just download the AppImage, and then use the p] Krita Artists [https://krita-artists.org] Starting Krita When you start Krita for the first time there will be no canvas or new document open by default. You will be greeted by a welcome screen, multiple windows in Krita. Canvas in Krita When you create a new document in Krita for the first time you will see a rectangular white area. This is called a canvas. You can see it in the image below0 码力 | 1502 页 | 79.07 MB | 1 年前3
PyWebIO v1.8.1 Documentationoutput functions is called, the content will be output to the browser in real time. The output functions can be called at any time during the application lifetime. Basic Output Using output functions, you until the user submits the form. The output function is used to output content to the browser in real time. The input and output behavior of PyWebIO is consistent with the console program. That’s why we say as decorator: When calling show_time() for the first time, a time scope will be created, and the current time will be output to it. And then every time the show_time() is called, the new content will0 码力 | 160 页 | 7.47 MB | 1 年前3
PyWebIO v1.8.2 Documentationoutput functions is called, the content will be output to the browser in real time. The output functions can be called at any time during the application lifetime. Basic Output Using output functions, you until the user submits the form. The output function is used to output content to the browser in real time. The input and output behavior of PyWebIO is consistent with the console program. That’s why we say as decorator: When calling show_time() for the first time, a time scope will be created, and the current time will be output to it. And then every time the show_time() is called, the new content will0 码力 | 160 页 | 7.47 MB | 1 年前3
PyWebIO v1.8.0 Documentationoutput functions is called, the content will be output to the browser in real time. The output functions can be called at any time during the application lifetime. Basic Output Using output functions, you until the user submits the form. The output function is used to output content to the browser in real time. The input and output behavior of PyWebIO is consistent with the console program. That’s why we say as decorator: When calling show_time() for the first time, a time scope will be created, and the current time will be output to it. And then every time the show_time() is called, the new content will0 码力 | 159 页 | 7.47 MB | 1 年前3
PyWebIO v1.8.2 使用手册scope2 text in parent scope of scope2 use_scope() 还可以作为装饰器来使用: 第一次调用 show_time 时,将会创建 time 输出域并在其中输出当前时间,之 后每次调用 show_time() ,输出域都会被新的内容覆盖。 Scope支持嵌套。会话开始时,PyWebIO应用只有一个 ROOT scope。你可以在一 个scope中创建新 previous content put_text('text in scope2') from datetime import datetime @use_scope('time', clear=True) def show_time(): put_text(datetime.now()) with use_scope('A'): put_text('Text in scope A') 异 常。 Server模式下多线程的使用示例: def show_time(): while True: with use_scope(name='time', clear=True): put_text(datetime.datetime.now()) time.sleep(1) def app(): t = threading0 码力 | 160 页 | 7.48 MB | 1 年前3
PyWebIO v1.8.2 使用手册scope2 text in parent scope of scope2 use_scope() 还可以作为装饰器来使用: 第一次调用 show_time 时,将会创建 time 输出域并在其中输出当前时间,之 后每次调用 show_time() ,输出域都会被新的内容覆盖。 Scope支持嵌套。会话开始时,PyWebIO应用只有一个 ROOT scope。你可以在一 个scope中创建新 previous content put_text('text in scope2') from datetime import datetime @use_scope('time', clear=True) def show_time(): put_text(datetime.now()) with use_scope('A'): put_text('Text in scope A') 异 常。 Server模式下多线程的使用示例: def show_time(): while True: with use_scope(name='time', clear=True): put_text(datetime.datetime.now()) time.sleep(1) def app(): t = threading0 码力 | 160 页 | 7.48 MB | 1 年前3
PyWebIO v1.8.1 使用手册scope2 text in parent scope of scope2 use_scope() 还可以作为装饰器来使用: 第一次调用 show_time 时,将会创建 time 输出域并在其中输出当前时间,之 后每次调用 show_time() ,输出域都会被新的内容覆盖。 Scope支持嵌套。会话开始时,PyWebIO应用只有一个 ROOT scope。你可以在一 个scope中创建新 previous content put_text('text in scope2') from datetime import datetime @use_scope('time', clear=True) def show_time(): put_text(datetime.now()) with use_scope('A'): put_text('Text in scope A') 异 常。 Server模式下多线程的使用示例: def show_time(): while True: with use_scope(name='time', clear=True): put_text(datetime.datetime.now()) time.sleep(1) def app(): t = threading0 码力 | 158 页 | 7.48 MB | 1 年前3
PyWebIO v1.8.0 使用手册scope2 text in parent scope of scope2 use_scope() 还可以作为装饰器来使用: 第一次调用 show_time 时,将会创建 time 输出域并在其中输出当前时间,之 后每次调用 show_time() ,输出域都会被新的内容覆盖。 Scope支持嵌套。会话开始时,PyWebIO应用只有一个 ROOT scope。你可以在一 个scope中创建新 previous content put_text('text in scope2') from datetime import datetime @use_scope('time', clear=True) def show_time(): put_text(datetime.now()) with use_scope('A'): put_text('Text in scope A') 异 常。 Server模式下多线程的使用示例: def show_time(): while True: with use_scope(name='time', clear=True): put_text(datetime.datetime.now()) time.sleep(1) def app(): t = threading0 码力 | 157 页 | 7.48 MB | 1 年前3
PyWebIO v1.8.2 使用手册scope2 text in parent scope of scope2 use_scope() 还可以作为装饰器来使用: 第一次调用 show_time 时,将会创建 time 输出域并在其中输出当前时间,之 后每次调用 show_time() ,输出域都会被新的内容覆盖。 Scope支持嵌套。会话开始时,PyWebIO应用只有一个 ROOT scope。你可以在一 个scope中创建新 previous content put_text('text in scope2') from datetime import datetime @use_scope('time', clear=True) def show_time(): put_text(datetime.now()) with use_scope('A'): put_text('Text in scope A') 异 常。 Server模式下多线程的使用示例: def show_time(): while True: with use_scope(name='time', clear=True): put_text(datetime.datetime.now()) time.sleep(1) def app(): t = threading0 码力 | 158 页 | 7.48 MB | 1 年前3
Django CMS 3.11.10 DocumentationCongratulations, you now have installed django CMS and created your first page. If you need to log in at any time, append ?toolbar_on to the URL and hit Return. This will enable the toolbar, from where you can log components, and choose them for each page as required. A page’s template can be switched for another at any time. We recommend creating a base.html template, shared by all the applications in the project, that your containing Python code that won’t be loaded until the server restarts. You have to restart the server each time you want to apply a modification made to this file or any views attached to thereof. Restarting the0 码力 | 493 页 | 1.44 MB | 6 月前0.03
共 654 条
- 1
- 2
- 3
- 4
- 5
- 6
- 66













