上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 61 下一页
摘要: string (1) size_t rfind (const string& str, size_t pos = npos) const noexcept; c-string (2) size_t rfind (const char* s, size_t pos = npos) const; buf 阅读全文
posted @ 2019-12-19 18:35 MoonXu 阅读(400) 评论(0) 推荐(0) 编辑
摘要: string (1) size_t find (const string& str, size_t pos = 0) const noexcept; c-string (2) size_t find (const char* s, size_t pos = 0) const; buffer (3) 阅读全文
posted @ 2019-12-19 18:05 MoonXu 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1. compare string (1) 4int compare (const string& str) const noexcept; substrings (2) int compare (size_t pos, size_t len, const string& str) const; i 阅读全文
posted @ 2019-12-19 17:39 MoonXu 阅读(478) 评论(0) 推荐(0) 编辑
摘要: ./bootstrap.sh ./b2 sudo ./b2 install --prefix=/tools/boost 阅读全文
posted @ 2019-12-17 21:04 MoonXu 阅读(132) 评论(0) 推荐(0) 编辑
摘要: time_t time(time_t *tloc); 功能:获取纪元1970-01-01 00:00:00以来所经历的秒数 参数: tloc:用来存储返回时间 返回值:成功:返回秒数, 失败:-1 struct tm *localtime(const time_t *timep); struct t 阅读全文
posted @ 2019-12-17 10:30 MoonXu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: int stat(const char *pathname, struct stat *statbuf); 功能:获取文件的元数据 参数: pathname:文件路径 statbuf:保存文件元数据的结构体 返回值:成功:0 失败:-1,设置errno char *ctime(const time_ 阅读全文
posted @ 2019-12-17 10:01 MoonXu 阅读(350) 评论(0) 推荐(0) 编辑
摘要: D类多播地址 多播地址是从224.0.0.0-239.255.255.255 224 oct: 1110 0000 239 oct:1110 1111 IP多播地址的有效位为28位 以太网地址为48位,IANA组织把00- 00- 5e开始的地址分配了用于多播的地址,以太网多播地址的最高二位必须为0 阅读全文
posted @ 2019-11-30 14:03 MoonXu 阅读(163) 评论(0) 推荐(0) 编辑
摘要: /usr/include/x86_64-linux-gnu/ 阅读全文
posted @ 2019-11-25 15:41 MoonXu 阅读(172) 评论(0) 推荐(0) 编辑
摘要: secureCRT Alt + p get xx 阅读全文
posted @ 2019-11-08 15:04 MoonXu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 解决办法: ie->工具->internet选项->安全->自定义级别->下载->文件下载->启用 阅读全文
posted @ 2019-11-07 16:13 MoonXu 阅读(2185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 61 下一页