- 博客(35)
- 资源 (1)
- 收藏
- 关注
原创 SqlToJava小工具【version 2.0】
MySQL 语句转换成 Java 代码,自动生成注解和注释、转驼峰命名,快速得到 SpringBoot 实体类 Entity | Python实现
2022-09-05 22:17:07 646
原创 【Covid-19 疫苗接种 + Pyecharts】都2202年了,还有人不知道 Python 时间序列分析吗?
【Python 数据分析与可视化实战】应用技术:pyecharts + pandas
2022-08-18 09:29:55 1632 1
原创 泰坦尼克号沉船数据分析与可视化、数据建模与分类预测【Python | 机器学习-Sklearn】
程序员的七夕:scikit-learn 分类 + seaborn + matplotlib + pandas +numpy,带你感受数据之美
2022-08-04 02:20:22 12587 10
原创 CentOS7 安装 MySQL 8.x 【windows | 完整版】
小白在 Linux 虚拟机上安装 MySQL 8.x 指南。本人实操经验总结!!!
2022-06-16 17:18:36 319
原创 SqlToJava小工具 | MySQL 语句转换成 Java 代码,自动生成注解和注释、转驼峰命名,快速得到 SpringBoot 实体类 Entity(二)
利用Python实现 sql 语句快速转换成 Java 代码,自动生成 Spring Boot 实体类 Entity。
2022-06-02 16:28:19 1556
原创 SpringBoot整合Redis,缓存批量删除 | redisTemplate.keys(pattern)模糊查询找不到keys,“ * “ 通配符无效
Spring Boot 整合 Redis 业务中需要删除某个前缀的所有Redis缓存,首先使用 RedisTemplate.keys() 模糊查询出所有合适的 keys,再使用 redisTemplate.delete() 方法进行批量删除。发现 redisTemplate.keys( prefix + "*" ) 模糊查询,总是返回一个空的集合,找不到 key。...
2022-06-01 16:04:27 14808 5
原创 Spring Boot 实体类 Entity的自动生成,利用Python实现 sql 语句快速转换成 Java 代码(一)
最近,自己开始学习Java后端开发,作为小白,在导师的指导下,一步步开始学习,从如何搭建springboot项目开始,连接上 MySQL 数据库之后,再创建和编写Entity、Controller、Service、Mapper程序。然而,面对枯燥的学习过程,未免心生惰性,那么,这时候,有些可以偷的懒一定要偷,省下来的时间去泡一杯茶、刷个视频、打一把游戏~~~~怎么偷懒呢?待我慢慢道来~~经过两次 Sping Boot 项目的搭建经验,我惊奇的发现(感觉自己有点憨哈),在每一次项目主要功能实现代码开始编写
2022-04-30 02:42:38 3589 3
原创 Spring Boot 项目导出Excel表格报错:Can not find ‘Converter‘ support class Date.
报错原因:使用 easyexcel 导出 Excel 表格时候,默认不支持 DateTime 日期格式,所以需要指定DateTime 类型的字段的日期格式。
2022-07-19 19:00:49 8815 2
原创 CLion配置C/C++环境的坑: The C compiler “MinGW/bin/gcc.exe“ is not able to compile a simple test program.
CLion 的 toolchains 中进行 C++环境配置失败,一定要注意文件夹命名使用英文!
2022-07-08 02:17:25 6362 5
原创 构建maven项目:The POM for XXX:jar:1.0.0.RELEASE is missing, no dependency information available
构建maven项目报:The POM for org.springblade:blade-pay-util-api:jar:1.0.0.RELEASE is missing, no dependency information available
2022-07-05 10:52:54 5693
原创 Nacos报错: {username=nacos}, bodyMap: {password=nacos}, errorMsg: errCode: 100, errMsg: Nacos.......
CentOS 部署 SpringBoot 项目时,持续报错: {username=nacos}, bodyMap: {password=nacos}, errorMsg: errCode: 100, errMsg: Nacos.......
2022-06-15 15:38:12 5881 1
原创 调用百度智能云API,实现身份证智能识别并转语音 | Python
调用百度智能云API,利用 Python 编程,实现身份证智能识别并转语音。
2022-06-04 00:16:27 2225 3
原创 Maven 工程 | 【有效解决】公共模块common 中,MybatisPlusConfig分页配置不生效问题 total=0, pages=0
mybatis-plus 分页配置不生效问题解决
2022-06-01 11:50:49 1760 6
原创 spring boot | mapper.xml 报错:You have an error in your SQL syntax; check the manual that corresponds
mapper.xml 报错:You have an error in your SQL syntax; check the manual that corresponds
2022-05-23 17:33:59 1028
原创 spring boot | idea Mapper .XML 文件没有构建成功:Invalid bound statement (not found): com.example.xx项目.mapper
idea Mapper .XML 文件没有构建成功:Invalid bound statement (not found): com.example.xx项目.mapper
2022-05-23 10:46:18 2077 1
原创 spring boot报错:Parameter 4 of constructor in xx required a bean of type ‘xx‘ that could not be found.
spring boot报错:Parameter 4 of constructor in xx required a bean of type 'xx' that could not be found.
2022-05-23 01:40:10 4229
原创 IDEA中maven仓库依赖报错:Cannot resolve com.example:product-server:0.0.1-SNAPSHOT
IDEA中maven仓库依赖报错:Cannot resolve com.example:product-server:0.0.1-SNAPSHOT解决方法:File -> Settings -> maven -> ImportingApply -> OK 之后,问题解决
2022-04-13 17:00:54 12797 1
原创 IDEA连接数据库时区问题,报红Server returns invalid timezone. Need to set ‘serverTimezone‘ property.
Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope
2022-04-13 15:23:17 14532
python | scikit-learn | 泰坦尼克号沉船数据分析【源码分享】【包含精美数据分析与可视化结果】
2022-08-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人