#!/bin/bash yum -y install keepalived > /dev/null touch /opt/kill.sh cat >/opt/kill.sh<<EOF #!/bin/bash systemctl stop keepalived EOF same=`grep -f /o ...
分类:
其他好文 时间:
2020-01-16 21:55:05
阅读次数:
96
什么是标签 <a> 官方定义是这样的: The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addr ...
分类:
其他好文 时间:
2020-01-16 12:53:35
阅读次数:
92
客户反馈,11.2.0.4,Linux7 GI集群软件,Oracle软件均已正常安装完毕。 DBCA建库,出现 VIP do not all share the same subnetwork,or the vip subnetwok does not match that of any publi ...
分类:
其他好文 时间:
2020-01-16 01:03:11
阅读次数:
112
Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip it up ...
分类:
其他好文 时间:
2020-01-15 13:37:21
阅读次数:
80
写在前面 10 年前(2009 年),UC Berkeley 在 2 月 10 日发布了一篇关于 Cloud Computing 的论文,在 10 年后的今天看来,仍颇具启发性 Cloud Computing is likely to have the same impact on software ...
分类:
其他好文 时间:
2020-01-15 09:55:59
阅读次数:
80
1. Software Version: V1.7.0(At the same time, we also have the old V8.1.0 and V1.45.3 software, we can also provide if you need) 2. Language:English, ...
分类:
其他好文 时间:
2020-01-14 18:58:56
阅读次数:
71
Given a binary tree, count the number of uni-value subtrees. A Uni-value subtree means all nodes of the subtree have the same value. Example : Input: ...
分类:
其他好文 时间:
2020-01-14 12:56:57
阅读次数:
59
100. Same Tree(相同的树) 链接 https://leetcode cn.com/problems/same tree 题目 给定两个二叉树,编写一个函数来检验它们是否相同。 如果两个树在结构上相同,并且节点具有相同的值,则认为它们是相同的。 示例?1: 输入: 1 1 / \ / \ ...
分类:
其他好文 时间:
2020-01-07 23:02:16
阅读次数:
130
#error "C++ versions less than C++11 are not supported." I encountered the same error. A nasty workaround was to add flags --std=c++11 and -DNDEBUG to ...
分类:
其他好文 时间:
2020-01-07 17:59:54
阅读次数:
426
Given two non-empty binary trees s and t, check whether tree t has exactly the same structure and node values with a subtree of s. A subtree of s is a ...
分类:
其他好文 时间:
2020-01-04 14:40:32
阅读次数:
74