PostgreSQL 17beta1 US Documentation
PostgreSQL 17beta1 Documentation The PostgreSQL Global Development Group PostgreSQL 17beta1 Documentation The PostgreSQL Global Development Group Copyright © 1996–2024 The PostgreSQL Global Development .................................................................................................. 17 3. Advanced Features ............................................................................. .............................................................................. 87 iii PostgreSQL 17beta1 Documentation 5.10. Schemas ................................................................0 码力 | 3188 页 | 14.32 MB | 1 年前3PostgreSQL 17beta1 A4 Documentation
PostgreSQL 17beta1 Documentation The PostgreSQL Global Development Group PostgreSQL 17beta1 Documentation The PostgreSQL Global Development Group Copyright © 1996–2024 The PostgreSQL Global Development .......................................... 17 3.1. Introduction .......................................................................................... 17 3.2. Views ............................... ........................................... 17 3.3. Foreign Keys ........................................................................................ 17 3.4. Transactions .........................0 码力 | 3017 页 | 14.45 MB | 1 年前3深度学习与PyTorch入门实战 - 17. 常见函数梯度
0 码力 | 9 页 | 282.15 KB | 1 年前3Modern C++ Tutorial: C++11/14/17/20 On the Fly
Modern C++ Tutorial: C++11/14/17/20 On the Fly Changkun Ou (hi[at]changkun.de) Last update: May 7, 2023 Notice The content in this PDF file may outdated, please check our website or GitHub repository . . . . . . . . . . . . . . . . . . . . . . . 17 if-switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Initializer list . . . . . . . . . . . . . . the advent of C++98 to the official finalization of C++11, it has continued to stay relevant. C++14/17 is an important complement and optimization for C++11, and C++20 brings this language to the door0 码力 | 92 页 | 1.79 MB | 1 年前3现代C++ 教程:高速上手C++11/14/17/20
现代 C++ 教程:高速上手 C++11/14/17/20 欧长坤 (hi[at]changkun.de) 最后更新 2023 年 5 月 7 日- ff6ee89 注意 此 PDF 的内容可能过期,请检查本书网站以及 GitHub 仓库以获取最新内容。 版权声明 本书系欧长坤著,采用“知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 (CC BY-NC-ND)”进 行许可 . . . . . . . . 83 6 序言 序言 引言 C++ 是一个用户群体相当大的语言。从 C++98 的出现到 C++11 的正式定稿经历了长达十年多之 久的积累。C++14/17 则是作为对 C++11 的重要补充和优化,C++20 则将这门语言领进了现代化的大 门,所有这些新标准中扩充的特性,给 C++ 这门语言注入了新的活力。那些还在坚持使用传统 C++ (本书把 C++98 C++)而未接触过现代 C++ 的 C++ 程序员在 见到诸如 Lambda 表达式这类全新特性时,甚至会流露出『学的不是同一门语言』的惊叹之情。 现代 C++ (本书中均指 C++11/14/17/20) 为传统 C++ 注入的大量特性使得整个 C++ 变得更加 像一门现代化的语言。现代 C++ 不仅仅增强了 C++ 语言自身的可用性,auto 关键字语义的修改使得我 们更加有信心来操控0 码力 | 83 页 | 2.42 MB | 1 年前3C++高性能并行编程与优化 - 课件 - 17 由浅入深学习 map 容器
val}) 不会覆盖,默默放弃 创建并写入值 m[key] = val 覆盖旧值 创建并写入值 m.insert_or_assign(key, val) 覆盖旧值 创建并写入值(更高效, C++17 新 增) m.at(key) = val 覆盖旧值 抛出 out_of_range 异常 判断 if (m.count(key)) 返回 1 返回 0 删除 m.erase(key) 删除这个值 K, V> 类型 • (*it).first; // K 类型 • (*it).second;// V 类型 map 的遍历:用 C++17 range-based loop • 和 vector 等 STL 容器一样, map 也支持 C++17 的 range-based loop 语法进行遍历 。 • for (auto tmp: m) • 由于刚刚说了, map 真正的“元素类型”是 怎么办?我们看一下 pair的定义,里面只有两个成 员: • struct pair { • T1 first; T2 second; • }; map 的遍历:用 C++17 range-based loop • 所以 for (auto tmp: m) 这里 tmp 的类型是 pair 。 • 如果要单独访问 K 或者 V 怎么办?我们看一下 0 码力 | 90 页 | 8.76 MB | 1 年前3古月《ROS入门21讲》17.ROS中的坐标系管理系统.pdf
17.ROS中的坐标系管理系统 主 讲 人 : 古 月 机器人中的坐标变换 机器人中的坐标变换 • • • • • 机器人中的坐标变换 机器人中的坐标变换 机器人中的坐标变换 ???????1_??????2 = ???????1_????? ∗ ??????_??????2 感谢观看 怕什么真理无穷,进一寸有一寸的欢喜 更多精彩,欢迎关注 ?0 码力 | 7 页 | 1.08 MB | 1 年前3Spring Framework 3.2.17 Changelog
improved documentation at section 17.4 Handler mappings (SPR-13832) Changes in version 3.2.16 (2015-12-17) ------------------------------------- fixed Jdbc4SqlXmlHandler should return null instead of NPE SPR-10701) * several HttpHeaders refinements (SPR-10713, SPR-10648) Changes in version 3.2.3 (2013-05-17) ------------------------------------- * compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled0 码力 | 41 页 | 117.44 KB | 1 年前3httpd 2.4.17 中文文档
Vulnerability, the second example will list the ten last denied clients, for example: [Thu Jul 11 17:18:39 2002] [error] [client foo.example.com] client denied by server configuration: /usr/local/apache/htdocs/ else? We don't want to give anyone other than the owner the ability to change the CGI/SSI program. 17. Is the target CGI/SSI program NOT setuid or setgid? We do not want to execute programs that will It will likely tell you that the directive used in your .htaccess file is not permitted. [Fri Sep 17 18:43:16 2010] [alert] [client 192.168.200.51] /var/www/html/.htaccess: DirectoryIndex not allowed0 码力 | 2455 页 | 1.88 MB | 1 年前3Django Q Documentation Release 0.7.17
need to configure Django Q to run in synchronous mode for testing using the sync option. 1.4. Tasks 17 Django Q Documentation, Release 0.7.16 1.4.2 Async Optionally you can use the Async class to instantiate0 码力 | 56 页 | 416.84 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100