上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 222 下一页
摘要: 转自:https://www.cnblogs.com/best/p/5748105.html 目录 SpEL简介与功能特性 一、为什么需要Spring表达式语言 二、SpEL表达式Hello World! 三、SpEL表达式 3.1、文字表达式 3.2、SPEL语言特性 3.2.1、属性 3.2.2 阅读全文
posted @ 2019-05-18 11:46 Sharpest 阅读(2226) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u011225629/article/details/47143083 5.1 概述5.1.1 概述 Spring表达式语言全称为“Spring Expression Language”,缩写为“SpEL”,类似于Struts2x中使用的OGNL表达 阅读全文
posted @ 2019-05-18 11:45 Sharpest 阅读(2973) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/weiguo21/p/4755527.html ThreadLocal是什么 早在JDK 1.2的版本中就提供java.lang.ThreadLocal,ThreadLocal为解决多线程程序的并发问题提供了一种新的思路。 使用这个工具类可以很简 阅读全文
posted @ 2019-05-18 10:14 Sharpest 阅读(1028) 评论(0) 推荐(1) 编辑
摘要: 转自:https://www.cnblogs.com/renyuanwei/p/9635235.html 什么是ThreadLocal 根据JDK文档中的解释:ThreadLocal的作用是提供线程内的局部变量,这种变量在多线程环境下访问时能够保证各个线程里变量的独立性。 从这里可以看出,引入Thr 阅读全文
posted @ 2019-05-18 10:13 Sharpest 阅读(462) 评论(0) 推荐(1) 编辑
摘要: 转自:https://blog.csdn.net/woshixuye/article/details/8252391 一、基本概念 MessageFormat用来格式化一个消息,通常是一个字符串。MessageFormat模式的主要部分: FormatElement: { ArgumentIndex 阅读全文
posted @ 2019-05-18 09:59 Sharpest 阅读(918) 评论(0) 推荐(0) 编辑
摘要: 转自:https://jinnianshilongnian.iteye.com/blog/2000183 Spring3.1提供了新的属性管理API,而且功能非常强大且很完善,对于一些属性配置信息都应该使用新的API来管理。虽然现在Spring已经到4版本了,这篇文章来的晚点。 新的属性管理API 阅读全文
posted @ 2019-05-18 09:35 Sharpest 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.sohu.com/a/244595219_820120 测试小白如何进行接口测试?Postman从入门到上手就这么简单! 在我们日常的测试工作中,接口测试其实很普遍,无论你是做什么测试,功能、自动化亦或是性能测试,都会或多或少接触到接口。 最近也有许多人来询问我:接口测试 阅读全文
posted @ 2019-05-17 13:59 Sharpest 阅读(8298) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/aston/p/9053201.html aston aston aston commons-lang3中DateUtils类方法介绍 添加commons-lang3的Maven依赖 <dependency> <groupId>org.apach 阅读全文
posted @ 2019-05-17 09:31 Sharpest 阅读(1656) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/zmblog/p/8777878.html 1、com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: co 阅读全文
posted @ 2019-05-15 17:13 Sharpest 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/zht741322694/article/details/82801873 在服务器上安装了一个RabbitMq,并新创建了一个用户授予了管理员角色,登录控制台查看一切正常,兴高采烈启动项目进行连接,结果一盆冷水下来,报如下错误: o.s.a.r.l 阅读全文
posted @ 2019-05-15 16:55 Sharpest 阅读(4650) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 222 下一页