摘要: toml thiserror = "2.0" rs use std::io::Read; use std::{fs,io}; use thiserror::Error; #[derive(Debug,Error)] enum MyError{ #[error("")] IoError(#[from] 阅读全文
posted @ 2024-11-08 16:52 朝阳1 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 一般的服务器都会自带apache服务器,不需要单独安装 sudo apt-get install apache2-utils sudo yum install httpd-tools ab的命令参数比较多,但是最常用的就3个 ab -c 10000 -n 100000 http://www.baid 阅读全文
posted @ 2024-11-08 09:24 朝阳1 阅读(5) 评论(0) 推荐(0) 编辑