上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 74 下一页
摘要: 一脸蒙蔽,我就引入个tf,结果给我import 两次,卧槽 代码如下: import tensorflow as tfimport os,sys,time,argparse,csv,requests,flask,json,collections app=flask.Flask(__name__) @ 阅读全文
posted @ 2021-08-09 16:54 邱明成 阅读(236) 评论(0) 推荐(1)
摘要: pacman -Sw 包 阅读全文
posted @ 2021-08-09 14:16 邱明成 阅读(388) 评论(0) 推荐(1)
摘要: 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 邱明成 阅读(1068) 评论(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 邱明成 阅读(662) 评论(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 邱明成 阅读(663) 评论(0) 推荐(0)
摘要: https://www.exception.site/essay/how-to-free-use-intellij-idea-2019-3 阅读全文
posted @ 2021-07-17 23:22 邱明成 阅读(959) 评论(0) 推荐(0)
摘要: 正常情况下,如果一个函数返回一个类对象,那它会生成一个临时对象进行拷贝。例如: #include <iostream>#include <vector>#include <string.h> using namespace std; class CTest {public: CTest() { co 阅读全文
posted @ 2021-07-13 21:17 邱明成 阅读(614) 评论(0) 推荐(0)
摘要: Apache Bench,是 Apache 自带的压力测试工具。a可以对服务器进行访问压力测试。系统安装 Apache Server,自带 ab 命令。 1. 概念 吞吐率:服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处 阅读全文
posted @ 2021-07-13 14:22 邱明成 阅读(999) 评论(0) 推荐(0)
摘要: http://tpc.org/tpcc/results/tpcc_perf_results5.asp?resulttype=all 阅读全文
posted @ 2021-07-02 14:34 邱明成 阅读(65) 评论(0) 推荐(0)
摘要: 使用命令 pipreqs ./ --encoding=utf8。 阅读全文
posted @ 2021-06-18 14:16 邱明成 阅读(209) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 74 下一页