package LeetCode_582 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 582.Kill Process * (Prime) *Given ...
分类:
其他好文 时间:
2020-08-10 09:25:07
阅读次数:
54
今天我们要介绍的数字后端基本概念是Region。Region是Floorplan中作用于module或者instance group的一种约束。在Innovus中,当你希望某个模块里面的instance放在某个特定的区域的话,我们就可以给module或者instance group添加约束,约束可以 ...
分类:
其他好文 时间:
2020-08-09 19:10:56
阅读次数:
85
一、redis集群节点修改 #添加和删除节点的流程 1.新节点添加槽位 2.源节点中的数据进行迁移 3.源节点数据迁移完毕 4.迁移下一个槽位的数据,依次循环 1.添加节点 1)准备新机器 [root@db02 ~]# mkdir /service/redis/{6381,6382} [root@d ...
分类:
其他好文 时间:
2020-08-07 21:42:57
阅读次数:
70
Given the root of a binary tree and an integer distance. A pair of two different leaf nodes of a binary tree is said to be good if the length of the s ...
分类:
其他好文 时间:
2020-07-27 15:58:17
阅读次数:
93
openshift 3.11 安装部署 openshift安装部署 1 环境准备(所有节点) openshift 版本 v3.11 1.1 机器环境 ip cpu mem hostname OSsystem 192.168.1.130 4 16 master CentOS7.6 192.168.1. ...
分类:
其他好文 时间:
2020-07-26 19:32:37
阅读次数:
55
Spark SQL(6) OptimizedPlan 在这一步spark sql主要应用一些规则,优化生成的Resolved Plan,这一步涉及到的有Optimizer。 之前介绍在sparksession实例化的是会实例化sessionState,进而确定QueryExecution、Analy ...
分类:
数据库 时间:
2020-07-26 19:28:25
阅读次数:
101
Selenium框架 使用方法 from selenium import webdriver # 这里使用的是谷歌浏览器 还有很多的浏览器可以选择 wd = webdriver.Chrome(r'd:\webdrivers\chromedriver.exe') wd.get('http://cdn1 ...
分类:
Web程序 时间:
2020-07-23 01:38:50
阅读次数:
215
Penetration Test - Planning and Scoping(2) TARGET AUDIENCE AND ROE Know your target audience Who is sponsoring the pen test? What is the purpose of th ...
分类:
Web程序 时间:
2020-07-19 23:58:22
阅读次数:
117
一家企业在进行流程管理的时候,轻流建议不要局限于流程管理的方法论,而是实践出真知,没有一家完全相同的企业,所以也同样没有任何一家企业有相同的业务流程。 公司级的流程架构设定分为两类,POS(Plan Operation Support,属于稳定性、周期性和计划性行业)和OES(Operation E ...
分类:
其他好文 时间:
2020-07-18 11:32:47
阅读次数:
119
今日得到: 位运算真的是 666, 计算机基础还有数学知识都很重要. LeetCode-191 二进制位1的个数 LeetCode上第 191 号问题:编写一个函数,输入是一个无符号整数,返回其二进制表达式中数字位数为 ‘1’ 的个数。 观察一下 n 与 n-1 这两个数的二进制表示:对于 n-1 ...
分类:
其他好文 时间:
2020-07-18 11:17:05
阅读次数:
64