Talk about 莫队 莫队 算法,是莫涛dalao发明的一个神奇的优化~~暴力~~算法,它使用看似很simple的指针移动操作以及分块的思想来将复杂度优化至$O(n\sqrt n)$ 莫队的基本思想也很简单: 1. 离线 操作,在后面会提到我们通过 排序 来降低复杂度 2. 设之前我们以及求出 ...
分类:
编程语言 时间:
2018-08-26 23:42:42
阅读次数:
580
D - Leha and another game about graph 思路:首先,如果所有点的度数加起来是奇数,且没有-1,那么是不可以的。 其他情况都可以构造,我们先dfs出一个生成树,然后从叶子节点开始往上处理 对于节点u和v,边u -> v,如果d[v]等于1,那么就要选这条边,d[u] ...
分类:
其他好文 时间:
2018-08-26 16:52:20
阅读次数:
163
Bag of mice The dragon and the princess are arguing about what to do on the New Year's Eve. The dragon suggests flying to the mountains to watch fairi ...
分类:
其他好文 时间:
2018-08-26 10:28:09
阅读次数:
138
FBV即以函数的形式实现视图函数,CBV即以类的形式实现视图函数;相比而言,CBV根据请求方式书写各自的代码逻辑,结构清晰明了,但是由于多了一层反射机制,性能要差一些;FBV执行效率要高一些,但是代码逻辑看起来要混乱一些。 一、CBV源码实现 django支持以类的形式写视图函数,它需要继承自dja ...
分类:
编程语言 时间:
2018-08-25 14:25:49
阅读次数:
265
about中的json: weekly中的json: 其实,可以删除about和weekly中json中方框标记的东西,可以把他写在app.js中设置全局的样式: ...
分类:
微信 时间:
2018-08-24 22:56:47
阅读次数:
330
使用LR录制附件上传后,点击回放,发现报错:没有找到上传的文件 Could not obtain information about submitted file "C:\Users\Administrator\AppData\Local\Temp\noname7\rubikWeb.css": _s ...
分类:
Web程序 时间:
2018-08-23 15:32:37
阅读次数:
388
选自 https://members.iqmatrix.co/creative-mind-maps I personally use Mindjet MindManager. This is one of the leading mind mapping software applications, ...
分类:
移动开发 时间:
2018-08-23 02:23:33
阅读次数:
323
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>about_jsonp2 xyz</title> </head> <body> <button id="b1">点我</button> <button id=" ...
分类:
编程语言 时间:
2018-08-22 20:46:18
阅读次数:
311
UMTSkeeper: keep your UMTS/GPRS/GSM connection alive automaticallyby Elias from MintakaThis page is about UMTSkeeper version 2 (Python version). If yo... ...
分类:
其他好文 时间:
2018-08-22 16:50:38
阅读次数:
243
You’re a professional mechanic, an enthusiast or and mechanic shop owner? Then you are here on the right page with the in-depth review about Autel Max ...
分类:
其他好文 时间:
2018-08-22 15:04:40
阅读次数:
227