链接: "https://nanti.jisuanke.com/t/42582" Description Bob is hungry now and he needs to eat some food. Alice puts n dishes of food in front of him, num ...
分类:
其他好文 时间:
2020-01-13 17:57:32
阅读次数:
88
/** * 63. Unique Paths II * https://leetcode.com/problems/unique-paths-ii/description/ * https://www.youtube.com/watch?v=8v-dX6ato_Y * */ class Soluti ...
分类:
其他好文 时间:
2020-01-12 15:31:32
阅读次数:
83
链接:https://blog.csdn.net/jettery/article/details/78891733 概述 Kubelet组件运行在Node节点上,维持运行中的Pods以及提供kuberntes运行时环境,主要完成以下使命:1.监视分配给该Node节点的pods2.挂载pod所需要的v ...
分类:
其他好文 时间:
2020-01-11 16:51:49
阅读次数:
64
Discuss your test plan 我们的软件比较依赖于数据库的内容,所以对数据库数据的检测是一个很重要的环节,要做到所有的数据库访问方法和进程都按照设计的方式进行,数据没有遭到损坏。对数据和数据库完整性测试,调用各个数据库访问方法和进程,并在其中填充有效和无效的数据或对数据的请求,检查数 ...
分类:
其他好文 时间:
2020-01-04 22:08:25
阅读次数:
94
begin declare b int; declare use_no varchar(10); declare use_name varchar(400); declare card_id varchar(400); declare count int; declare cur_1 cursor ...
分类:
数据库 时间:
2019-12-22 18:16:04
阅读次数:
238
Description Description There are n coins in a line. Two players take turns to take one or two coins from right side until there are no more coins lef ...
分类:
其他好文 时间:
2019-12-21 22:16:37
阅读次数:
104
COMPSCI 671D Fall 2019Homework 41 EM Algorithm for Topic Modeling (35 points)In this question we will try to design an algorithm for discovering the a ...
分类:
其他好文 时间:
2019-12-19 13:06:15
阅读次数:
85
环境: OS:Centos 7 DB:12.2.0.1 1.备份数据库run{allocate channel ch1 device type disk;backup as compressed backupset full filesperset 5 database format '/u01/r ...
分类:
其他好文 时间:
2019-12-11 17:02:55
阅读次数:
99
#!/usr/bin/python # -*- coding: UTF-8 -*- # @Time : 2019/12/5 17:30 # @Author : shenghao/10347899@qq.com '''test with selenium's move''' from builtins... ...
分类:
编程语言 时间:
2019-12-09 11:56:20
阅读次数:
123
基础简介 脚本编程分为: 面向过程 选择结构:if语句,单分支、双分支、多分支;case语句 控制结构:顺序结构(默认) 循环结构:for、while、until 面向对象 case语句结构 case VAR_NAME in var_value1) #value被当做字符一个一个进行比较的;可以使用 ...
分类:
系统相关 时间:
2019-12-08 11:02:13
阅读次数:
128