Lightbend推出的微服务框架Lagom,与Akka Typed自然耦合,为实现Domain-Driven Designed Distributed Application提供了完整的解决方案。 ...
分类:
其他好文 时间:
2020-07-26 19:04:18
阅读次数:
102
ssh无法启动 (code=exited, status=255) 2019年1月30日ssh 服务器运行了一些脚本后,突然发现无法ssh了。 root@X61T:/home/liang# service sshd restart Job for ssh.service failed because ...
分类:
其他好文 时间:
2020-07-26 15:52:25
阅读次数:
322
CentOS7启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......... 宇智波唐嫣 2019-04-18 12:07:00 1384 收藏 1版权面试:你懂什么是分 ...
分类:
其他好文 时间:
2020-07-26 15:12:02
阅读次数:
128
Dijkstra's algorithm is one of the very famous greedy algorithms. It is used for solving the single source shortest path problem which gives the short ...
分类:
其他好文 时间:
2020-07-24 21:53:35
阅读次数:
107
需求背景项目源码在Gitlab代码仓库中有多个gitlab子项目的代码,项目上线完成后,一般会对上线分支的代码进行分支合并到受保护的分支上,一般为Master分支,然后打TAG。这里结合Jenkins+Gitlab进行自动化打TAG。Jenkins配置进入Jenkins,新建Job,进入Job的Configure配置,配置参数化构建。Build选择添加ExecuteShell。打TAG分支合并,打
分类:
其他好文 时间:
2020-07-24 19:12:18
阅读次数:
145
格式化输出 1. 人员个人信息录入 复杂方式 name = input('请输入姓名:') age = input('请输入年龄:') job = input('请输入职业:') hobby = input('请输入爱好:') a = ' info of mei yang ' b = 'Name:' ...
分类:
其他好文 时间:
2020-07-24 15:36:05
阅读次数:
71
启动服务 [root@localhost fastdfs]# service fdfs_trackerd start Reloading systemd: [ OK ] Starting fdfs_trackerd (via systemctl): Job for fdfs_trackerd.ser ...
分类:
其他好文 时间:
2020-07-22 20:38:49
阅读次数:
314
通过PromQL可以实时对Prometheus中采集到的样本数据进行查询,聚合以及其它各种运算操作。而在某些PromQL较为复杂且计算量较大时,直接使用PromQL可能会导致Prometheus响应超时的情况。 这时需要一种能够类似于后台批处理的机制能够在后台完成这些复杂运算的计算,对于使用者而言只 ...
分类:
其他好文 时间:
2020-07-20 13:08:34
阅读次数:
54
python脚本引用jenkins的选项参数 1.Jenkins-插件管理,下载安装插件(Python Plugin 和 Python Wrapper Plugin) 2.新建Job 3.选择参数化构建过程 (添加参数:文本参数和字符参数) 4.增加构建步骤-Execute Python scrip ...
分类:
编程语言 时间:
2020-07-18 00:51:16
阅读次数:
98
1、官网下载地址:https://github.com/alibaba/DataX DataX 是阿里巴巴集团内被广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、TableStore(OTS)、MaxC ...
分类:
其他好文 时间:
2020-07-17 22:02:27
阅读次数:
140