PyWebIO v0.3.0 使用手册defer_call() 、 hold() 会话控制函数 添加 put_image() 输出图像、 remove(anchor) 移除内容 加入动画提升UI体验 添加测试用例,构建CI工作流 Detailed changes by module UI 添加元素显示动画 页面底部添加footer pywebio.input input_group() 添加 cancelable 参数来允许用户取消输入 前端js代码迁移typescript output.put_table() 支持跨行/列单元格, 单元格内容支持使用 put_xxx 类输出函数 Detailed changes by module UI 当与服务器连接断开时,点击前端的交互式按钮会报错提示。 pywebio.output 锚点名字支持使用空格 弃用 table_cell_buttons() 服务器-客户端通信协议 PyW0 码力 | 72 页 | 8.55 MB | 1 年前3
PyWebIO v0.3.0 使用手册添加defer_call() 、hold() 会话控制函数 • 添加put_image() 输出图像、remove(anchor) 移除内容 • 加入动画提升 UI 体验 • 添加测试用例,构建 CI 工作流 Detailed changes by module UI • 添加元素显示动画 • 页面底部添加 footer pywebio.input • input_group() 添加 cancelable 代码迁移 typescript • output.put_table() 支持跨行/列单元格,单元格内容支持使用 put_xxx 类输出函数 Detailed changes by module UI • 当与服务器连接断开时,点击前端的交互式按钮会报错提示。 52 Chapter 4. Documentation PyWebIO, 发布 0.3.0 pywebio.output • 锚点名字支持使用空格0 码力 | 70 页 | 1.41 MB | 1 年前3
PyWebIO v1.2.3 DocumentationWeb services. PyWebIO is very suitable for quickly building applications that do not require complex UI. Features Use synchronization instead of callback-based method to get input Non-declarative layout to make it easy for Python users to create interactive web applications that can connect front-end UI events to real, running Python code. In PyWebIO, you can also use bokeh.io.show() to display a Bokeh Highlights Security support: put_html(), put_markdown() can use sanitize parameter to prevent XSS attack. UI internationalization support SEO support: Set SEO info through pywebio.platform.seo() or function docstring0 码力 | 119 页 | 7.43 MB | 1 年前3
PyWebIO v1.2.2 DocumentationWeb services. PyWebIO is very suitable for quickly building applications that do not require complex UI. Features Use synchronization instead of callback-based method to get input Non-declarative layout to make it easy for Python users to create interactive web applications that can connect front-end UI events to real, running Python code. In PyWebIO, you can also use bokeh.io.show() to display a Bokeh Highlights Security support: put_html(), put_markdown() can use sanitize parameter to prevent XSS attack. UI internationalization support SEO support: Set SEO info through pywebio.platform.seo() or function docstring0 码力 | 119 页 | 7.41 MB | 1 年前3
PyWebIO v1.2.3 使用手册PyWebIO,开发者能像编写终端 脚本一样 (基于 input 和 print 进行交互) 来编写应用,无需具备 HTML 和 JS 的相关知识;PyWebIO 还可以方 便地整合进现有的 Web 服务。非常适合快速构建对 UI 要求不高的应用。 使用手册 1 PyWebIO, 发布 1.2.3 2 使用手册 CHAPTER1 特性 • 使用同步而不是基于回调的方式获取输入,代码编写逻辑更自然 • 非声明式布局,布局方式简单高效 ,将 PyWebIO 做得越来越好。 Highlights • 添加安全性支持: put_html(), put_markdown() 中支持使用 sanitize 参数开启防 XSS 攻击 • UI 国际化支持 • 添加 SEO 支持: 通过任务函数的注释或pywebio.platform.seo() 来设置 SEO 信息 • CDN 支持,Web 框架整合更加方便,仅需引入一条路由即可 put_loading() , put_processbar() • 添加span() , output() 输出控制函数 • 添加 JS 执行函数: run_js() , eval_js() • 更新 UI: 显示输入时,使用浮动式输入框;发生未捕获异常时,前端使用 console 日志记录异常 Backwards-incompatible changes • 不再使用基于锚点的输出控制模型 •0 码力 | 102 页 | 1.67 MB | 1 年前3
PyWebIO v1.1.0 使用手册PyWebIO,开发者能像编写终端 脚本一样 (基于 input 和 print 进行交互) 来编写应用,无需具备 HTML 和 JS 的相关知识;PyWebIO 还可以方 便地整合进现有的 Web 服务。非常适合快速构建对 UI 要求不高的应用。 使用手册 1 PyWebIO, 发布 1.1.0 2 使用手册 CHAPTER1 特性 • 使用同步而不是基于回调的方式获取输入,代码编写逻辑更自然 • 非声明式布局,布局方式简单高效 ,将 PyWebIO 做得越来越好。 Highlights • 添加安全性支持: put_html(), put_markdown() 中支持使用 sanitize 参数开启防 XSS 攻击 • UI 国际化支持 • 添加 SEO 支持: 通过任务函数的注释或pywebio.platform.seo() 来设置 SEO 信息 • CDN 支持,Web 框架整合更加方便,仅需引入一条路由即可 put_loading() , put_processbar() • 添加span() , output() 输出控制函数 • 添加 JS 执行函数: run_js() , eval_js() • 更新 UI: 显示输入时,使用浮动式输入框;发生未捕获异常时,前端使用 console 日志记录异常 Backwards-incompatible changes • 不再使用基于锚点的输出控制模型 •0 码力 | 98 页 | 1.73 MB | 1 年前3
PyWebIO v1.2.2 使用手册PyWebIO,开发者能像编写终端 脚本一样 (基于 input 和 print 进行交互) 来编写应用,无需具备 HTML 和 JS 的相关知识;PyWebIO 还可以方 便地整合进现有的 Web 服务。非常适合快速构建对 UI 要求不高的应用。 使用手册 1 PyWebIO, 发布 1.2.2 2 使用手册 CHAPTER1 特性 • 使用同步而不是基于回调的方式获取输入,代码编写逻辑更自然 • 非声明式布局,布局方式简单高效 ,将 PyWebIO 做得越来越好。 Highlights • 添加安全性支持: put_html(), put_markdown() 中支持使用 sanitize 参数开启防 XSS 攻击 • UI 国际化支持 • 添加 SEO 支持: 通过任务函数的注释或pywebio.platform.seo() 来设置 SEO 信息 • CDN 支持,Web 框架整合更加方便,仅需引入一条路由即可 put_loading() , put_processbar() • 添加span() , output() 输出控制函数 • 添加 JS 执行函数: run_js() , eval_js() • 更新 UI: 显示输入时,使用浮动式输入框;发生未捕获异常时,前端使用 console 日志记录异常 Backwards-incompatible changes • 不再使用基于锚点的输出控制模型 •0 码力 | 102 页 | 1.69 MB | 1 年前3
PyWebIO v1.3.2 DocumentationWeb services. PyWebIO is very suitable for quickly building applications that do not require complex UI. Features Use synchronization instead of callback-based method to get input Non-declarative layout to make it easy for Python users to create interactive web applications that can connect front-end UI events to real, running Python code. In PyWebIO, you can also use bokeh.io.show() to display a Bokeh Highlights Security support: put_html(), put_markdown() can use sanitize parameter to prevent XSS attack. UI internationalization support SEO support: Set SEO info through pywebio.platform.seo() or function docstring0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.3.0 DocumentationWeb services. PyWebIO is very suitable for quickly building applications that do not require complex UI. Features Use synchronization instead of callback-based method to get input Non-declarative layout to make it easy for Python users to create interactive web applications that can connect front-end UI events to real, running Python code. In PyWebIO, you can also use bokeh.io.show() to display a Bokeh Highlights Security support: put_html(), put_markdown() can use sanitize parameter to prevent XSS attack. UI internationalization support SEO support: Set SEO info through pywebio.platform.seo() or function docstring0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.4.0 DocumentationWeb services. PyWebIO is very suitable for quickly building applications that do not require complex UI. Features Use synchronization instead of callback-based method to get input Non-declarative layout to make it easy for Python users to create interactive web applications that can connect front-end UI events to real, running Python code. In PyWebIO, you can also use bokeh.io.show() to display a Bokeh Highlights Security support: put_html(), put_markdown() can use sanitize parameter to prevent XSS attack. UI internationalization support SEO support: Set SEO info through pywebio.platform.seo() or function docstring0 码力 | 135 页 | 7.45 MB | 1 年前3
共 86 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













