NetBackup™ for SQLite 管理指南: Windows 和 Linux - 版本:10.2
NetBackup™ for SQLite 管 理指南 Windows 和 Linux 版本 10.2 NetBackup™ for SQLite 管理指南 上次更新时间: 2023-04-28 法律声明 Copyright © 2023 Veritas Technologies LLC. © 2023 年 Veritas Technologies LLC 版权所 有。All rights0 码力 | 29 页 | 675.75 KB | 1 年前3Oracle VM VirtualBox 3.2.4 User Manual
background 181 10.1 VirtualBox executables and components . . . . . . . . . . . . . . . . . . 181 10.2 Hardware vs. software virtualization . . . . . . . . . . . . . . . . . . . . 183 10.3 Details about even on older hardware where these features are not present. More details can be found in chapter 10.2, Hardware vs. software virtualization, page 183. • Guest Additions: shared folders, seamless windows following conditions: 1. You need a 64-bit processor with hardware virtualization support (see chapter 10.2, Hardware vs. software virtualization, page 183). 2. You must enable hardware virtualization for0 码力 | 306 页 | 3.85 MB | 1 年前3BAETYL 0.1.6 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 10.2 Message Synchronize via Baetyl-Remote-MQTT module . . . . . . . . . . . . . . . . . . . . . . . 70 smoothly. The workflow diagram are as follows. using Baetyl-Remote-MQTT module to synchronize message 10.2 Message Synchronize via Baetyl-Remote-MQTT module Configuration file location for the Baetyl main Configuration file location for Baetyl-Remote-MQTT module is: var/db/baetyl/remote-iothub-conf/ service.yml. 10.2. Message Synchronize via Baetyl-Remote-MQTT module 71 BAETYL Documentation The configuration of0 码力 | 120 页 | 7.27 MB | 1 年前3BAETYL 1.0.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 10.2 Message Synchronize via baetyl-remote-mqtt service . . . . . . . . . . . . . . . . . . . . . . . smoothly. The workflow diagram are as follows. using baetyl-remote-mqtt service to synchronize message 10.2 Message Synchronize via baetyl-remote-mqtt service The application configuration in var/db/baetyl/application name: remote-iothub hub: address: tcp://localhub:1883 username: test (continues on next page) 10.2. Message Synchronize via baetyl-remote-mqtt service 73 BAETYL Documentation (continued from previous0 码力 | 145 页 | 9.31 MB | 1 年前3Release Notes for Node.js 18
VERSIONS CHAPTER 2. FEATURES 2.1. NEW AND CHANGED FEATURES 2.1.1. V8 JavaScript engine upgraded to v10.2 2.1.2. Default values for HTTP timeouts 2.1.3. Blob and BroadcastChannel APIs in the global scope upstream documentation. 2.1.1. V8 JavaScript engine upgraded to v10.2 This release includes an upgrade of the V8 JavaScript engine to v10.2, which is part of Chromium 101. The upgraded V8 JavaScript engine0 码力 | 18 页 | 106.27 KB | 1 年前3The Way To Go - 2012
struct ...........................................................................................224 10.2 Creating a struct variable with a Factory method ................................................ layout of a struct ............................................................................227 Fig 10.2: Memory layout of a struct of structs ........................................................... in which it is defined, its complete type name is: pack1.struct1 The following example Listing 10.2—person.go shows a struct Person, a method upPerson which has a parameter of type *Person (so that0 码力 | 629 页 | 4.85 MB | 1 年前3鸟哥的Linux私房菜:服务器架设篇 第三版
参考数据与延伸阅读 9. 第二部分:主机的简易资安防护措施 10. 第七章、网络安全与主机基本防护:限制端口, 网络升级与 SELinux 10.1. 7.1 网络封包联机进入主机的流程 10.2. 7.2 网络自动升级软件 10.3. 7.3 限制联机埠口 (port) 10.4. 7.4 SELinux 管理原则 10.5. 7.5 被攻击后的主机修复工作 10.6. 7.6 重点回顾 12.6. 9.6 重点回顾 12.7. 9.7 本章习题 12.8. 9.8 参考数据与延伸阅读 13. 第十章、申请合法的主机名 13.1. 10.1 为何需要主机名 13.2. 10.2 注册一个合法的主机名 13.3. 10.3 重点回顾 - 3 - 本文档使用 书栈(BookStack.CN) 构建 13.4. 10.4 本章习题 13.5. 10.5 参考数据与延伸阅读 168.95.1.1: icmp_seq=2 ttl=245 time=10.0 ms 17. 64 bytes from 168.95.1.1: icmp_seq=3 ttl=245 time=10.2 ms 18. 19. --- 168.95.1.1 ping statistics --- 20. 3 packets transmitted, 3 received, 0% packet0 码力 | 795 页 | 17.63 MB | 1 年前3phpMyAdmin Documentation release 4.7.0
chronological order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 10.2 Translators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ignacio Vazquez- Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, “Manuzhai”. 10.2 Translators Following people have contributed to translation of phpMyAdmin: • Albanian – Arben– Valter Georgiev – Valentin Mladenov 10.2. Translators 145 phpMyAdmin Documentation, Release 4.7.0 – P – krasimir 0 码力 | 181 页 | 801.32 KB | 1 年前3Go 入门指南(The way to Go)
test 9.9 通过 Git 打包和安装 9.10 Go 的外部包和项目 9.11 在 Go 程序中使用外部库 第10章:结构(struct)与方法(method) 10.1 结构体定义 10.2 使用工厂方法创建结构体实例 10.3 使用自定义包中的结构体 10.4 带标签的结构体 10.5 匿名字段和内嵌结构体 10.6 方法 10.7 类型的 String() 方法和格式化描述符 家族的编程语言中它也存在,并且名字也是 struct,在面向对象的编程语 言中,跟一个无方法的轻量级类一样。不过因为 Go 语言中没有类的概念,因此在 Go 中结构体有着更为重要的地 位。 - 10.1 结构体定义 10.2 使用工厂方法创建结构体实例 10.3 使用自定义包中的结构体 10.4 带标签的结构体 10.5 匿名字段和内嵌结构体 10.6 方法 10.7 类型的 String() 方法和格式化描述符 本文档使用 书栈(BookStack.CN) 构建 类型 strcut1 在定义它的包 pack1 中必须是唯一的,它的完全类型名是: pack1.struct1 。 下面的例子 Listing 10.2—person.go 显示了一个结构体 Person,一个方法,方法有一个类型为 *Person 的参数(因此对象本身是可以被改变的),以及三种调用这个方法的不同方式: 1. package0 码力 | 466 页 | 4.44 MB | 1 年前3Adventures in SIMD Thinking (Part 1 of 2)
K E W B C O M P U T I N G Testing Methodology – Platforms • Ubuntu 18.04 on Cascade Lake • GCC 10.2, all code compiled with -O3 –mavx512 -march=skylake • Clang 10.0.1, all code compiled with -O3 –mavx512 1E+09 1E+02 1E+03 1E+04 1E+05 1E+06 1E+07 duration (nsec) size (elements) Pre-Sorted Input - GCC 10.2 stl avx speedupCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Results – Median-of-Seven 1E+09 1E+02 1E+03 1E+04 1E+05 1E+06 1E+07 duration (nsec) size (elements) Random Input - GCC 10.2 stl avx speedupCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Results – Median-of-Seven0 码力 | 88 页 | 824.07 KB | 5 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100