码迷,mamicode.com
首页 >  
搜索关键字:help tables    ( 12872个结果
python函数注释
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,则可按需添加或移除nginx中功能模块。 二、开始编译生成nginx二进制文件 1. 下载Nginx,在官网http://nginx ...
分类:其他好文   时间:2021-02-17 14:42:32    阅读次数:0
[USACO20FEB]Help Yourself P 题解
题目链接: https://www.luogu.com.cn/problem/P6144 题意: 已经描述的很清楚了,略。 题解: 考虑 \(K=1\) 时的做法: 此时如果沿用 G 组该题的简单做法,是行不通的。 不过仍然是类似的做法,以每个区间结尾的贡献的和。 考虑区间 \([l,r]\) : ...
分类:其他好文   时间:2021-02-17 14:07:20    阅读次数:0
Async and Await
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
【2020.02.11】jupyter特点、Pytorch数据加载、dataset类的使用
今天学习来源是:https://www.bilibili.com/video/BV1hE411t7RN 学习python的两个常用函数 两个pytorch常用函数 dir()函数,能让我们知道工具箱以及工具箱中的分隔区有什么东西。 help()函数,能让我们知道每个工具是如何使用的,工具的使用方法。 ...
分类:其他好文   时间:2021-02-15 12:15:13    阅读次数:0
httprunner(9)运行测试用例的方式总结
前言 用过pytest的小伙伴都知道,pytest的运行方式是非常丰富的,可以说是你想怎么运行怎么运行,想运行哪些运行哪些,那httprunner是否同样可以呢? 运行用例的各种方式 运行指定路径的用例 格式:hrun + case路径 (httprunner_env) ? hrun hrun hr ...
分类:Web程序   时间:2021-02-10 13:06:06    阅读次数:0
aptitude 更新Ubntu 操作
aptitude与apt-get 源 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://archive. ...
分类:其他好文   时间:2021-02-08 12:18:42    阅读次数:0
Form所有内置字段
Field required=True, 是否允许为空 widget=None, HTML插件 label=None, 用于生成Label标签或显示内容 initial=None, 初始值 help_text='', 帮助信息(在标签旁边显示) error_messages=None, 错误信息 { ...
分类:其他好文   时间:2021-02-03 10:34:51    阅读次数:0
IDEA:2020年2021年的新版IDEA new project少了很多东西
首先确保你安装的是旗舰版idea,即查看help-about,看到有ultimate 字样,即你的是旗舰版 然后File --setting--plugins --installed,这里是查看你idea以及安装了的插件,搜一搜关键字,看installed下面出现没,没有的话就左边插件市场找找安装下 ...
分类:其他好文   时间:2021-02-02 10:43:57    阅读次数:0
What is Data Partitioning?(转发)(未完待续)
原文: https://severalnines.com/database-blog/guide-partitioning-data-postgresql For databases with extremely large tables, partitioning is a wonderful a ...
分类:其他好文   时间:2021-01-28 12:01:32    阅读次数:0
12872条   上一页 1 ... 10 11 12 13 14 ... 1288 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!