上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: 文件大小限制异常: 上传的文件大于了1048576 bytes. 单位换算得出:1024*1024=1048576 bytes=1 M org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload s 阅读全文
posted @ 2020-08-15 15:09 牧牛人Alec 阅读(1257) 评论(0) 推荐(1) 编辑
摘要: 打开链接,去阿里云官网下载SDK https://help.aliyun.com/document_detail/51992.html?spm=a2c4g.11186623.6.1029.2dab6cecZfMGvO#h2-web-sdk-4 我用的是1.4.11版本,安装方法如下 第一步:复制al 阅读全文
posted @ 2020-08-14 13:02 牧牛人Alec 阅读(2992) 评论(1) 推荐(1) 编辑
摘要: 空指针异常: 一般报java.lang.NullPointerException的原因有以下几种: 1.字符串变量未初始化 2. 接口类型的对象没有用具体的类初始化 3. List lt; 会报错 4. List lt = new ArrayList(); 则不会报错了 5. 当一个对象的值为空时, 阅读全文
posted @ 2020-08-14 08:35 牧牛人Alec 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 控制台打印信息如下: 2020-08-13 15:10:06 |ERROR |main |SpringApplication.java:826 |org.springframework.boot.SpringApplication |Application run failed org.spring 阅读全文
posted @ 2020-08-13 15:23 牧牛人Alec 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: 报错信息: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.eduservice.mapper.EduCourseMapper.getPublishCourseI 阅读全文
posted @ 2020-08-13 13:09 牧牛人Alec 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 前端控制台报错信息: 后端控制台报错信息: org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: java.sql.SQLException: Field 'cours 阅读全文
posted @ 2020-08-12 10:01 牧牛人Alec 阅读(8376) 评论(0) 推荐(0) 编辑
摘要: 平时常用的: Ctrl+Shift+K 删除行 Delete line 按 Press功能 Function Ctrl + Shift + P,F1 显示命令面板 Show Command Palette Ctrl + P 快速打开 Quick Open Ctrl + Shift + N 新窗口/实 阅读全文
posted @ 2020-08-12 09:10 牧牛人Alec 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 浏览器控制台报错信息如下: 已拦截跨源请求:同源策略禁止读取位于 http://localhost:9001/eduservice/chapter/getChapterVideo18 的远程资源。(原因:CORS 头缺少 'Access-Control-Allow-Origin')。 已拦截跨源请求 阅读全文
posted @ 2020-08-11 10:32 牧牛人Alec 阅读(3488) 评论(0) 推荐(0) 编辑
摘要: 在页面中查询所有讲师的时候提示No data 如图: 浏览器控制台信息如下: //这个是警告 [Vue warn]: Error in created hook: "ReferenceError: courseInfo is not defined" found in > <Info> at src 阅读全文
posted @ 2020-08-10 09:36 牧牛人Alec 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 在发布新课程的时候, 页面跳转失败, 提示全局错误 后端控制台提示如下: org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;chars 阅读全文
posted @ 2020-08-08 11:22 牧牛人Alec 阅读(2530) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页