- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 required a single bean, but 2 were found 问题
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2018-11-28 16:39:56 | ERROR | main | org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter | *************************** APP
2020-09-09 22:46:08 421
原创 spring-mvc controler类pojo入参日期类型处理
** controler类pojo类型入参日期类型处理 ** 方法一: pojo类属性添加 //备用yyyy-MM-dd HH:mm:ss @DateTimeFormat(pattern="yyyy-MM-dd") private Date birth; 核心原理(关键调用信息) org.springframework.web.method.support.InvocableHandlerMethod#getMethodArgumentValues org.springframework.web.se
2020-08-05 09:21:30 334
原创 SpringMVC之分析RequestMappingHandlerAdapter
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#invokeHandlerMethod --时序 selectHandler:86, HandlerMethodReturnValueHandlerComposite (org.springframework.web.method.support) handleReturnValue:77, HandlerMethodReturnV.
2020-08-04 14:56:28 182
原创 CAS原理
JUC 源码分析之-CASCompareAndSwapjava中CAS的调用Unsafe常用方法allocateInstanceobjectFieldOffset (非常有用 很重要)ConcurrentHashMap 中使用CAS CompareAndSwap 乍看中文含义是:比较和交换。实现的逻辑就是先比较目标值,如果是期望值则更新,否则返回false。那么这个操作怎么保证原子性呢?具体交给各操作系统底层去实现,jvm会根据不同的操作系统编写不同的c++代码实现,java的api中凡事标注native
2020-06-03 18:00:12 248
转载 DOS、Mac 和 Unix 文件格式
DOS、Mac 和 Unix 文件格式DOS、Mac 和 Unix 文件格式 相信很多朋友都碰到过这三种文件格式的互换问题,今日又碰到这个问题,忽然想 寻根问底,于是整理了本文档。 文件格式区别 我们先看看这三个家伙有啥区别。很久以前,人们用老式的电传打字机作为输入设备,它使用 两个字符来另起新行。一个字符把滑动架移回首位 (称为回车,),另一个字符把纸上移一行 (称为换行,)。 当计算机问世后,...
2018-02-18 23:50:52 1115
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人