码迷,mamicode.com
首页 >  
搜索关键字:describe    ( 1114个结果
English trip V2-B 2 My neighborhood 我的街区 Teacher:Tom
In this lesson you will learn to describe a neighborhood. 课上内容(Lesson) What is around your home or What is around your neighborhood: 1. Transportation ...
分类:其他好文   时间:2019-07-17 09:24:08    阅读次数:128
数组中重复的数字
题目描述 在一个长度为n的数组里的所有数字都在0到n-1的范围内。 数组中某些数字是重复的,但不知道有几个数字是重复的。也不知道每个数字重复几次。请找出数组中任意一个重复的数字。 例如,如果输入长度为7的数组{2,3,1,0,2,5,3},那么对应的输出是第一个重复的数字2。 import java ...
分类:编程语言   时间:2019-07-16 19:02:43    阅读次数:124
获取rds的cpu和内存使用情况
python版本:2.7.12 ...
分类:其他好文   时间:2019-07-16 18:26:54    阅读次数:93
Mybatis插入语句useGeneratedKeys="true"的用法
insert into tb_wrong_rec_apply (num, cid, `type`, `describe`, solution, seller_tel, seller_qq, seller_email, buyer_tel, buyer_qq, buyer_email, submi..... ...
分类:其他好文   时间:2019-07-16 12:52:29    阅读次数:89
k8s学习 - 概念 - Pod
k8s学习 概念 Pod 这篇继续看概念,主要是 Pod 这个概念,这个概念非常重要,是 k8s 集群的最小单位。 怎么才算是理解好 pod 了呢,基本上把 pod 的所有 describe 和配置文件的配置项都能看懂就算是对 pod 比较了解了。 Pod 我们通过调用一个 可以查看某个 pod 的 ...
分类:其他好文   时间:2019-07-16 11:05:39    阅读次数:129
HDU 2018 Cow Story DP
Basic DP Problem URL:https://vjudge.net/problem/HDU-2018 Describe: There is a cow that gives birth to a heifer every year.Every heifer starts in the f ...
分类:其他好文   时间:2019-07-14 13:06:30    阅读次数:71
leetcode 141 Linked List Cycle Hash fast and slow pointer
Problem describe:https://leetcode.com/problems/linked-list-cycle/ Ac Code: (Hash) Fast and Slow Pointer ...
分类:其他好文   时间:2019-07-13 20:07:44    阅读次数:116
lleetcode 1 two sum c++
Problem describe:https://leetcode.com/problems/two-sum/ Given an array of integers, return indices of the two numbers such that they add up to a speci ...
分类:编程语言   时间:2019-07-13 19:56:32    阅读次数:107
idea 配置阿里maven
1.在路径:C:\Users\Administrator\.m2 下创建:repository_al 文件夹和 settings_al.xml 文件 2.settings_al.xml 内容: <?xml version="1.0" encoding="UTF-8"?><!--Licensed to ...
分类:其他好文   时间:2019-07-09 12:11:35    阅读次数:264
K8s遇到问题解决思路
问题排查一 从describe去查找相应的deploy/pod/rs/svc [root@k8s-master ~]# kubectl describe po/nginx-f95d765f9-8b6bp [root@k8s-master ~]# kubectl describe deploy/ngi ...
分类:其他好文   时间:2019-07-08 13:52:59    阅读次数:98
1114条   上一页 1 ... 20 21 22 23 24 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!