- 博客(6)
- 收藏
- 关注
原创 我的2018暑假实习面经-google facebook
Google一面:问了一些简历的问题,然后出了道二分查找二面:一道array的题,有followup(因为有保密协议就不贴出来了哈)fb[]{}()括号匹配问题(stack) 差不多是LC20的变形 ...
2018-06-21 12:51:23
3598
原创 found for dependency: expected at least 1 bean which qualifies as autowire candidate for this depend
found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=
2017-07-14 21:08:09
2569
原创 Bean named 'BService' is expected to be of type 'path1' but was actually of type 'path2'
报错:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AService': Injection of resource dependencies failed; nested exception is org.springframework.be
2017-07-11 18:40:43
7813
原创 JSON转Date的序列化问题之解决方案(Java)
如何将JSON转换为Date类型呢?直接转换是不能成功的,因为JSON序列化问题,我们得到的不是一个时间戳的格式。如果在读取一个内容为JSON格式的文件时,内容为{"startDate":"2017/4/22 19:55:17"}读文件把内容以String的形式存到字符串line里,然后:JSONObject jo = JSONObject.parseObject(line
2017-05-11 15:51:14
6402
原创 文件上传报错:Current request is not a multipart request
文件上传报错:Current request is not a multipart request文件上传报错:Could not parse multipart servlet request; nested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary
2017-05-04 11:48:03
149823
12
原创 新建一个maven spring boot项目中遇到的问题
1.问题:xxx.jar中没有主清单属性 2.问题:<plugin>不能识别3.问题:target/xxx.jar找不到4.问题:Consider defining a bean of type 'service.IUserInfoService' in your configuration.
2017-04-25 11:27:30
32176
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人