码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
supervisor管理单机多实例Tomcat
操作目的:用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
7-21 Counting Leaves (30分)
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
「Flink」使用Managed Keyed State实现计数窗口功能
先上代码:public class WordCountKeyedState { public static void main(String[] args) throws Exception { StreamExecutionEnvironment env = StreamExecutionEnvi ...
分类:其他好文   时间:2020-02-01 10:23:27    阅读次数:98
PAT Advanced 1013 Battle Over Cities (25分)
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
Linux网络文件共享服务之smaba
一、SAMBA服务简介 samba是1991年由Andrew Tridgel开发实现,主要用于Windows和unix文件共享。samba实现了共享文件和打印,实现在线编辑,登录SAMBA用户的身份认证,可以进行NetBIOS名称解析和外围设备共享。相关的软件包有samba,这个包主要提供smb服务 ...
分类:系统相关   时间:2020-02-01 00:42:54    阅读次数:102
Docker packaging guide for Python
以下是一些关于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
PAT Advanced 1063 Set Similarity (25分)(STL)
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
Educational Codeforces Round 80 (Rated for Div. 2) D. Minimax Problem
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
Redis(四):del/unlink 命令源码解析
上一篇文章从根本上理解了set/get的处理过程,相当于理解了 增、改、查的过程,现在就差一个删了。本篇我们来看一下删除过程。 对于客户端来说,删除操作无需区分何种数据类型,只管进行 del 操作即可。 零、删除命令 del 的定义 主要有两个: del/unlink, 差别是 unlink 速度会 ...
分类:其他好文   时间:2020-01-23 22:38:01    阅读次数:86
899条   上一页 1 ... 12 13 14 15 16 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!