logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

context:annotation-config与context:component-scan

<context:annotation-config>:注解扫描是针对已经在Spring容器里注册过的Bean<context:component-scan>:不仅具备<context:annotation-config>的所有功能,还可以在指定的package下面扫描对应的bean详情点击链接:https://b

ThreadPoolExecutor线程池的拒绝策略

ThreadPoolExecutor线程池的拒绝策略Creates a new ThreadPoolExecutor with the given initial parameters.创建一个新的线程池,给予初始化的参数。Params:corePoolSize – the number of threads to keep in the pool, even if they are idle,

Sting转为Json,Map转为Json

在开发中,经常是前端发送一串数据过来之后,是通过一个参数带着一串值过来,这一串值是String 格式的,但是里面的内容其实是json格式类型的,所以拿到值之后就要将该值转化成json格式,然后获取里面指定的key就可以拿到该值了。这样就可以将一串参数转化成json对象了,然后通过下面指定的key获取特定的值,如下面所示String imei= (String) jsonObject.get("im

文章图片
#状态模式#json
到底了