摘要: 安装Sass和Compass sass基于Ruby语言开发而成,因此安装sass前需要安装Ruby。(注:mac下自带Ruby无需在安装Ruby!) window下安装SASS首先需要安装Ruby,先从官网下载Ruby并安装。安装过程中请注意勾选Add Ruby executables to you 阅读全文
posted @ 2018-11-21 18:10 victorlyw 阅读(705) 评论(0) 推荐(0)
摘要: 在前端页面对要在url中传递的参数进行urlencoder(),进行两次编码 在controller中对接收的参数进行解码,只需一次解码! 在controller的@requestmapping()注解中添加属性product: 具体代码如下: 主页(服务端页面vm): controller代码: 阅读全文
posted @ 2018-11-21 15:13 victorlyw 阅读(269) 评论(0) 推荐(0)