cmake官方文档 https://cmake.org/documentation https://cmake.org/cmake/help/v3.19/ https://cmake.org/cmake/help/latest/guide/tutorial/index.html https://cm ...
分类:
其他好文 时间:
2021-02-20 11:55:40
阅读次数:
0
CentOS7 法一: 1.查看外网是否通畅 ping mirrors.163.com 2.下载repo文件 cd /etc/yum.repos.d wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 3.备份并替换系统的repo文件 mv ...
分类:
其他好文 时间:
2021-02-20 11:54:53
阅读次数:
0
powermill宏命令获取途径: 1、宏命令录制 2、help 3、powermill 动态帮助:MENUBARHELP DYNAMIC FORM ...
分类:
其他好文 时间:
2021-02-19 13:39:55
阅读次数:
0
1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:
编程语言 时间:
2021-02-19 13:05:20
阅读次数:
0
python函数注释,参数后面加冒号:,函数后面的箭头→是什么? python的函数注释: def f(text:str,max_len:'int>0'=80) ->str: """这个是函数的帮助说明文档,help时会显示""" return True """ 函数声明中,text:str tex ...
分类:
编程语言 时间:
2021-02-18 13:29:52
阅读次数:
0
一、为什么不直接使用现有nginx二进制文件直接安装 因为现有的nginx二进制文件是编译好的,内置的一些功能模块已经固定,不能添加或移除。如果自己编译生成nginx,则可按需添加或移除nginx中功能模块。 二、开始编译生成nginx二进制文件 1. 下载Nginx,在官网http://nginx ...
分类:
其他好文 时间:
2021-02-17 14:42:32
阅读次数:
0
题目链接: https://www.luogu.com.cn/problem/P6144 题意: 已经描述的很清楚了,略。 题解: 考虑 \(K=1\) 时的做法: 此时如果沿用 G 组该题的简单做法,是行不通的。 不过仍然是类似的做法,以每个区间结尾的贡献的和。 考虑区间 \([l,r]\) : ...
分类:
其他好文 时间:
2021-02-17 14:07:20
阅读次数:
0
Most people have already heard about the new “async” and “await” functionality coming in Visual Studio 11. This is Yet Another Introductory Post. Firs ...
分类:
其他好文 时间:
2021-02-15 12:36:36
阅读次数:
0
今天学习来源是:https://www.bilibili.com/video/BV1hE411t7RN 学习python的两个常用函数 两个pytorch常用函数 dir()函数,能让我们知道工具箱以及工具箱中的分隔区有什么东西。 help()函数,能让我们知道每个工具是如何使用的,工具的使用方法。 ...
分类:
其他好文 时间:
2021-02-15 12:15:13
阅读次数:
0
前言 用过pytest的小伙伴都知道,pytest的运行方式是非常丰富的,可以说是你想怎么运行怎么运行,想运行哪些运行哪些,那httprunner是否同样可以呢? 运行用例的各种方式 运行指定路径的用例 格式:hrun + case路径 (httprunner_env) ? hrun hrun hr ...
分类:
Web程序 时间:
2021-02-10 13:06:06
阅读次数:
0