上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页
摘要: springboot-vue-JWT使用 后端引入依赖: <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.7.0</version> </dependency> JWT工 阅读全文
posted @ 2019-04-12 09:01 雷神约 阅读(1404) 评论(0) 推荐(0)
摘要: SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'", Locale.US);SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");s 阅读全文
posted @ 2019-04-11 15:02 雷神约 阅读(904) 评论(0) 推荐(0)
摘要: import time,os,datetimeimport urllib3utcNow = datetime.datetime.utcnow()fifteen = utcNow +datetime.timedelta(minutes=-15)timestr = fifteen.strftime('% 阅读全文
posted @ 2019-04-11 14:25 雷神约 阅读(154) 评论(0) 推荐(0)
摘要: public String getCurrentTime(){SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar beforeTime = Calendar.getInstance(); befor 阅读全文
posted @ 2019-04-10 19:23 雷神约 阅读(339) 评论(0) 推荐(0)
摘要: Elasticsearch6.2集群搭建 2018年04月02日 11:07:45 这个名字想了很久 阅读数:14154 Elasticsearch6.2集群搭建 2018年04月02日 11:07:45 这个名字想了很久 阅读数:14154 Elasticsearch6.2集群搭建 Elastic 阅读全文
posted @ 2019-04-09 13:50 雷神约 阅读(194) 评论(0) 推荐(0)
摘要: ## elasticSearch集群配置```yamlhttp.cors.enabled: true http.cors.allow-origin: "*" cluster.name: myesnetwork.host: 0.0.0.0 node.name: node-02http.port: 92 阅读全文
posted @ 2019-04-09 11:31 雷神约 阅读(89) 评论(0) 推荐(0)
摘要: 10_SpringBoot集成TkMybatis插件 明天你好向前奔跑 关注 0.5 2018.09.11 11:15 字数 163 阅读 3794评论 0喜欢 3 明天你好向前奔跑 关注 0.5 2018.09.11 11:15 字数 163 阅读 3794评论 0喜欢 3 0.5 2018.09 阅读全文
posted @ 2019-04-03 15:20 雷神约 阅读(153) 评论(0) 推荐(0)
摘要: MySQL安装之yum安装 在CentOS7中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1. 下载并安装MySQL官方的 Yum Repository 1 [root@BrianZhu /]# wget 阅读全文
posted @ 2019-04-02 11:24 雷神约 阅读(94) 评论(0) 推荐(0)
摘要: docker数据拷贝 docker数据拷贝的方式有很多种,下面介绍几种数据拷贝的方式;此处只是介绍几种简易的方式,更多方式可以google下。 从容器中向主机拷贝数据 docker cp <containerId>:/file/path/within/container /host/path/tar 阅读全文
posted @ 2019-04-01 18:39 雷神约 阅读(206) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>index</title> <script src="jquery.min.js"></script> <style> div.box{ width:1200p 阅读全文
posted @ 2019-04-01 11:14 雷神约 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页