码迷,mamicode.com
首页 >  
搜索关键字:follow    ( 4585个结果
prometheus+grafana监控redis
prometheus+grafana监控redis redis安装配置 https://www.cnblogs.com/autohome7390/p/6433956.html redis_exporter 安装 prometheus配置 grafana配置 主题下载地址:https://grafan ...
分类:其他好文   时间:2019-08-12 23:41:02    阅读次数:137
One Person Game(扩展欧几里得)
There is an interesting and simple one person game. Suppose there is a number axis under your feet. You are at point A at first and your aim is point  ...
分类:其他好文   时间:2019-08-11 20:44:18    阅读次数:130
mybatis框架的相关配置
mybatis相关配置1.头信息<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEconfigurationPUBLIC"-//mybatis.org//DTDConfig3.0//EN""http://mybatis.org/dtd/mybatis-3-config.d
分类:其他好文   时间:2019-08-11 17:10:16    阅读次数:81
Design Circular Deque
Design your implementation of the circular double-ended queue (deque). Your implementation should support following operations: MyCircularDeque(k): Co ...
分类:其他好文   时间:2019-08-11 10:39:12    阅读次数:79
***屏幕cmaxtix编译安装
***屏幕cmaxtix编译安装系统:CentOS71810软件:cmatrix-1.2效果:一、下载:https://www.lanzous.com/i5ct2ng二、解压[root@imooc-nginx~]#tarxfcmatrix-1.2a.tar.gz三、安装依赖[root@imooc-nginxcmatrix-1.2a]#yuminstallncurses-devel三、编译安装[roo
分类:其他好文   时间:2019-08-11 01:02:01    阅读次数:77
不会装Centos?不急~看完你就会了(纯实操,另赠送远程管理方法)
本篇博客我将带领各位在VM14的虚拟环境下安装Centos7(7是目前最新的Centos系统)并可以通过Xshell6(一款远程控制软件)实现远程连接。目录:1、在VM14虚拟环境中完成基本的Centos创建2、完成Centos7的安装并能联通互联网3、使用Xshell6实现远程控制何为Centos?CentOS(CommunityEnterpriseOperatingSystem,中文意思是社区
分类:其他好文   时间:2019-08-10 21:57:32    阅读次数:152
python初体验-函数(2)
一、函数的多参数 在学函数的定义时,我们知道了函数名后英文括号内的是函数的参数。就像咖啡机要加咖啡豆和水两个输入一样,Python 中函数的参数个数也非常灵活,支持 0 到多个参数。如果没有参数,括号内就空着,如果有多个参数,每个参数用英文逗号隔开。 Python 中的参数按传入方式分为两种: 位置 ...
分类:编程语言   时间:2019-08-10 17:46:55    阅读次数:94
电阻详解
一、基本概念 电阻:是某种材料所固有的,在一定程度上阻碍电流通过,并将所消耗的电能转化为热能的一种物理性质。 电阻器:在电路中起电阻性能的电子元件。 电阻值:衡量某种该材料物体电阻性能大小的一个物理量。 电阻单位:欧姆。 其他常用的有:太欧(TΩ),吉欧(GΩ), 兆欧(MΩ), 千欧(KΩ),毫欧 ...
分类:其他好文   时间:2019-08-10 10:03:46    阅读次数:149
ansible 安装配置
安装: yum install -y ansible 关闭selinux 创建一个ssh 放置主机信息 mkdir -p /etc/ansible/ssh cd !$ 创建hosts cat hosts [aliyun] 1.1.1.1 ansible_ssh_port=58102 an...
分类:其他好文   时间:2019-08-10 09:55:50    阅读次数:104
1127 ZigZagging on a Tree (30 分)
1127 ZigZagging on a Tree (30 分) 1127 ZigZagging on a Tree (30 分) 1127 ZigZagging on a Tree (30 分) Suppose that all the keys in a binary tree are dist ...
分类:其他好文   时间:2019-08-09 01:49:30    阅读次数:115
4585条   上一页 1 ... 94 95 96 97 98 ... 459 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!