会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1994的地铁
博客园
首页
新随笔
联系
管理
2020年8月15日
N多系统单点登录,实现、解决方案
摘要: 原文链接https://www.sojson.com/blog/80.html 单点登录 ( SSO )的技术被越来越广泛地运用到各个领域的软件系统当中。本文从业务的角度分析了 单点登录 的需求和应用领域;从技术本身的角度分析了 单点登录 技术的内部机制和实现手段,并且给出Web- SSO 和桌面
阅读全文
posted @ 2020-08-15 15:01 1994的地铁
阅读(196)
评论(0)
推荐(0)
2020年8月13日
Loki 部署使用
摘要: Loki安装使用 安装 loki 四种安装方式 https://github.com/grafana/loki/blob/v1.5.0/docs/installation/README.md 我选择 Installing Loki with Docker or Docker Compose dock
阅读全文
posted @ 2020-08-13 21:35 1994的地铁
阅读(1200)
评论(0)
推荐(0)
Docker 常用命令
摘要: Docker 常用命令 输出容器日志到宿主机文件 docker logs contaiername >& logs/myFile.log
阅读全文
posted @ 2020-08-13 20:59 1994的地铁
阅读(41)
评论(0)
推荐(0)
2020年7月12日
为什么不应该在分页中使用OFFSET和LIMIT
摘要: 原文链接 https://ivopereira.net/content/efficient-pagination-dont-use-offset-limit https://hackernoon.com/please-dont-use-offset-and-limit-for-your-pagina
阅读全文
posted @ 2020-07-12 23:13 1994的地铁
阅读(168)
评论(0)
推荐(0)
2020年7月3日
springboot 外部配置文件spring.config.location 为什么不生效?
摘要: 一、背景 原文链接 https://blog.csdn.net/trayvonnn/article/details/106239934 仅作分享,感谢作者 本文写的是单应用下的springboot,并非微服务,如果是微服务可以参考nocos或者springcloud config。 一般在企业开发流
阅读全文
posted @ 2020-07-03 19:45 1994的地铁
阅读(16345)
评论(0)
推荐(0)
2020年7月2日
电脑添加多个SSH key
摘要: 创建新得ssh key ssh-keygen -t rsa -C "excem@excemple" -f ~/.ssh/id_rsa.gitlab 编辑config vim ~/.ssh/config # gitee Host gitee.com HostName gitee.com Preferr
阅读全文
posted @ 2020-07-02 17:28 1994的地铁
阅读(173)
评论(0)
推荐(0)
2020年5月12日
springboot Jar包开启远程调试
摘要: jar 正常启动 开启DEBUG模式需追加参数 注意 要放在 jar 前面 。 | Xdebug | 启用调试 | | | | | Xrunjdwp | 加载JVM的JPDA参考实现库 | | server=y | Xrunjdwp参数(作为调试服务器运行) | | transport=dt_soc
阅读全文
posted @ 2020-05-12 20:12 1994的地铁
阅读(884)
评论(0)
推荐(0)
2020年3月11日
Javascript 中 数组遍历 forin和forof 的区别
摘要: 定义一个数组 let array = [1, 2, 3, 4]; for (let a in array){ console.log("遍历a的值 "+a+"”,数组中的值" + array[a]) } for (let a of array){ console.log("遍历a的值 "+a); }
阅读全文
posted @ 2020-03-11 15:53 1994的地铁
阅读(719)
评论(0)
推荐(0)
2020年3月10日
ELK安装 docker-compose.yml
摘要: version: '2.2' services: cerebro: image: lmenezes/cerebro:0.8.3 container_name: cerebro ports: - "9000:9000" command: - -Dhosts.0.host=http://elastics
阅读全文
posted @ 2020-03-10 16:46 1994的地铁
阅读(393)
评论(0)
推荐(0)
2020年3月5日
elasticsearch7.6 安装 并且开启外网访问,真的好累。
摘要: 下载 下载页面 https://www.elastic.co/cn/downloads/elasticsearch wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.1-linux-x86_64.t
阅读全文
posted @ 2020-03-05 16:15 1994的地铁
阅读(3556)
评论(0)
推荐(0)
下一页
公告