05 2022 档案

摘要:// testprocesscontrol.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #define _WINSOCK_DEPRECATED_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #include <iostre 阅读全文
posted @ 2022-05-19 21:31 小城熊儿 阅读(620) 评论(0) 推荐(0) 编辑
摘要:到官方看看咋办吧 方法 1 # 切换到C盘c:# 进入Python安装目录cd "C:\Program Files\python"# 执行Python,加上参数,安装pippython.exe -m ensurepip --default-pip 方法 2 官方提供的一种方法是在指定python环境 阅读全文
posted @ 2022-05-14 22:28 小城熊儿 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:// Python Extension Packages for Windows - Christoph Gohlke (uci.edu) 安装tensorflow 之前 先安装 termcolor 此处是我自己存放在博客园上的地址 https://files-cdn.cnblogs.com/fil 阅读全文
posted @ 2022-05-14 22:23 小城熊儿 阅读(295) 评论(0) 推荐(0) 编辑
摘要:00000586:4f012c1260090000 =MID(G352,20,2)&MID(G352,18,2) 0960 ==HEX2DEC(H352) 2400 G352 H352 是行列号 &是两个字符串拼接 公式写好后, 选择要填充的行 选择填充 (向下填充) wps自定义筛选使用感觉不错 阅读全文
posted @ 2022-05-12 15:43 小城熊儿 阅读(356) 评论(0) 推荐(0) 编辑
摘要://指定类型 void (QProcess:: *finished)(int) = &QProcess::finished; //创建连接 connect(process,finished,this,[=]() mutable{ process->exitCode(); }); //这种编译通不过 阅读全文
posted @ 2022-05-09 15:29 小城熊儿 阅读(58) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示