1:安装Mysql驱动程序 pip install pymysql<wiz_code_mirror> 1 1 pip install pymysql 1 1 pip install pymysql 1 1 pip install pymysql 1 1 pip install pymysql 1 1 ...
分类:
数据库 时间:
2019-01-03 21:33:52
阅读次数:
200
~~1A真舒服。~~ 喜闻乐见的树链剖分+SA。 一个初步的想法就是用树链剖分,把两个字符串求出然后hash+二分lcp。。。不存在的。 我们用树链剖分拼出两个字符串(用树剖拼出的这两个字符串,一定是DFS序上一个一个区间拼在一起的,我们记录这些区间的左右端点。)因为考虑到这个字符串是有序的,我们需 ...
分类:
其他好文 时间:
2019-01-02 23:25:51
阅读次数:
336
Netty源码分析七章: 编码器和写数据 第三节: 写buffer队列 之前的小结我们介绍过, writeAndFlush方法其实最终会调用write和flush方法 write方法最终会传递到head节点, 调用HeadContext的write方法: 这里通过unsafe对象的write方法, ...
分类:
Web程序 时间:
2019-01-02 14:58:53
阅读次数:
214
package com.example.tests;import java.util.regex.Pattern;import java.util.concurrent.TimeUnit;import org.testng.annotations.*;import static org.testng ...
分类:
其他好文 时间:
2019-01-02 10:38:53
阅读次数:
182
1. so引导的倒装句: She is a bit nervous, so am I. 她有点紧张,我也是。 So could a misunderstanding by either side of the other’s military movements. [经济学人] ...
分类:
其他好文 时间:
2019-01-01 23:59:49
阅读次数:
245
You are playing a simplified Pacman game. You start at the point (0, 0), and your destination is(target[0], target[1]). There are several ghosts on th ...
分类:
其他好文 时间:
2019-01-01 17:29:48
阅读次数:
114
一.Proxy的介绍 Burp Proxy是Burp 用户驱动的工作流程的核心,它允许您拦截,查看和修改在浏览器和目标Web服务器之间传递的所有请求和响应 代理模块作为Burp Suite的核心功能,拦截HTTP/S的代理服务器,作为一个在浏览器和目标应用程序之间的中间人,允许拦截,查看,修改在两个 ...
分类:
其他好文 时间:
2019-01-01 16:07:09
阅读次数:
457
On a 2 dimensional grid with R rows and C columns, we start at (r0, c0) facing east. Here, the north-west corner of the grid is at the first row and c ...
分类:
其他好文 时间:
2018-12-30 23:18:23
阅读次数:
284
傅立叶的贡献使得我们对于多项式乘法有了快速计算的方法,而牛顿的贡献又使得多项式的运算进行了巨大的飞跃:我们能实现多项式的指数函数对数函数任意幂函数甚至是三角函数的计算!至此,多项式的算法就应该会告一段落,从入门的 FFT 到进阶的多项式除法再到现在的这些种种,感觉非常感慨:我们所建出的,关于多项式的... ...
分类:
编程语言 时间:
2018-12-30 20:38:28
阅读次数:
428