PAI & TVM Meetup - Shanghai 20191116
0 码力 | 26 页 | 5.82 MB | 5 月前3ClickHouse at Ximalaya for Shanghai Meetup 2019 PDF
0 码力 | 28 页 | 6.87 MB | 1 年前3Container Portfolio at VMware
0 码力 | 26 页 | 6.62 MB | 1 年前3简谈 Rust 与国密 TLS - 王江桐
Section #1 • 密码算法安全目标 • 密码算法分类 • 国密套件总览 密码算法安全目标 Security Goals Rust China Conf 2022 – 2023, Shanghai, China • 通常来说,通过加密方式,对于信息的传输,我们希望达成以下五个目标: • 不同的攻击方式可能针对于不同的目标进行攻击。比如DoS(拒绝服务Denial of Service) Applications of Cryptography Rust China Conf 2022 – 2023, Shanghai, China 国密概述 Introduction of Shangmi Cryptography Rust China Conf 2022 – 2023, Shanghai, China • 商用密码是中华人民共和国政府用于非国家机密信息保护所采用的一系列密码技术和密 码产 bjlcs- tech.com/article/95.html 国密套件总览 List of Shangmi Cryptography Rust China Conf 2022 – 2023, Shanghai, China 算法 算法标准 功能 类型 安全位数 (bit) 对应算法 是否公开 应用 Sm1 / 分组加解密 对称加 密 128 AES128 否,仅以 IP 核的形 式存在于芯片中0 码力 | 44 页 | 3.70 MB | 1 年前3Rust HTTP 协议栈在终端通信场景的实践 - 胡凯
与 HTTP 协议 HTTP 协议介绍 Part 01 什么是 HTTP 协议? Rust China Conf 2022 – 2023, Shanghai, China Rust China Conf 2022 – 2023, Shanghai, China HTTP 协议介绍 HTTP 协议,即超文本传输协议(HyperText Transfer Protocol)是一种用于分布式、协作式和超媒体 Protocol)是一种用于分布式、协作式和超媒体 信息系统的应用层协议。 HTTP 是一个客户端(用户)和服务端(网站)之间请求和应答的标准。 Rust China Conf 2022 – 2023, Shanghai, China HTTP 协议介绍 HTTP 协议主要具有以下特点: ✓ 支持客户/服务器模式。 ✓ 简单快速:客户向服务器请求服务时,只需传送 请求方法、路径和请求头。HTTP 协议简单、HTTP 服务器的程序规模小,因而通信速度很快。 省传输时间。(在 HTTP/1.1 之后变更) ✓ 无状态:HTTP 协议对于事务处理没有记忆能力, 每个请求/应答之间相互独立。 Rust China Conf 2022 – 2023, Shanghai, China HTTP 协议介绍 HTTP 协议的版本演化如下: GET Content request response HTTP/0.9 • 早期的 HTTP 协议 • 请求方法仅能使0 码力 | 26 页 | 1.25 MB | 1 年前3Apache ShardingSphere ElasticJob document Nov 01, 2023
from Shanghai and database C stores data from Guangzhou. If we config‐ ure only by the sharding items’numbers, the developers need the knowledge that 0 represents Beijing, 1 represents Shanghai and 2 make the codes more readable, if we have customized options 0=Beijing,1=Shanghai,2=Guangzhou, we can simply use Beijing, Shanghai, Guangzhou in the codes. 5.2.2 Maximize the usage of resources ElasticJob JobConfiguration.newBuilder("myJob", 3).cron("0/5 * * * * ?").shardingItemParameters("0=Beijing,1=Shanghai,2=Guangzhou").build(); Job start ElasticJob scheduler is divided into two types: timed scheduling0 码力 | 101 页 | 1.53 MB | 1 年前3Build web application with Golang
Shanghai_VPN 127.0.0.1 print the following content: {{ servers} 1 [{{ server} Shanghai_VPN 127.0.0.1} {{ server} Beijing_VPN 127.0.0.2}] Shanghai_VPN 127.0.0.1 innerxml" , Unmarshal will assign raw XML data to it, like Description in the above example: Shanghai_VPN127.0.0.1Beijing_VPN127.0.0.2 If a field is called XMLName and its type is xml.Name , then0 码力 | 327 页 | 1.63 MB | 1 年前3百度智能云 Apache Doris 文档
m_unixtime strftime/alignment_timestamp/from_unixtime Baidu 百度智能云文档 SQL手册 29 如果不指定,则使用 "Asia/Shanghai" 时区。 Example Example 1. 从 BOS 导入一批数据 导入文件 ,按逗号分隔,导入到表 。 2. 从 BOS 导入数据,使用通配符匹配两批两批文件。分别导入到两个表中。 Example 1. 导入本地文件 testData,并指定超时时间 2. 导入本地文件 testData,并按条件过滤数据 -H "timezone: Asia/Shanghai" -H "timezone: Asia/Shanghai" exec_mem_limit exec_mem_limit -H "exec_mem_limit: 4294967296" -H "exec_mem_limit: "maxBatchIntervalS"::"10" "10",,"whereExpr" "whereExpr"::"*" "*",,"timezone" "timezone"::"Asia/Shanghai" "Asia/Shanghai",,"mergeType" "mergeType" }} DataSourceProperties: { DataSourceProperties: {"topic" "topic"::"test"0 码力 | 203 页 | 1.75 MB | 1 年前3Apache ShardingSphere ElasticJob 中文文档 2023 年 11 月 01 日
JobConfiguration.newBuilder("myJob", 3).cron("0/5 * * * * ?").shardingItemParameters("0=Beijing,1=Shanghai,2=Guangzhou").build(); 作业启动 ElasticJob 调度器分为定时调度和一次性调度两种类型。每种调度器启动时均需要注册中心配置、作业对 象(或作业类型)以及作业配置这 job. DataflowJob cron: 0/5 * * * * ? shardingTotalCount: 3 shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou scriptJob: elasticJobType: SCRIPT cron: 0/10 * * * * ? shardingTotalCount: 3 props: cron: 0/5 * * * * ? timeZone: GMT+08:00 shardingTotalCount: 3 shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou scriptJob: elasticJobType: SCRIPT cron: 0/10 * * * * ? shardingTotalCount: 3 props:0 码力 | 98 页 | 1.97 MB | 1 年前3Go Web编程
Shanghai_VPN 127.0.0.1 Shanghai_VPN 127.0.0.1} {{ server} Beijing_VPN 127.0.0.2}] Shanghai_VPN 127.0.0.1 0 码力 | 295 页 | 5.91 MB | 1 年前3
共 259 条
- 1
- 2
- 3
- 4
- 5
- 6
- 26