码迷,mamicode.com
首页 >  
搜索关键字:timezone    ( 744个结果
Java 时间日期系列
Java Calendar,Date,DateFormat,TimeZone,Locale等时间相关内容的认知和使用(1) Calendar Java Calendar,Date,DateFormat,TimeZone,Locale等时间相关内容的认知和使用(2) 自己封装的Calendar接口 J ...
分类:编程语言   时间:2020-07-30 01:43:58    阅读次数:90
后端传到前端时间问题
后端传到前端的时间,变成时间戳 解决办法: @JsonFormat(pattern = "YYYY-MM-dd HH:mm:ss",timezone = "GMT+8") ...
分类:其他好文   时间:2020-07-29 17:40:43    阅读次数:154
springboot mybatis-plus 多数据源
1.pom.xml引入相关依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.0.3</version> </dependency> ...
分类:编程语言   时间:2020-07-29 10:27:54    阅读次数:84
Celery包结构应用
一、创建celery包 1、新建一个包,任意命名,如,celery_task。 2、包内创建celery对象,指定命名为celery.py: from celery import Celery broker = 'redis://127.0.0.1:6379/1' backend = 'redis: ...
分类:其他好文   时间:2020-07-27 23:34:07    阅读次数:76
celery
celery的使用 # 1 异步任务框架,执行异步任务,执行延迟任务,执行定时任务 # 2 Celery is a project with minimal funding, so we don’t support Microsoft Windows. Please don’t open any i ...
分类:其他好文   时间:2020-07-26 23:15:34    阅读次数:64
Sharding-jdbc实现水平分表
1、搭建环境 (1)SpringBoot2.2.1+MyBatisPlus+Sharding-JDBC+Druid连接池 (2)创建SpringBoot工程,版本2.2.1 (3)引入相关依赖 <dependencies> <dependency> <groupId>org.springframew ...
分类:数据库   时间:2020-07-19 17:52:14    阅读次数:79
spring cloud中微服务调用出现 Can not parse date while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSS问题
spring.jackson.timeZone=GMT+08:00spring.jackson.date-format=yyyy-MM-dd HH:mm:ssspring.jackson.serialization.write_dates_as_timestamps=falsespring.mvc. ...
分类:编程语言   时间:2020-07-17 22:14:24    阅读次数:381
解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
在连接数据库的url中,加上allowPublicKeyRetrieval=true mysql8.0后url变为了 jdbc:mysql://localhost:3306/user?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&all ...
分类:数据库   时间:2020-07-16 18:14:17    阅读次数:270
hadoop、yarn时间与集群时间不同
cat hadoop-env.sh export HADOOP_OPTS="$HADOOP_OPTS -Duser.timezone=GMT+08" cat yarn-env.sh YARN_OPTS="$YARN_OPTS -Duser.timezone=GMT+08" cat hbase-env ...
分类:其他好文   时间:2020-07-10 19:26:31    阅读次数:86
kubernetes1.17.2离线安装
环境:centos7、三个主节点的kubernetes 1、关闭selinux、firewalld、swap2、修改主机名称 hostnamectl set-hostname master13、更新系统时间 timedatectl set-timezone Asia/Shanghai 4、上传文件( ...
分类:Web程序   时间:2020-07-10 18:59:21    阅读次数:167
744条   上一页 1 2 3 4 5 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!