题目链接: "POJ 3268" Description One cow from each of $N$ farms $(1 ≤ N ≤ 1000)$ conveniently numbered $1..N$ is going to attend the big cow party to be h ...
分类:
其他好文 时间:
2019-10-13 20:25:54
阅读次数:
90
一、Tensor概念 张量:多维数组,标量、向量、矩阵的高维拓展 Tensor与Variable data:被包装的Tensor grad:data的梯度 grad_fn:创建Tensor的Function,自动求导的关键 requires_grad:指示是否需要梯度 is_leaf:指示是否是叶子 ...
分类:
其他好文 时间:
2019-10-12 19:05:45
阅读次数:
97
第一步:打开浏览器下载,再上传到centOS系统中 或者在 centOS系统输入: 第二步:解压 第三步:配置 如果出现./configure: error: the HTTP rewrite module requires the PCRE library.You can either disab ...
分类:
其他好文 时间:
2019-10-11 18:47:30
阅读次数:
119
scrapy框架自定制命令 写好自己的爬虫项目之后,可以自己定制爬虫运行的命令。 一、单爬虫 在项目的根目录下新建一个py文件,如命名为start.py,写入如下代码: from scrapy.cmdline import execute if __name__ == "__main__": exe ...
分类:
其他好文 时间:
2019-10-05 14:32:22
阅读次数:
60
看官方文档Format: 以 '#' 开头一行被视为评论,出现在其他位置视为参数。 也就不难理解报错原因:将写在同一行的注释视为参数了。 原Dockerfile: 改为: ...
分类:
其他好文 时间:
2019-10-04 11:10:28
阅读次数:
466
error:The template root requires exactly one element. 解决办法:Vue只允许模板里存在一个根节点 组件化的vue里的data为什么要用data函数,用return语句? 答:项目里用到data采取函数式的方法,主要是因为如果用官网定义的data对 ...
分类:
其他好文 时间:
2019-10-02 12:19:31
阅读次数:
111
Error message when you install Office 2010 on a Windows 7-based computer "The installation of Microsoft Office 2010 requires that MSXML version 6.10.1 ...
/*! * jQuery Form Plugin * version: 4.2.2 * Requires jQuery v1.7.2 or later * Project repository: https://github.com/jquery-form/form * Copyright 2017 ...
分类:
Web程序 时间:
2019-09-28 14:58:41
阅读次数:
109
控制台报错:fullPage: Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here: 解决办法: 在fullpage.js文件 ...
分类:
Web程序 时间:
2019-09-28 11:08:21
阅读次数:
244
多对多三种创建方式、forms组件、cookies与session 一、多对多三种创建方式 1、全自动 2、纯手动 3、半自动( 推荐使用 ) 二、forms组件 1、手动实现一个注册功能 当用户的用户名包含xxx,提示不符合社会主义核心价值观,当用户的密码短于3位,提示密码太短了不符合要求 前端页 ...
分类:
其他好文 时间:
2019-09-25 00:16:57
阅读次数:
116