logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu 的使用

介绍Ubuntu 是一个以桌面应用为主的开源 GNU/Linux操作系统,支持x86、amd64(即x64)和 ppc 架构,由全球化的专业开发团队(Canonical Ltd)打造的。专业的Python开发者一般会选择 Ubuntu 这款 Linux系统作为生产平台。下载地址:http://cn.ubuntu.com/download/安装步骤1、新建虚拟机并选择镜像。(典型安装即可)2、开机等

#ubuntu#linux
Java常用类:关于日期的API

文章目录jdk8之前APIJDK8中的新API计算世界时间的主要标准有:UTC(Coordinated Universal Time)GMT(Greenwich Mean Time)CST(Central Standard Time)jdk8之前APIJDK8之前API概览:java.lang.System类System类提供的public static long currentTimeMilli

#java
java.lang.IllegalStateException: Illegal access

项目场景:springboot项目启用热部署后出现问题问题描述:Caused by: java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [mapper/]. The following stack trace

#spring boot
Failed to bind properties under ‘‘ to com.zaxxer.hikari.HikariDataSource:

问题描述:springboot启动时遇到错误:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2021-10-09 16:10:19.148 ERROR 3668 --- [main] o.s.b.d.LoggingFai

#spring boot
到底了