百度超级链 XuperChain master 中文文档实名合约代码路径如下:core/contractsdk/cpp/reserved/identity.cc [https://github.com/xuperchain/xuperchain/blob/master/core/contractsdk/cpp/reserved/identity.cc] 实名合约实名的对象是一个具体的ak。 1 cd ./contractsdk/cpp 2 cp reserved/identity com/xuperchain/xuperchain/blob/master/core/kv/mstorage/test/test_write.go] 读取测试可参考代码 kv/mstorage/test/test_read.go [https://github.com/xuperchain/xuperchain/blob/master/core/kv/mstorage/test/test_read 为了实现跨链请求,仅有上面的链名跨链寻址协议是不够的,在跨链发起的原链上还需要部署一个链名解析合约,该合约目前也已开源 链名解析合约 [https://github.com/xuperchain/xuperchain/blob/master/core/contractsdk/cpp/example/naming/src/naming.cc]。 // 注册一个网络,同时包含网络初始meta信息 RegisterChain(name0 码力 | 316 页 | 24.51 MB | 2 年前3
DBeaver Ultimate User Guide v.24.1Multiple datasource connections Configure connection initialization settings Managing Master password Security in DBeaver PRO Network configuration settings SSH configuration configuration AWS SSM configuration System operations and security Shell commands Changing current user password # Databases authentication models Authentication models overview Database native DBeaver profile connection.| |Database Name|The name of the specific database you want to connect to.| |Username and Password|The credentials required for authentication. This falls under the Authentication section, where0 码力 | 1169 页 | 94.41 MB | 2 年前3
VMware Greenplum v6.17 DocumentationGreenplum 0 Introduction to Greenplum 162 Introduction to Greenplum 0 The Greenplum Master 163 Master Redundancy 163 The Segments 164 Segment Redundancy 164 Segment Failover and Recovery Data Storage Areas 0 Creating Data Storage Areas on the Master and Standby Master Hosts 192 To create the data directory location on the master 192 Creating Data Storage Areas on Segment Hosts 193 iptables (Optional) 0 How to Enable iptables 233 Example iptables Rules 233 Example Master and Standby Master iptables Rules 234 Example Segment Host iptables Rules 235 Installation Management Utilities0 码力 | 1893 页 | 17.62 MB | 2 年前3
第1930期:Kubernetes基础介绍[Image](/uploads/documents/7/6/c/e/76ce353818d325972a85fc527b8793a0/p6_2.jpg) ## Kubernetes基础结构介绍 ## Kubernetes Master架构组成:  API Server Kubernetes技术在H3Cloud OS中的应用介绍 ## k8s基本概念和术语介绍(Master 主节点(Master): Master是集群的控制节点,每个k8s集群中至少需要一个Master节点来维护整个集群的管理和控制,几乎所有的控制命令都是发给它,它负责执行具体的动作。它很重要,如果它不可用,那么我们所有的控制命令都会失效。 Master节点上运行一组关键进程: API Server API服务器(k ,当某个Node宕机时,其工作负载会被Master自动转移到其他Node节点上。默认情况下kubelet会向Master注册自己。一旦Node被纳入集群管理,kubelet进程就会定时向Master节点汇报自身的情况,比如操作系统等信息,这样Master就可以获取每个Node节点的资源使用情况合理的进行调度。如果Node节点在指定时间不上报,那么Master就会认为它“失联”,标记成“Not Ready”状态。0 码力 | 49 页 | 4.11 MB | 2 年前3
httpd 2.4.23 中文文档this value should not be trusted because the user is not yet authenticated. If the document is not password protected, this part will be "-" just like the previous one. ## [10/Oct/2000:13:55:36 -0700] DNs have no common fields (usually the organisation, etc.). In this case, you should establish a password database containing all clients allowed, as follows: SSLVerifyClient none SSLCACertificateFile conf/httpd.passwd" Require valid-user The password used in this example is the DES encrypted string "password". See the SSLOptions docs for more information. httpd.passwd0 码力 | 2559 页 | 2.11 MB | 1 年前3
Coaching Agile TeamsTransform Yourself • Detach from outcomes Self-Assess First • Take it to the team • Be a mirror • Master your words & face • Let there be silence • Model being outrageous • Let the team fail • Be0 码力 | 15 页 | 608.54 KB | 1 年前3
BAETYL 1.0.0 DocumentationContributing 6 1.6 Contact us 6 2 Baetyl Design 7 2.1 Concepts 7 2.2 Components 8 2.3 Master 9 2.4 Official Modules 17 3 Contributing 23 3.1 Workflow 23 3.2 Code Review 24 3.3 Merge source code 29 5.3 Build Baetyl and modules 29 6 Baetyl Configuration Interpretation 35 6.1 Master Configuration 35 6.2 Application Configuration 36 6.3 Module Configuration 37 6.4 baetyl-function-python underlying service management, but also provides some basic functional modules, as follows: - Baetyl Master is responsible for the management of service instances, such as start, stop, supervise, etc., consisting0 码力 | 145 页 | 9.31 MB | 2 年前3
K8S安装部署开放服务台主机/虚拟机,下面是参考配置: 1 台作为 k8s master CPU:2 核,内存:8GB,系统盘:40GB,docker 数据盘:80GB 3 台作为 k8s node CPU:2 核,内存:16GB,系统盘:40GB,docker 数据盘:40GB,ceph 数据盘:1TB $ ^{*} $ 下面是 vSphere 上创建虚拟机的步骤: A1. 创建 k8s-master CPU:2 核,内存:8GB,系统盘:40GB,docker 6054082cbc50c66d67a/p2_1.jpg) Step2. 配置虚拟机网络 打开虚拟机的控制台: 设置主机名: hostnamectl set-hostname k8s-master 设置网络: cd /etc/sysconfig/network-scripts vi ifcfg-ens160 TYPE=Ethernet BOOTPROTO=static A2. 创建 k8s-node1, k8s-node2, k8s-node3 内存:16GB,系统盘:40GB,docker 数据盘:40GB,ceph 数据盘:200GB 【注】所有节点(k8s-master, k8s-node1, k8s-node2, k8s-node3)均需做以下 B~D: ### B. 升级 & 配置 centos7 ### Step1. 升级 linux 内核0 码力 | 54 页 | 1.23 MB | 2 年前3
VMware Greenplum 6 Documentation264 Network 264 Storage 264 Elastic Block Storage (EBS) 265 Ephemeral 265 AWS Recommendations 265 Master 265 Segments 265 Google Compute Platform (GCP) 266 Virtual Machine Type 266 VMware Greenplum 6 Documentation 266 GCP Recommendations 267 Master and Segment Instances 267 Azure 267 Virtual Machine Type 268 Compute 268 Memory 268 Network 268 Storage 268 Azure Recommendations 269 Master 269 Segments 269 Greenplum Greenplum Database Concepts 270 About the Greenplum Architecture 270 About the Greenplum Master 272 Master Redundancy 273 About the Greenplum Segments 273 Segment Redundancy 274 Segment Failover and Recovery 2740 码力 | 2374 页 | 44.90 MB | 2 年前3
VMware Tanzu Greenplum v6.23 DocumentationRecommendations 257 Master 257 Segments 257 Google Compute Platform (GCP) 258 Virtual Machine Type 258 Compute 258 Memory 258 Network 258 Storage 258 GCP Recommendations 259 Master and Segment Instances Storage 260 Azure Recommendations 261 Master 261 Segments 261 Greenplum Database Concepts 262 About the Greenplum Architecture 262 About the Greenplum Master 264 Master Redundancy 265 VMware Tanzu Greenplum Failover in Greenplum Database 284 About Segment Mirroring 284 Segment Failover and Recovery 285 About Master Mirroring 286 About Interconnect Redundancy 286 About Database Statistics in Greenplum Database 2860 码力 | 2298 页 | 40.94 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
区块链智能合约权限系统TPSDPOS共识机制DBeaver Ultimate EditionCloud ExplorerJDBC driversMaster passwordGit integrationGreenplum DatabasemastersegmentsinterconnectgpfdistKubernetes容器编排Master节点API ServeretcdApache HTTP Server 2.4API ChangesAuthenticationPassword Encryption FormatsPerformance TuningCoaching Agile TeamsAgile CoachScrum MasterAgile TeamsCoachingBaetylbaetyl-masterbaetyl-hubMQTTbaetyl-function-managerk8s dashboardk8s masterk8s node网络插件证书配置Massively Parallel Processing (MPP)PostgreSQLHigh AvailabilityData WarehousingSQL标准兼容性新功能改进













