问题发现: 今天在cmd下看“ruby on rails”项目的路由(routes)信息时,发现了一个警告信息,如下图: 解决办法: 找到Ruby安装目录..\Ruby21\lib\ruby\2.1.0下的dl.rb文件,将里面的warn一行注释掉,即可。如下图: ...
本文实例讲述了
Ruby
on
rails
安装后去掉
DL
is
deprecated
,please
use
Fi
ddl
e
警告
信息
的方法。分享给大家供大家参考,具体如下:
搭建完完
ruby
on
rails
环境之后发现每次运行命令总会有这样一个Warning:
DL
is
deprecated
, please
use
Fi
ddl
e,例如:
对运行什么的没有影响,只是
Dl
过时了,可是
Ruby
大大不管这个问题,可是看着就烦呐~~
解决方法(from stackflow):
找到安装目录D:\
Rails
Installer\
Ruby
2.1.0\lib\
ruby
\2.1.0下的
dl
.rb将里面的wa
Metasploit渗透测试魔鬼训练营 诸葛建伟 陈力波 孙松柏 王衍 田繁 学习笔记
|Linux Metasploitable | Linux靶机 | 下载vmware虚拟机镜像
|WinXP Metasploitable | Windows靶机 | 下载vmware虚拟机镜像
|OWASP BWA | Web服务器靶机| 下载vmware虚拟机镜像
|Win2K3 Metasploitable |Windows靶机 | 下载vmware虚拟机镜像
在建立mavenweb项目是遇到了一点小小的友好提示----
Some problems were encountered while building the effective model for MyspringBatis:Spring_Mybatis:war:1.0-SNAPSHOT
The expression ${pom.artifactId} is
deprecated
. Please
use
${project.artifactId} instead.
The expression ${po
The message you received it's common on
ruby
2.0.0p0 (2013-02-24) on top ofWindows
The message "
DL
is
deprecated
, please
use
Fi
ddl
e" is not an error; it's only a warninig
The source is the
Deprec
根据提示,把pom.xml里的${version}改成${project.version}
我错误的位置是
<
fi
nalName>${project.artifactId}-${version}</
fi
nalName>
<
fi
nalName&
参数1 字符串 呼叫
dl
l名称
参数2 字符串
dl
l中
dl
lexport的名称
参数3 字符串数组 表示每个参数的类型 L代表Long P代表Point I代表Int V代表Void (在实际使用的时候HResult和各种Han
dl
e都是Long,字符串是P)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.example:demo:war:1.0-SNAPSHOT
[WARNING] The expression ${parent.version} is
deprecated
. Please
use
${project.parent.version} instead.
[WARNING]