The only difference between easy and hard versions is the number of elements in the array. You are given an array aa consisting of nn integers. In one ...
分类:
其他好文 时间:
2019-09-13 10:22:36
阅读次数:
101
EASY FLASH: ENV 快速保存产品参数(k-v型no-sql数据库存储),支持 写平衡(磨损平衡) 及 掉电保护 功能 EasyFlash不仅能够实现对产品的 设定参数 或 运行日志 等信息的掉电保存功能,还封装了简洁的 增加、删除、修改及查询 方法, 降低了开发者对产品参数的处理难度,也 ...
分类:
其他好文 时间:
2019-09-12 21:37:09
阅读次数:
104
前言:接口自动化实现自动化脚本比较稳定,主要用到requests模块,后面我会把这个模块单独拉出来写一下。 一、环境安装 1.用pip安装requests模块 注意:pip很容易就会版本升级, 方法1:检测并更新 方法2: ?先卸载: ?在用:easy_install.exe安装 二、get请求 ? ...
分类:
编程语言 时间:
2019-09-12 21:01:39
阅读次数:
101
Description: Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return tru ...
分类:
其他好文 时间:
2019-09-10 10:22:24
阅读次数:
91
1. Two Sum [Easy] 思路 水题 要点 1. map用法: put, get, containsKey 2. 声明数组new int[]{1, 2}; 3. 异常情况还需要返回值的话, 抛IllegalArgumentException 代码 java class Solution { ...
分类:
其他好文 时间:
2019-09-09 19:11:24
阅读次数:
66
There are nn points in an array with index from 11 to nn, and there are two operations to those points. 1: 1 \ x1 x marking the point xx is not availa ...
分类:
其他好文 时间:
2019-09-09 17:53:50
阅读次数:
83
The only difference between easy and hard versions is the number of elements in the array. You are given an array aa consisting of nn integers. In one ...
分类:
其他好文 时间:
2019-09-08 19:51:37
阅读次数:
76
第三十六章 将欲翕之,必姑张之;将欲弱之,必姑强之;将欲去之,必姑与之;将欲夺之,必姑予之。是谓微明。柔弱胜强。鱼不可脱于渊,邦利器不可以示人。 第三十六章1 想摆脱失眠?So easy! 将欲翕之,必姑张之 (第三十六章 第1讲) 姑:姑且,先。 上天想要把一件事情关上,就必先把它张开。 我们要懂 ...
分类:
其他好文 时间:
2019-09-08 17:57:35
阅读次数:
252
是什么 是一个前端框架,,封装了大量的css,和js 如何使用 通过给标签的class属性赋值使用, 使用的时候应该注意什么 1)data-options属性是easyui特有的属性,html的标签和它共有的属性可以不用放在里。 2)静态的用html 动态的用标签,结合js 3)所有的脚本语法 操作 ...
分类:
其他好文 时间:
2019-09-08 09:44:43
阅读次数:
98
B so easy 一开始1e6弄个set莽了两次,果断T了,事实证明平衡树的常数的确相比离散化是在是太大了。用个并查集维护,删除一个节点的时候,假如他没有被删除过,那么就把他指向他的下一个元素(无论他的下一个元素是不是被删了都可以),并且把这个元素设置为“删除”,下面参照非递归路径压缩并查集弄了一 ...
分类:
其他好文 时间:
2019-09-08 00:20:12
阅读次数:
71