会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学习记录
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2020年8月12日
centos7rpm安装ntp ntpdate
摘要: 下载安装介质 ntp-4.2.6p5-29.el7.centos.2.x86_64.rpm ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm 开始安装 rpm -ivh ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm rpm
阅读全文
posted @ 2020-08-12 15:02 阿宇Tky
阅读(5774)
评论(0)
推荐(0)
2020年8月7日
harbor rest api
摘要: https://www.jianshu.com/p/bfa4d1436a07 https://github.com/goharbor/harbor/blob/v1.5.2/docs/configure_swagger.md https://blog.csdn.net/liumiaocn/articl
阅读全文
posted @ 2020-08-07 17:03 阿宇Tky
阅读(606)
评论(0)
推荐(0)
2020年8月6日
centos7中k8s(1.18.1)集群搭建
摘要: 环境说明 k8s-master 192.168.236.131 k8s-node01 192.168.236.132 k8s-node02 192.168.236.133 准备工作 修改yum源 cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubern
阅读全文
posted @ 2020-08-06 17:36 阿宇Tky
阅读(512)
评论(0)
推荐(0)
2020年7月30日
Java 8 Lambda
摘要: https://www.runoob.com/java/java8-new-features.html 取最大数 Stream.of(1,2,3,4,5).max((a,b) -> a > b ? 1 : -1).get(); 注意点:这里判断大小是通过正负数和0值。 而不是直接写成 Stream.
阅读全文
posted @ 2020-07-30 16:06 阿宇Tky
阅读(152)
评论(0)
推荐(0)
2020年7月24日
在Docker中启动MinIO镜像
摘要: 输入启动命令: docker run -p 9900:9000 --name minio \ -d --restart=always \ -e "MINIO_ACCESS_KEY=admin" \ -e "MINIO_SECRET_KEY=admin" \ -v /home/data:/data \
阅读全文
posted @ 2020-07-24 11:51 阿宇Tky
阅读(3200)
评论(0)
推荐(0)
在Docker中启动Nacos-Server
摘要: 输入命令启动 docker run --name nacos -d -p 8848 :8848 --privileged=true --restart=always -e JVM_XMS=512m -e JVM_XMX=2048m -e MODE=standalone -e PREFER_HOST_
阅读全文
posted @ 2020-07-24 11:49 阿宇Tky
阅读(4522)
评论(0)
推荐(0)
2020年6月4日
maven配置阿里云公共仓库
摘要: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the
阅读全文
posted @ 2020-06-04 10:49 阿宇Tky
阅读(2444)
评论(0)
推荐(0)
2020年1月9日
Centos7动态IP改静态后SSH很慢
摘要: vim /etc/ssh/sshd_config #UseDNS yes 改为 UseDNS no
阅读全文
posted @ 2020-01-09 13:15 阿宇Tky
阅读(321)
评论(0)
推荐(0)
2020年1月8日
电脑壁纸
摘要:
阅读全文
posted @ 2020-01-08 15:17 阿宇Tky
阅读(346)
评论(0)
推荐(0)
2018年10月17日
Vue+NodeJS的跨域请求Session不同
摘要: 前端:vue+NodeJS 后端:springboot 前端通过vue-resource插件发送ajax请求 问题描述: 请求的时候后台接收到的session每次sessionid都不一样 如何解决: 在前端请求的位置加上withCredentials: true XMLHttpRequest.wi
阅读全文
posted @ 2018-10-17 10:39 阿宇Tky
阅读(2012)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页