码迷,mamicode.com
首页 >  
搜索关键字:requires    ( 1011个结果
PyTorch中的backward [转]
转自:https://sherlockliao.github.io/2017/07/10/backward/ backward只能被应用在一个标量上,也就是一个一维tensor,或者传入跟变量相关的梯度。 特别注意Variable里面默认的参数requires_grad=False,所以这里我们要重 ...
分类:其他好文   时间:2017-12-09 16:51:50    阅读次数:195
nginx使用https功能
nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37 一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错 ...
分类:Web程序   时间:2017-12-08 23:01:19    阅读次数:201
VS2013生成XP独立运行程序
一.首先选择静态库 如果设置不对会出现如下错误 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC sha 解决办法: 运行库:多线程(/MT) MFC的使用: ...
分类:其他好文   时间:2017-12-03 19:52:00    阅读次数:166
Linux下取代top的进程管理工具 htop
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:系统相关   时间:2017-12-01 21:59:24    阅读次数:297
elk官方安装
Installationedit Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.8.0_ ...
分类:其他好文   时间:2017-11-23 12:22:35    阅读次数:305
tomcat启动超时
Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds . If the server requires more time, try increasing the timeout in the ser ...
分类:其他好文   时间:2017-11-16 15:20:35    阅读次数:135
工作中间的小bug
1.从集群下载视频后播放报错:The playback of this movie requires a ITU H.264 decoder plugin which is not installed. 执行下面命令: 把其他的要安装的点击安装 ...
分类:其他好文   时间:2017-11-14 19:40:06    阅读次数:202
Script to Monitor Current User Activity in the Database
Execution Environment: SQL, SQL*Plus, iSQL*Plus Access Privileges: Requires select privileges on view V$SQLTEXT, V$SESSION and V$PROCESS. Usage: sqlpl ...
分类:数据库   时间:2017-11-13 19:46:29    阅读次数:152
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
新开一个Web site。没有使用jQuery,当Insus.NET使用一些验证控件时,如RequiredfieldValidator,程序出现下面错误: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for ...
分类:移动开发   时间:2017-11-08 15:09:10    阅读次数:201
AIX安装JDK1.7教程
1.下载 2.解压 3.使用smit安装 AIX不像Linux解压即可使用,还需要使用smit安装,执行smit 如果出现以下报错,表示界面太小不能正常显示smit,将SecureCRT放大重新执行即可: 1800-005 SMIT requires a minimum of 24 line by ...
分类:其他好文   时间:2017-11-08 15:00:23    阅读次数:544
1011条   上一页 1 ... 37 38 39 40 41 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!