最近研究前端,那么,Element很美丽。 直接会调节官网Element加载慢,所以“镜像”到了这里。 按照时间线,在https://www.cnblogs.com/7086cmd/tag/Element_Teach/里面会更新。之后会添加索引。 ...
分类:
其他好文 时间:
2020-02-25 09:59:02
阅读次数:
62
Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touches the left and top ...
分类:
其他好文 时间:
2020-02-25 00:29:46
阅读次数:
84
1.举例: https://demodaojia.ecjia.com/ 提取黄色标注的这些内容 2. 3. 匹配数字:-1 表示匹配全部,0表示随机一个 4. 5.我们获取了10组数据,通过正则提取器,如果使用呢? 可以批量接口或者自动化 分别把获取的10个数据自动放在百度里搜索,用For Each ...
分类:
编程语言 时间:
2020-02-24 20:54:56
阅读次数:
76
一、需求介绍 前端是一个列表页面,列表可以进行复选框的选择,后台进行关联表数据的删除。 二、框架介绍 springboot+mybatis 数据库用的postgresql 三、具体代码(前端js) 1、前端涉及到的代码 //判断选中状态var ids ="";$(".checkbox").each( ...
分类:
数据库 时间:
2020-02-24 09:59:05
阅读次数:
115
Given an unsorted integer array, remove adjacent duplicate elements repeatedly, from left to right. For each group of elements with the same value do ...
分类:
其他好文 时间:
2020-02-24 09:52:00
阅读次数:
84
Given a sorted integer array, remove duplicate elements. For each group of elements with the same value do not keep any of them. Do this in-place, usi ...
分类:
其他好文 时间:
2020-02-24 09:17:03
阅读次数:
77
题目: Given a binary tree, find the length of the longest path where each node in the path has the same value. This path may or may not pass through the ...
分类:
编程语言 时间:
2020-02-23 19:56:52
阅读次数:
92
Long story short, shashlik is Miroslav's favorite food. Shashlik is prepared on several skewers simultaneously. There are two states for each skewer: ...
分类:
其他好文 时间:
2020-02-23 17:59:52
阅读次数:
59
Mike has n strings s1,?s2,?...,?sn each consisting of lowercase English letters. In one move he can choose a string si, erase the first character and ...
分类:
其他好文 时间:
2020-02-23 16:29:53
阅读次数:
69
public function arraySort($arr,$key,$type='asc'){ $keyArr = []; // 初始化存放数组将要排序的字段值 foreach ($arr as $k=>$v){ $keyArr[$k] = $v[$key]; // 循环获取到将要排序的字段值 ...
分类:
编程语言 时间:
2020-02-23 11:13:47
阅读次数:
73