logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

在安卓应用中设置android7.1以上隐藏状态栏和导航栏

在Activity的onCreate方法中添加如下方法即可,设置后只会在相应的activity页面中隐藏,如果有多个activity,并且都要隐藏,需要在每个activity中都添加下面的代码.Window window = getWindow();WindowManager.LayoutParams params = window.getAttributes();params.systemUiV

#android
Type handler was null on parameter mapping for property ‘params‘. It was either not specified and/or

Java 项目出现Type handler was null on parameter mapping for property 'params'.

#java-ee
Exception in thread “main“ com.influxdb.exceptions.UnauthorizedException: unauthorized access

初次使用 InfluxDB 2.0版本时出现的问题,请检查 influxDB-Web中的API-Token与代码或配置文件中使用的一致

解决Spring Boot 读取yml配置文件 属性为NULL的问题

搜索网上的各种解决方法,使用过配置类中添加@Component@ConfigurationProperties(prefix="myProps")

文章图片
#spring boot
暂无文章信息