自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(22)
  • 收藏
  • 关注

转载 Java实现微信小程序登录注册:获取OpenId和手机号

​最近在写Java实现微信小程序的登录注册,需要获取OpenId和手机号,经过查找资料,找到了一篇很不错的博文,完美解决了问题,原文链接如下:Java实现微信小程序登录注册:获取OpenId和手机号_java获取小程序登录用户信息、-CSDN博客

2024-03-29 13:22:24 209

原创 Springboot项目出现错误:maven-resources-production:xxx: java.lang.NegativeArraySizeException: -404484096

今天启动Springboot后端项目的时候,不知道为什么出现了下面这个错误maven-resources-production:eladmin-tools: java.lang.NegativeArraySizeException: -404484096

2024-03-29 12:59:01 233

原创 idea修改maven配置,超详细

idea修改maven配置,超详细:idea新建或第一次打开maven项目时,总要修改maven配置,解决方法是File --> New Project Settings --> Build, Execution, Deployment --> Build Tools --> Maven

2024-03-20 10:49:07 283 1

原创 win11安装idea2023.3.4并激活,详细教程,带Java案例

win11安装idea2023.3.4并激活,详细教程,带Java案例

2024-03-10 17:10:07 822 1

原创 win11安装Java环境详细教程

win11安装Java环境详细教程

2024-03-10 15:09:50 704 1

原创 后端解决跨域问题:已拦截跨源请求:同源策略禁止读取位于 http://localhost:8888/user/page?

后端解决跨域问题:已拦截跨源请求:同源策略禁止读取位于 http://localhost:8888/user/page?pageNum=1&pageSize=10&username=&email=&address= 的远程资源。(原因:CORS 头缺少 'Access-Control-Allow-Origin')。状态码:200。

2024-01-16 17:33:06 708 1

原创 LeetCode_java 2.两数相加

两数相加:给你两个非空的链表,表示两个非负的整数。它们每位数字都是按照逆序的方式存储的,并且每个节点只能存储一位数字。请你将两个数相加,并以相同形式返回一个表示和的链表。你可以假设除了数字0之外,这两个数都不会以0开头。

2024-01-16 16:10:36 385 1

原创 LeetCode_java 1. 两数之和

LeetCode1.两数之和:给定一个整数数组 nums 和一个整数目标值 target , 请你在该数组中找出和为目标值 target 的那两个整数,并返回它们的数组下标。你可以假设每种输入只会对应一个答案。但是数组中同一个元素在答案中不能重复出现。你可以按任意顺序返回答案。

2024-01-15 13:00:30 449

原创 Springboot3整合Swagger3时出现Type javax.servlet.http.HttpServletRequest not present

Springboot3整合Swagger3时出现Type javax.servlet.http.HttpServletRequest not present

2024-01-15 10:35:12 1070 1

原创 Springboot3整合myBatisplus报错:Bean named ‘ddlApplicationRunner‘ is expected to be of type ‘org.sprin

我用Springboot3.1.7整合myBatisplus3.5.3时,出现下面的错误:Bean named 'ddlApplicationRunner' is expected to be of type 'org.springframework.boot.Runner' but was actually of type 'org.springframework.beans.factory.support.NullBean'

2024-01-12 15:05:41 2439 8

转载 将gitee上面的项目拉取到本地

转载。

2023-04-14 09:40:26 284

转载 AndroidStudio上传项目到gitee

AndroidStudio上传项目到gitee

2023-04-14 08:48:55 152

原创 Android开发:java进行Date()日期不同格式展示

本文总结了日期的不同格式展示,内容如下。相信看过本篇文章的人,以后也能自己会使用各种各样的日期格式展示。

2023-03-24 13:51:20 397

原创 AndroidStudio编译出错:从内部类中访问本地变量xxx;需要被声明为最终类型。

AndroidStudio编译出错:从内部类中访问本地变量xxx;需要被声明为最终类型。

2023-03-24 09:50:37 510

原创 Android实现ImmersionBar沉浸式状态栏

Android实现ImmersionBar沉浸式状态栏

2023-03-23 16:25:26 4563

原创 Android自定义NoticeInfo实现顶部消息提示

Android自定义NoticeInfo实现顶部消息提示,对于顶部消息提示功能,本文采用自定义NoticeInfo类,实现使用时只需要写一行代码,非常方便!!!

2023-03-23 14:21:12 478

原创 Android中使用OptionsPickerView选择器实现二级联动

Android中使用OptionsPickerView选择器实现二级联动

2023-03-23 09:52:00 1665

原创 Android Studio3.5.2 在drawable目录下新建文件夹不显示

Android Studio3.5.2 在drawable目录下新建文件夹不显示

2023-02-15 09:53:25 1086 2

原创 Android Studio3.5.2使用@BindView代替findViewById

Android Studio3.5.2使用@BindView代替findViewById

2023-02-15 08:58:34 485

原创 Keystore file ‘F:\work\hzyf.jks‘ not found for singing config ‘config‘. Android开发签名文件问题

Keystore file 'F:\work\hzyf.jks' not found for singing config 'config'. Android开发签名文件问题

2023-02-14 11:47:53 636

原创 The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

2023-02-14 09:28:37 3434 4

原创 将Android Studio3.5.2默认布局ConstraintLayout切换成LinearLayout

1、找到安装AndroidStudio3.5.2的路径Android Studio\\plugins\\android\\lib\\templates\\activities\\common\\root\\res\\layout

2023-02-13 16:00:46 442

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除