摘要:
将博客搬至CSDN 阅读全文
摘要:
/**index.wxss**/ .font-set{ font-family:sans-serif;/*字体*/ font-size: 25px;/*字体的大小*/ font-style:italic;/*字体的风格*/ font-weight:bold;/*字体加粗*/ color:red/*字 阅读全文
摘要:
import java.io.InputStream; import java.util.Properties; /** * 读取system.properties配置文件中的参数 */ public class TestProperties { private static Properties 阅读全文
摘要:
1.1绑定默认数据类型 当前端请求的参数比较简单时,可以在后台方法的形参中直接使用Spring MVC提供的默认参数类型进行数据绑定。 常用的默认参数类型如下。 · HttpServletRequest:通过request对象获取请求信息。 · HttpServletResponse:通过respo 阅读全文