操作目的:用supervisor工具管理tomcat服务 配置环境,安装服务,以及多实例 脚本编辑: 1 #!/bin/bash 2 systemctl stop firewalld 3 setenforce 0 4 echo " 安装更新 " 5 yum -y install epel-relea ...
分类:
其他好文 时间:
2020-02-09 20:51:02
阅读次数:
84
装备工作 1. 一张8G以上的SD开,最好是高速卡,因为卡的速度直接影响树莓派的运行速度。 2. 下载树莓派系统的镜像文件,本人下载不带桌面的版本:Raspbian Buster Lite,下载网址: "链接" 3. Window 下安装镜像的工具 Win32DiskImager,下载网址: "链接 ...
分类:
其他好文 时间:
2020-02-07 12:30:44
阅读次数:
127
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: The inpu ...
分类:
其他好文 时间:
2020-02-04 20:31:43
阅读次数:
96
先上代码:public class WordCountKeyedState { public static void main(String[] args) throws Exception { StreamExecutionEnvironment env = StreamExecutionEnvi ...
分类:
其他好文 时间:
2020-02-01 10:23:27
阅读次数:
98
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c ...
分类:
其他好文 时间:
2020-02-01 01:04:58
阅读次数:
91
一、SAMBA服务简介 samba是1991年由Andrew Tridgel开发实现,主要用于Windows和unix文件共享。samba实现了共享文件和打印,实现在线编辑,登录SAMBA用户的身份认证,可以进行NetBIOS名称解析和外围设备共享。相关的软件包有samba,这个包主要提供smb服务 ...
分类:
系统相关 时间:
2020-02-01 00:42:54
阅读次数:
102
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the ...
分类:
编程语言 时间:
2020-01-30 12:46:48
阅读次数:
79
Given two sets of integers, the similarity of the sets is defined to be /, where N?c?? is the number of distinct common numbers shared by the two sets ...
分类:
其他好文 时间:
2020-01-29 21:54:49
阅读次数:
84
D. Minimax Problem time limit per test 5 seconds memory limit per test 512 megabytes input standard input output standard output You are given nn arra ...
分类:
其他好文 时间:
2020-01-28 12:28:41
阅读次数:
70
上一篇文章从根本上理解了set/get的处理过程,相当于理解了 增、改、查的过程,现在就差一个删了。本篇我们来看一下删除过程。 对于客户端来说,删除操作无需区分何种数据类型,只管进行 del 操作即可。 零、删除命令 del 的定义 主要有两个: del/unlink, 差别是 unlink 速度会 ...
分类:
其他好文 时间:
2020-01-23 22:38:01
阅读次数:
86