Tornado 6.5 Documentation
and clients . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 6.4 Asynchronous networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . in subclasses. Should return a datetime object or None. Added in version 3.1. Changed in version 6.4: Now returns an aware datetime object instead of a naive one. Subclasses that override this method Changed in version 3.2: Added the single quote to the list of escaped characters. Changed in version 6.4: Now simply wraps html.escape. This is equivalent to the old behavior except that single quotes are0 码力 | 272 页 | 1.12 MB | 2 月前3人工智能安全治理框架 1.0
12 6.1 模型算法研发者安全开发指引 ……………………… 12 6.2 人工智能服务提供者安全指引 ……………………… 13 6.3 重点领域使用者安全应用指引 ……………………… 14 6.4 社会公众安全应用指引 ……………………………… 15 目 录- 1 - 人工智能安全治理框架 人工智能是人类发展新领域,给世界带来巨大机遇,也带来各类风险挑战。 落实《全球人工智能治理倡 智能产品和服务的运行基于人的授权、处于人的控制之下。 (i) 重点领域使用者应避免完全依赖人工智能的决策,监控及记录未采 纳人工智能决策的情况,并对决策不一致进行分析,在遭遇事故时具备及时切 换到人工或传统系统等的能力。 6.4 社会公众安全应用指引 (a)社会公众应提高对人工智能产品安全风险的认识,选择信誉良好的 人工智能产品。- 16 - 人工智能安全治理框架 (b)社会公众应在使用前仔细阅读产品合同或服务协议,了解产品的功0 码力 | 20 页 | 3.79 MB | 29 天前3Tornado 6.5 Documentation
org/3/library/datetime.html#datetime.datetime] object or None. Added in version 3.1. Changed in version 6.4: Now returns an aware datetime object instead of a naive one. Subclasses that override this method Changed in version 3.2: Added the single quote to the list of escaped characters. Changed in version 6.4: Now simply wraps html.escape [https://docs.python.org/3/library/html.html#html.escape]. This is equivalent if its input is bytes [https://docs.python.org/3/library/stdtypes.html#bytes]. Changed in version 6.4: Now simply wraps html.unescape [https://docs.python.org/3/library/html.html#html.unescape]. This0 码力 | 437 页 | 405.14 KB | 2 月前3Rust 程序设计语言 简体中文版 1.85.0
(i32, f64, u8) = (500, 6.4, 1); } tup 变量绑定到整个元组上,因为元组是一个单独的复合元素。为了从元组中获取单个值,可 以使用模式匹配(pattern matching)来解构(destructure)元组值,像这样: 文件名:src/main.rs fn main() { let tup = (500, 6.4, 1); let (x, y, 解构(destructuring),因为它将一个元组拆成了三个部 分。最后,程序打印出了 y 的值,也就是 6.4。 我们也可以使用点号(.)后跟值的索引来直接访问所需的元组元素。例如: 文件名:src/main.rs fn main() { let x: (i32, f64, u8) = (500, 6.4, 1); let five_hundred = x.0; let six_point_four0 码力 | 562 页 | 3.23 MB | 9 天前3
共 4 条
- 1