OneDayDay.md 3.4 KB

2022.12.4

OneDayDay

  • 学习 Blender

    2022.12.4

OneDayDay

  • 学习 Blender
  • 整合 jwt
  • docker 安装配置 mysql && redis

    2022.12.3

OneDayDay

  • 修改markdown文件
  • 学习 vue element
  • 排查vscode错误

2022.12.2

OneDayDay

  • 前端添加上传用户图像功能,数据库添加对应字段

Vscode Error:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.IllegalStateException: Cannot load driver class: com.mariadb.jdbc.Driver

2022.12.1

OneDayDay

  • 添加更新用户接口
  • 分析 jwt 登录过程

2022.11.30

OneDayDay

  • 学习jwt验证,阅读代码分析验证过程

2022.11.29

OneDayDay

  • 添加数据库字段,注册调试
问题:
errAxiosError: Request failed with status code 403

2022.11.28

OneDayDay

完善用户注册中心页面,添加数据库字段

2022.11.27

OneDayDay

个人注册中心 未完成

2022.11.26

OneDayDay

登录页面 && 个人注册中心

  • login页面添加“记住密码” && "注册" && "重置"
  • 使用vueImageVerify完成简单的图片验证码功能并测试
  • 完成登录页“重置”功能

2022.11.25

OneDayDay

  • 添加首页登陆验证
  • 后台添加验证码类

2022.11.24

OneDayDay

  • 优化天车页面
  • 学习linux基础

2022.11.23

OneDayDay

  • 使用ele-card展示天车概述
  • 学习linux基础
  • 优化天车卡片切换按钮

2022.10.19

OneDayDay

  • 学习Vue语法
  • 添加设备信息概述页面

2022.10.18

OneDayDay

  • 学习Vue语法

2022.10.17

OneDayDay

  • 学习Vue语法

2022.10.16

OneDayDay

  • 学习webpack
  • 学习Vue语法
  • 修改设备更新功能

2022.10.15

OneDayDay

  • 编写服务端datasource更新方法
  • 编写网页端datasource界面
  • 寻找 updateDevice is not a function 报错原因

2022.10.14

OneDayDay

  • 编写网页端datasource界面

The Problem

problem: Error in v-on handler: "TypeError: this.$refs[_editdataSourceNyName] is undefined"

2022.10.12

OneDayDay

  • 修改UI updatedevice页面
  • 编写服务端datasource接口

The Problem

problem:The operator != is undefined for the argument type(s) int,nullJava(536871072)

  • Before/after modification

```JAVA public int getId() { public Integer getId() {

return id;                 ==>               return id;<br>

} }