码迷,mamicode.com
首页 >  
搜索关键字:operations    ( 1397个结果
vrops6.7部署过程
参考链接:https://docs.vmware.com/en/vRealize-Operations-Manager/6.7/vrealize-operations-manager-67-vapp-deploy-guide.pdf 大致过程:先下载ova的模板部署到esxi,会提示配置ip地址,部署规模等信息部署完毕后,打开配置好的ip地址访问webclient做下一步部署
分类:其他好文   时间:2019-12-29 09:16:55    阅读次数:204
6.824 Lab 2: Raft 2B
Part 2B We want Raft to keep a consistent, replicated log of operations. A call to Start() at the leader starts the process of adding a new operation ...
分类:其他好文   时间:2019-12-23 13:42:43    阅读次数:89
Educational Codeforces Round 78 (Rated for Div. 2) B. A and B
链接: https://codeforces.com/contest/1278/problem/B 题意: You are given two integers a and b. You can perform a sequence of operations: during the first o ...
分类:其他好文   时间:2019-12-21 11:44:51    阅读次数:107
oracle_多表查询02
多表查询 BONUS表 ENAME JOB SAL COMM DEPT表 DEPTNO DNAME LOC 1 10 ACCOUNTING NEW YORK 2 20 RESEARCH DALLAS 3 30 SALES CHICAGO 4 40 OPERATIONS BOSTON EMP表 EMP ...
分类:数据库   时间:2019-12-12 23:50:37    阅读次数:117
[LC] 211. Add and Search Word - Data structure design
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a r ...
分类:其他好文   时间:2019-12-08 12:46:54    阅读次数:66
Reference与ReferenceQueue
Reference源码分析 首先我们先看一下Reference类的注释: /** * Abstract base class for reference objects. This class defines the * operations common to all reference obje ...
分类:其他好文   时间:2019-11-19 15:45:59    阅读次数:73
146. LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) - Get the ...
分类:系统相关   时间:2019-11-16 21:35:33    阅读次数:88
【设计模式】命令模式
【设计模式】命令模式 封装具备“命令”特征的操作 同类操作 decouple the remote from devices Invoker:发送请求 Receiver:接受请求 1. define an abstraction that involves basic operations to d ...
分类:其他好文   时间:2019-11-12 01:03:48    阅读次数:84
so easy(unordered_map+并查集)
There are nn points in an array with index from 11 to nn, and there are two operations to those points. 1: 1 \ x1 x marking the point xx is not availa ...
分类:其他好文   时间:2019-11-05 21:19:19    阅读次数:94
django中使用原生的sql查询实例
from .database_operations import * # 动态加载5个相似的批次号 def search_batch(request): db = Database_operat() batch = request.GET.get('batch') batch = batch + '... ...
分类:数据库   时间:2019-11-04 15:36:45    阅读次数:96
1397条   上一页 1 ... 6 7 8 9 10 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!