Real world Rust - Why and how we use Rust in TiKV
Real world Rust Why and how we use Rust in TiKV 黄东旭 PingCAP 关于我 ● 黄东旭 Dongxu_Huang ● Open source hacker / Infrastructure Engineer ● MSRA / Netease / Wandoujia / PingCAP ● CTO of PingCAP ● Codis system programming language ○ Maintain by Mozilla ● Stable: 1.13 ○ Stable enough for production use ● Alternative to C/C++ Why Rust? ● Safe ○ Thread safety guarantee ○ Segfaults free ● Blazingly fn main() { let a = vec![1,2,3]; do_vec(a); println!("{}", a) } 内存安全 error[E0382]: use of moved value: `a` --> src/main.rs:6:20 | 5 | do_vec(a); | - value moved here0 码力 | 29 页 | 506.53 KB | 1 年前3唐刚 - Use Rust to Develop the Decentralized Open Data Application - RustChinaConf2023
第三届中国 Rust 开发者大会 Use Rust to Develop the Decentralized Open Data Application Mike Tang daogangtang@gmail.com @daogangtang 2023-06-08 ➔ 裁员 ➔ 互联网格局定型 ➔ 平台倒闭,数据丢失 这是一个什么时代? 互联网的终局 创业 -> 种子 com/eightfish-org/eightfish EightFish intends to develop the Data-kind Decentralized Application. You can use the traditional Web development coding style to develop a ODA. How to develop Open Data Application0 码力 | 30 页 | 2.53 MB | 1 年前3httpd 2.2.31 中文文档
directive, then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified enable SSL support, you should edit httpd.conf to include the relevant mod_ssl directives and then use apachectl start to start the server. An example configuration to activate mod_ssl has been included the Perl Compatible Regular Expression Library (PCRE) is now included. httpd can be configured to use a system installation of PCRE by passing the --with-pcre flag to configure. Smart Filtering mod_filter0 码力 | 1860 页 | 1.48 MB | 1 年前3httpd 2.2.27.dev 中文文档
directive, then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified enable SSL support, you should edit httpd.conf to include the relevant mod_ssl directives and then use apachectl start to start the server. An example configuration to activate mod_ssl has been included the Perl Compatible Regular Expression Library (PCRE) is now included. httpd can be configured to use a system installation of PCRE by passing the --with-pcre flag to configure. Smart Filtering mod_filter0 码力 | 1849 页 | 1.47 MB | 1 年前3httpd 2.2.29 中文文档
directive, then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified enable SSL support, you should edit httpd.conf to include the relevant mod_ssl directives and then use apachectl start to start the server. An example configuration to activate mod_ssl has been included the Perl Compatible Regular Expression Library (PCRE) is now included. httpd can be configured to use a system installation of PCRE by passing the --with-pcre flag to configure. Smart Filtering mod_filter0 码力 | 1854 页 | 1.48 MB | 1 年前3httpd 2.2.27 中文文档
directive, then you will need to account for the module name changes mentioned above. If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified enable SSL support, you should edit httpd.conf to include the relevant mod_ssl directives and then use apachectl start to start the server. An example configuration to activate mod_ssl has been included the Perl Compatible Regular Expression Library (PCRE) is now included. httpd can be configured to use a system installation of PCRE by passing the --with-pcre flag to configure. Smart Filtering mod_filter0 码力 | 1849 页 | 1.47 MB | 1 年前3httpd 2.4.25 中文文档
describes changes in server behavior that might require you to change your configuration or how you use the server in order to continue using 2.4 as you are currently using 2.2. To take advantage of new by the more expressive RequireAny, RequireNone, and RequireAll. If you use mod_authz_dbm, you must port your configuration to use Require dbm-group ... in place of Require group .... Access control In any effect, other than to emit a warning if it's used with any value other than none. You need to use other configuration settings to replace it in 2.4. AllowOverride now defaults to None. EnableSendfile0 码力 | 2573 页 | 2.12 MB | 1 年前3httpd 2.4.23 中文文档
describes changes in server behavior that might require you to change your configuration or how you use the server in order to continue using 2.4 as you are currently using 2.2. To take advantage of new by the more expressive RequireAny, RequireNone, and RequireAll. If you use mod_authz_dbm, you must port your configuration to use Require dbm-group ... in place of Require group .... Access control In any effect, other than to emit a warning if it's used with any value other than none. You need to use other configuration settings to replace it in 2.4. AllowOverride now defaults to None. EnableSendfile0 码力 | 2559 页 | 2.11 MB | 1 年前3httpd 2.4.20 中文文档
describes changes in server behavior that might require you to change your configuration or how you use the server in order to continue using 2.4 as you are currently using 2.2. To take advantage of new by the more expressive RequireAny, RequireNone, and RequireAll. If you use mod_authz_dbm, you must port your configuration to use Require dbm-group ... in place of Require group .... Access control In any effect, other than to emit a warning if it's used with any value other than none. You need to use other configuration settings to replace it in 2.4. AllowOverride now defaults to None. EnableSendfile0 码力 | 2533 页 | 2.09 MB | 1 年前3httpd 2.4.18 中文文档
describes changes in server behavior that might require you to change your configuration or how you use the server in order to continue using 2.4 as you are currently using 2.2. To take advantage of new by the more expressive RequireAny, RequireNone, and RequireAll. If you use mod_authz_dbm, you must port your configuration to use Require dbm-group ... in place of Require group .... Access control In any effect, other than to emit a warning if it's used with any value other than none. You need to use other configuration settings to replace it in 2.4. AllowOverride now defaults to None. EnableSendfile0 码力 | 2467 页 | 1.89 MB | 1 年前3
共 582 条
- 1
- 2
- 3
- 4
- 5
- 6
- 59