上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 73 下一页
摘要: a) for 64-bit:pacman -S mingw-w64-x86_64-toolchainb) for 32-bit:pacman -S mingw-w64-i686-toolchain 阅读全文
posted @ 2021-08-08 23:15 邱明成 阅读(936) 评论(0) 推荐(0) 编辑
摘要: gdb编译过程:使用MSYS2 MinGW 64-bit客户端,python要使用2.71. pacman -S make2. pacman -S texinfoPackages (1) texinfo-6.7-33. pacman -S mingw-w64-x86_64-toolchain4. m 阅读全文
posted @ 2021-08-08 19:19 邱明成 阅读(516) 评论(0) 推荐(0) 编辑
摘要: gdb编译过程:使用msys2的原生客户端,python要使用2.71. pacman -S make2. pacman -S texinfoPackages (1) texinfo-6.7-33. pacman -S mingw-w64-i686-toolchain4. mv /d/program 阅读全文
posted @ 2021-08-08 16:42 邱明成 阅读(556) 评论(0) 推荐(0) 编辑
摘要: https://www.exception.site/essay/how-to-free-use-intellij-idea-2019-3 阅读全文
posted @ 2021-07-17 23:22 邱明成 阅读(936) 评论(0) 推荐(0) 编辑
摘要: 正常情况下,如果一个函数返回一个类对象,那它会生成一个临时对象进行拷贝。例如: #include <iostream>#include <vector>#include <string.h> using namespace std; class CTest {public: CTest() { co 阅读全文
posted @ 2021-07-13 21:17 邱明成 阅读(544) 评论(0) 推荐(0) 编辑
摘要: Apache Bench,是 Apache 自带的压力测试工具。a可以对服务器进行访问压力测试。系统安装 Apache Server,自带 ab 命令。 1. 概念 吞吐率:服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处 阅读全文
posted @ 2021-07-13 14:22 邱明成 阅读(407) 评论(0) 推荐(0) 编辑
摘要: http://tpc.org/tpcc/results/tpcc_perf_results5.asp?resulttype=all 阅读全文
posted @ 2021-07-02 14:34 邱明成 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 使用命令 pipreqs ./ --encoding=utf8。 阅读全文
posted @ 2021-06-18 14:16 邱明成 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weekdawn/article/details/87881820 阅读全文
posted @ 2021-06-12 09:38 邱明成 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1.打开idea的设置,找到Terminal (具体路径: File->Settings->Tools->Terminal) 2.将Shell path 设置: "你的git安装目录下的bin/bash.exe的绝对路径" --login -i 3.就完成了,可以愉快地使用bash命令了. (前提是 阅读全文
posted @ 2021-06-06 12:53 邱明成 阅读(520) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 73 下一页