自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 flutter BottomNavigationBar BottomNavigationBarItem 去掉文字

调查怎么去除flutter 的底部导航文字怎么去除,经过一盘尝试,结果两个属性可以去掉文字解决垂直剧中问题 selectedFontSize: 0, unselectedFontSize: 0,

2023-10-19 17:51:57 315

原创 大写加下划线转换驼峰规则

直接上代码 pom引入: org.jxls jxls-jexcel 1.0.6 代码实现 try { // List arr[] = new ArrayList<>(); FileInputStream file = new FileInputStream("E://one.xls"); // File file = new File("E://one.xls"); // 创建文件对象 Workbook wb = Work

2020-08-25 17:21:02 1200

原创 Failed to start end point associated with ProtocolHandler ["http-nio-8080"] java.net.BindException:

Failed to start end point associated with ProtocolHandler [“http-nio-8080”] java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_144] 端口冲突 ...

2020-01-28 16:27:42 1321

原创 人脸识别实时自动拍照 vue+tracking.js

使用npm导入 tracking <!--<img :src="imgSrc" class="images" style="width: 150px;height: 200px" >--> </div>

2019-11-22 11:30:21 3692

原创 starting ApplicationContext. To display the auto-configuration report re-run your application with ‘

Error starting ApplicationContext. To display the auto-configuration report re-run your application with ‘debug’ enabled. 2019-08-07 10:34:01.479 ERROR 11304 — [ main] o.s.boot.SpringApplica...

2019-08-07 10:37:41 519

原创 idea启动install 出现的错误 If you want an embedded database please put a supported one on the classpath

idea启动install 出现的错误 If you want an embedded database please put a supported one on the classpath 添加在启动类 @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) ...

2019-08-06 15:45:38 1097 2

原创 分布式配置消费端点击install.lang.reflect.InvocationTargetException: null

这个异常是因为服务端没有启动 java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet...

2019-08-06 15:45:16 298

空空如也

空空如也

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

TA关注的人

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