这是一套题=。= ABC D1DEF D2 过程-Process Before T1 像DP 迷茫…… T2 像二/三分 T3 不知道惹 可以DP($30\%$) During T1 先打个暴力$N^2$ 想到可以维护质因子前缀和。 分块可以么……(如果能保证$N \sqrt{N}$是很优秀的算法了 ...
分类:
其他好文 时间:
2019-09-17 17:16:50
阅读次数:
110
①英文题目 Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted ...
分类:
其他好文 时间:
2019-09-16 13:38:03
阅读次数:
78
语法: CREATE TABLE table_name ( column_name column_type ... )ENGINE=InnoDB DEFAULT CHARSET=utf8; 实例 CREATE TABLE table_book( table_book_id INT NOT NULL ...
分类:
数据库 时间:
2019-09-14 22:46:00
阅读次数:
131
通过策略我们可以构建灵活的service mesh 应用策略 我们可以通过kumactl 以及kubectl 应用策略 kumactl 格式 echo " type: .. spec: .. " | kumactl -f - echo " type: .. spec: .. " | kumactl ...
分类:
其他好文 时间:
2019-09-11 15:50:03
阅读次数:
127
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
在Activity中该属性用来标示:当前Activity是否可以被另一个Application的组件启动:true允许被启动;false不允许被启动。 android:exported 是Android中的四大组件 Activity,Service,Provider,Receiver 四大组件中都会 ...
分类:
移动开发 时间:
2019-09-05 13:54:08
阅读次数:
182
Colorful Tree Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 3373 Accepted Submission(s): 1461 ...
分类:
其他好文 时间:
2019-09-03 11:20:59
阅读次数:
83
首先看MainActivity,继承FlutterActivity再看FlutterActivity代码,继承Activity,实现Provider、PluginRegistry、ViewFactory12345678910111213141516private final FlutterActiv... ...
分类:
移动开发 时间:
2019-09-02 11:55:36
阅读次数:
437
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-08-27 19:34:02
阅读次数:
112
import timefrom lib.pyse import Pyse'''# PageObject思想:将一个页面抽象成一个类,将这个页面上能够操作的元素,抽象成一个个的方法# 好处:已封装好的模块,要修改的时候,就可以定位到某一块代码的地方'''#方法和思路,以及需要注意的点:#1、当存在很多 ...
分类:
其他好文 时间:
2019-08-26 14:50:53
阅读次数:
100