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
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 这篇继续看概念,主要是 Pod 这个概念,这个概念非常重要,是 k8s 集群的最小单位。 怎么才算是理解好 pod 了呢,基本上把 pod 的所有 describe 和配置文件的配置项都能看懂就算是对 pod 比较了解了。 Pod 我们通过调用一个 可以查看某个 pod 的 ...
分类:
其他好文 时间:
2019-07-16 11:05:39
阅读次数:
129
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
Problem describe:https://leetcode.com/problems/linked-list-cycle/ Ac Code: (Hash) Fast and Slow Pointer ...
分类:
其他好文 时间:
2019-07-13 20:07:44
阅读次数:
116
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
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
问题排查一 从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