Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s... ...
分类:
其他好文 时间:
2019-04-21 13:06:13
阅读次数:
133
Given a non-empty list of words, return the k most frequent elements. Your answer should be sorted by frequency from highest to lowest. If two words h ...
分类:
其他好文 时间:
2019-04-21 09:56:16
阅读次数:
109
https://leetcode.com/problems/minimum-moves-to-equal-array-elements/?tab=Description <Math> 给你一个array,每次操作可以使一个数不变,同时array中其余的数各+1。最少需要操作多少次可以让array里的 ...
分类:
其他好文 时间:
2019-04-20 00:20:08
阅读次数:
181
The elements of Arduino (C++) code. Sketch loop() setup() Control Structure break continue do...while else for goto if return switch...case while Furt ...
分类:
其他好文 时间:
2019-04-16 19:02:28
阅读次数:
282
Xml?XML指可扩展标记语言(ExtensibleMarkupLanguage)?XML被设计用于结构化、存储和传输数据?XML是一种标记语言,很类似于HTML?XML没有像HTML那样具有预定义标签,需要程序员自定义标签。?XML被设计为具有自我描述性,并且是W3C的标准XML元素XML的元素是指从开始标签直到结束标签的部分(均包括开始结束)。一个元素可以包含:1、其他元素2、文本3、属性4、
分类:
编程语言 时间:
2019-04-16 16:06:29
阅读次数:
134
HTML: (一)通过xpath层级标签定位 (二)先定位select再定位option (三)使用webdriver提供的select类的方法 select类提供了三种方法来选择下拉框选项 使用select_by_index()的时候,如果option中有index属性,会优先通过index属性选 ...
分类:
其他好文 时间:
2019-04-15 14:25:58
阅读次数:
200
要想和浏览器有交互的动作,即要继续学习DOM,BOM。 JavaScript分为 ECMAScript,DOM,BOM。 BOM (Browser Object Model) 是指浏览器对象模型,他使js有能力和浏览器进行交互; DOM (Document Object Model)是指文档对象模型 ...
分类:
其他好文 时间:
2019-04-13 17:41:58
阅读次数:
156
Getting Started with pandas Getting Started with pandas Getting Started with pandas In [1]: import pandas as pd In [1]: import pandas as pd In [1]: In ...
分类:
编程语言 时间:
2019-04-11 14:41:46
阅读次数:
160
[TOC] LWC知识整理(一) 最近Salesforce那群闲不住的研究员又推出了一款针基于Web的开发组件 Lighting Web Component(简称 LWC ),这个组件的推出将对Salesforce开发进行一次比较大的更新换代(没错,你之前拼命学的Aura要逐渐淡出Salesforc ...
分类:
其他好文 时间:
2019-04-11 01:18:44
阅读次数:
488