上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 45 下一页

2024年10月18日

机器学习中的海量数据查找—倒排索引查找

摘要: 原文链接:机器学习中的海量数据查找—倒排索引查找 – 每天进步一点点 (longkui.site) 索引是一种用于数据快速查找的数据结构,哈希表、二分查找、分块查找也可以视为一种索引,这类索引的价值在于在较短的时间内获得最相关、最全、最深的数据集合。 在通常使用的索引中,大多是基于顺序表、哈希表或B 阅读全文

posted @ 2024-10-18 20:15 longkui 阅读(67) 评论(0) 推荐(0)

SpringBoot实现简单的增删改查(CURD)

摘要: 原文链接:SpringBoot实现简单的增删改查(CURD) – 每天进步一点点 (longkui.site) 前面一篇文章介绍了SpringBoot项目的创建: Spring Boot(1)—创建并运行项目 这篇文章简单介绍一下SpringBoot项目的增删改查。 所需工具:IDEA、java1. 阅读全文

posted @ 2024-10-18 20:14 longkui 阅读(967) 评论(0) 推荐(0)

Whitelabel Error Page

摘要: 原文链接:Whitelabel Error Page – 每天进步一点点 (longkui.site) 某天创建一个springboot项目练练手,访问接口的时候开始报错: Whitelabel Error Page This application has no explicit mapping 阅读全文

posted @ 2024-10-18 20:13 longkui 阅读(535) 评论(0) 推荐(0)

spring boot的application.yml和application-dev.yml

摘要: 原文链接:spring boot的application.yml和application-dev.yml – 每天进步一点点 (longkui.site) 开发SpringBoot应用的时候,通常程序需要在测试环境测试成功后才会上线到生产环境。而测试环境和生产环境的数据库地址、服务器端口等配置都不同 阅读全文

posted @ 2024-10-18 20:12 longkui 阅读(1100) 评论(0) 推荐(0)

Field studentsMapper in site.longkui.app.service.StudentsService required a bean of type ‘site.longkui.app.mapper.StudentsMapper’ that could not be found.

摘要: 原文链接:Field studentsMapper in site.longkui.app.service.StudentsService required a bean of type ‘site.longkui.app.mapper.StudentsMapper’ that could not 阅读全文

posted @ 2024-10-18 20:10 longkui 阅读(17) 评论(0) 推荐(0)

Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON:

摘要: 原文链接:Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: – 每天进步一点点 (longkui.site) 调试springboot项目,返回数据的 阅读全文

posted @ 2024-10-18 20:09 longkui 阅读(952) 评论(0) 推荐(0)

2024年10月16日

org.thymeleaf.exceptions.TemplateInputException: Error resolving template [students/getList], template might not exist or might not be accessible by any of the configured Template Resolvers

摘要: 原文链接:org.thymeleaf.exceptions.TemplateInputException: Error resolving template [students/getList], template might not exist or might not be accessible 阅读全文

posted @ 2024-10-16 10:10 longkui 阅读(239) 评论(0) 推荐(0)

Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.

摘要: 原文链接:Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. – 每天进步一点点 (longkui.site) 某日新创建 阅读全文

posted @ 2024-10-16 09:52 longkui 阅读(1461) 评论(0) 推荐(0)

Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’.

摘要: 原文链接:Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’. – 每天进步一点点 (longkui.site) 某日构建sprin 阅读全文

posted @ 2024-10-16 09:50 longkui 阅读(132) 评论(0) 推荐(0)

Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found

摘要: 原文链接:Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found – 每天进步一点点 (longkui.site) 某日构建springboot项目,构建完毕以后发现下面这样 然后打开pom文件,发现 阅读全文

posted @ 2024-10-16 09:49 longkui 阅读(126) 评论(0) 推荐(0)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 45 下一页

导航