525 1 分钟

# 项目场景: IDEA 在启动时出现错误 # 问题描述: 2020-09-21 21:08:06.650 ERROR 23480 --- [nio-9000-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is...
226 1 分钟

# 项目场景: IDEA 在启动时出现错误 # 问题描述: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-09-21 21:01:19.269 ERROR 25820 --- [ main] o.s.boot.SpringApplication : Application run failed# 原因分析: 注释 #...
36 1 分钟

# 项目场景: IDEA 在启动时出现错误 # 问题描述: # 原因分析: # 解决方案: document.querySelectorAll('.github-emoji') .forEach(el => { if (!el.dataset.src) { return; } const img = document.createElement('img'); img.style = 'display:none !important;'; img.src =...
851 1 分钟

问题 1: Identify and stop the process that's listening on port 8080 or configure this application to listen on another port. 问题 2 二、解决方式: 1. 检查自己写的注解是否错了,并没有。 2. 在网上查找解决方式:如下所示: 步骤一:   在 springboot 的配置文件添加,mybatis 的配置如下所示: mybatis: typeAliasesPackage: com.xxx.xxx.dao.entity mapperLocations:...
340 1 分钟

# 项目场景: vscode 中没有报错,但在网页的控制台中出现错误 # 问题描述: vscode 中没有报错,但在网页的控制台中 # 原因分析: 拦截路径挂载的问题 # 解决方案: 在上面添加 // 出现问题时使用 const originalPush=VueRouter.prototype.push VueRouter.prototype.push=function push(location,onResolve,onReject){ if(onResolve || onReject) return...
63 1 分钟

# 项目场景: 在运行 vscode 时,出现错误 # 问题描述: # 原因分析: 没有引入依赖包 npm # 解决方案: 输入 npm install即可 document.querySelectorAll('.github-emoji') .forEach(el => { if (!el.dataset.src) { return; } const img = document.createElement('img'); img.style = 'display:none !important;'; img.src =...
316 1 分钟

日期:2020——09——02 IT 人:小海豚 学习内容: 大数据 oop(面向对象的编程) ood(面向对象的设计) web 开发: Html Js(JavaScript)面向对象语言 Css 前端框架: Vue(js 库与后端的一套接口),jquery,react 组件库: Element UI(界面) 常与(VUE 框架一起) Easy UI(界面) 工具: 测试集成在开发过程中 移动布局 webscocket 协议 Git 测试 / 调试工具 firebug,postmon 后端: java,python,C#,mysql (构建) 后端框架 jsp/selvlet ssm...
437 1 分钟

日期:20019——10——07 IT 人:小海豚 学习内容: 装换器 https://news.163.com/19/0405/08/EC017RFK0001899O.html https://news.163.com/19/0405/08/EC01HSST000189FH.html 在 app bookapp 的 urls 中 ​ 注意:<html> 表示可以是任何字母 在 app bookapp 的 views 中写入 ​ 在项目的 urls...
571 1 分钟

日期:2019——10——06 IT 人:小海豚 学习内容: Path 的语法 从 django2.1 以后用 path 之前用的是 url 标准语法 Path (route,view,name=None,**kwargs) Route: 端口以后 url 的地址,到 / 结束,表示路径 View: 表示路径匹配成功后,需要调用的视图,必须是个函数如果是 class 的话,必须要用 as_view () 函数装换为函数 name: 表示别名 **kwargs: 表示一个字典 前面两个是必选项 创建的 newwebsite002 是之前的,查看 06django 教程 在之前的 views...
417 1 分钟

日期:2019——09——28 IT 人:小海豚 学习内容: 统一资源定位器 协议 protocol:http,https,ftp 域名 hostname + 端口 port 路径 path 参数 parmeters 查询 query 描点 fragment django 中配置 urls 创建一个 newwebsite002 的 django 文件和 book 的 app 命令行输入 django-admin startproject newwebsite002cd newwebsite002ptrhon manage.py startapp...