最新 最热

「微服务架构」编曲与编舞——让系统协同工作的不同模式

介绍 Krzysztof(采访者):商业组织是由专家组成的,他们在他们最了解的领域提供产品或服务,以获得共同的商业成果。例如,营销团队努力争取新客户,销售团队向这些客户销售产品,客户关系团队负责积极的客户体验和保留。只有当这些...

2022-03-14
1

Element表单验证

要加验证之前一定要确保已经写了 prop 属性,该属性是跟 rule 绑定在一起的,也可以在行内单独制定 rules。

2022-03-09
1

Element 中el-calendar取消点击事件

Element中的日历组件默认是有一个点击事件的,点击某一天,当前日历的日期会动态发生变化,相当于是在有限的表格内通过点击事件显示更多的日期,但是有时候我们并不想要这个点击事件,为了方便进行对比分析,想直接展示多个月的...

2022-03-09
0

phing用户手册第四章Getting Started译文

3.一些Phing的type元素(比如<property>, <fileset>, <patternset>等)

2022-03-07
1

CSS选择器

又称“标签指定式选择器”(即…又…)。由两个选择器构成,其中第一个为标记选择器,第二个为class选择器或id选择器。

2022-02-22
1

ElementUI之基础布局及混合布局

这次简单介绍Element-ui的基础布局,让同学们初步了解element-ui。

2022-02-17
1

Leetcode 题目解析之 Best Time to Buy and Sell Stock

Say you have an array for which the ith element is the price of a given stock on day i.

2022-02-14
1

Leetcode 题目解析之 Majority Element

Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.

2022-02-14
0

Leetcode 题目解析之 Kth Largest Element in an Array

Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.

2022-02-14
1

Leetcode 题目解析之 Find Minimum in Rotated Sorted Array

Suppose a sorted array is rotated at some pivot unknown to you beforehand.

2022-02-14
1