码迷,mamicode.com
首页 >  
搜索关键字:example    ( 17798个结果
Linux 7 安装开发工具包 Development Tools
Linux 7 安装开发工具包 Development Tools 1、查看开发工具包 [root@xiejiaohui ~]# yum groups list Loaded plugins: langpacks, search-disabled-repos Available Environmen ...
分类:系统相关   时间:2020-06-06 12:33:30    阅读次数:95
Linux网络客户端
1.FTP和LFTP #ftp/lftp ip //登陆ftp服务器,匿名的用户anonymous,密码只要加上@即可实现登陆 #get filename下载文件 控制台:lftp $lftp ftp.example.com $lftp -u joe ftp.example.com 。使用lfgpg ...
分类:系统相关   时间:2020-06-06 10:41:15    阅读次数:62
个人记录-LeetCode 77. Combinations
问题:Given two integers n and k, return all possible combinations of k numbers out of 1 … n. For example,If n = 4 and k = 2, a solution is: [ [2,4], [3, ...
分类:其他好文   时间:2020-06-06 01:16:22    阅读次数:93
nginx反向代理网站镜像
某些公司会墙特定网站,如果你有一个可访问的域名和服务器,就可以通过nginx反向代理来来解决这些问题。比如现在我们用mirror.example.com镜像www.baidu.com,以下是详细操作。 一、DNS里添加A记录,新增子域名,如:mirror.example.com 二、nginx里新增 ...
分类:Web程序   时间:2020-06-05 21:24:41    阅读次数:70
agent采集
1.根据agent上报的维度拿到tenantId,主机资源id,资源名称tag(name),组织资源属性和关系。2.上报关系和nginx资源nginx资源模板code:SWR-MWS-Nginx-Agent源配置项 目的配置项 关系名称中间件 弹性云服务器ECS 运行在RUNNING(3, "运行在 ...
分类:其他好文   时间:2020-06-05 19:27:19    阅读次数:138
Linux-计划任务crontab
计划任务 at 可以来做一次性的任务 crontab 同步时间 备份 日志 SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job ...
分类:系统相关   时间:2020-06-05 00:50:52    阅读次数:105
1365. How Many Numbers Are Smaller Than the Current Number
package LeetCode_1365 import java.util.* /** * 1365. How Many Numbers Are Smaller Than the Current Number * https://leetcode.com/problems/how-many-num ...
分类:其他好文   时间:2020-06-04 19:56:56    阅读次数:67
450. Delete Node in a BST
Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of th ...
分类:其他好文   时间:2020-06-04 11:56:26    阅读次数:48
MGR架构~节点增减维护(8.0最新版)
一简介:MGR节点的增减 二 两种情况 1 MGR读节点异常停止,然后重新启动加入节点进行数据同步 2 MGR读节点新加入集群成员,启动复制进行数据同步 三 两种可行性方案 1 采用 clone克隆方式直接远程拉取复制 2 采用 xtrabackup 备份还原方式 三 clone过程 1 set g ...
分类:其他好文   时间:2020-06-04 10:48:07    阅读次数:114
leetcode 525. Contiguous Array
Given a binary array, find the maximum length of a contiguous subarray with equal number of 0 and 1. Example 1: Input: [0,1] Output: 2 Explanation: [0 ...
分类:其他好文   时间:2020-06-04 01:36:55    阅读次数:59
17798条   上一页 1 ... 46 47 48 49 50 ... 1780 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!