-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from KaShark/master
赵宇鹏week12
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## 0824 | ||
|
||
由于时间安排问题,失联两个月整,感受最深刻的是真正步入工作之后,学习的时间与精力都会大大减少,接下来总结这段时间的进度 | ||
|
||
- html文件解析 | ||
- vue2 | ||
- js交互 | ||
- 正则表达式 | ||
- springboot实践 | ||
- 一些脚本 | ||
|
||
### 学习笔记/记录 | ||
|
||
这段时间学习内容冗杂,且其中一些仅适用于特定需求下无参考价值,这周起开始整理 | ||
|
||
### 存在问题 | ||
|
||
在此期间遭遇一个目前仍未解决的问题,发生在创建新项目测试mapper阶段,具体表现为mapper的bean装载失败,经过多方多机位排查后无法寻找到具体原因,报错信息为: | ||
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'scheduleMapper' defined in file [E:\Abandon\WXMDAcademy\target\classes\com\kashark\wxmdacademy\mapper\ScheduleMapper.class]: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String | ||
|
||
最终以重构以往项目解决,但当前项目所有代码与依赖均相同,却以不同结果运行,推断为环境问题,留以参考。 | ||
[email protected]:KaShark/WXMDAcademy.git | ||
|
||
### 刷题情况 | ||
无 |
Empty file.
Empty file.