Is it bad to rely on foreign key cascading? I'll preface前言 this by saying that I rarely delete rows period. Generally most data you want to keep. You ...
分类:
其他好文 时间:
2019-03-14 13:25:24
阅读次数:
137
「WC2016」论战捆竹竿 前置知识 参考资料:《论战捆竹竿解题报告—王鉴浩》,《字符串算法选讲—金策》。 Border&Period 若前缀 $pre(s,x)?$ 与后缀 $suf(s,n x 1)?$ 相等,则 $pre(s, x)?$ 是 $s?$ 的一个 $\text{Border}?$。 ...
分类:
其他好文 时间:
2019-03-03 20:32:43
阅读次数:
259
题面 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 using namespace std; 5 const int N=550,M=1e6+60,mod=1e9+7; 6 int fac[M],inv[M],fth[N ...
分类:
其他好文 时间:
2019-02-26 21:04:48
阅读次数:
205
Problem Description For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to ...
分类:
其他好文 时间:
2019-02-23 17:12:39
阅读次数:
135
1、pycharm下载与安装 官网下载链接:http://www.jetbrains.com/pycharm/download/#section=windows 下载完成后点击安装。 2、下载crack激活包,通过截获截止时间骗过PyCharm——链接:http://idea.lanyus.com/ ...
分类:
其他好文 时间:
2019-02-22 12:41:03
阅读次数:
6461
1、jmeter安装配置(百度,这里就不赘述了) 2、添加线程组 测试计划-->添加-->Threads-->线程组 3、线程组配置 线程数:用户数或者并发数,设置为100则有100的并发量 Ramp-Up Period(in seconds):准备时长,以一秒为单位,设置多长就是需要多久的时间全部 ...
分类:
Web程序 时间:
2019-02-21 18:46:41
阅读次数:
205
df 显示磁盘分区上可以使用的磁盘空间a:显示全部的档案系统和各分割区的磁盘使用情形 i:显示i -nodes的使用量 k:大小用k来表示 (默认值) t:显示某一个档案系统的所有分割区磁盘使用量 x:显示不是某一个档案系统的所有分割区磁盘使用量 T:显示每个分割区所属的档案系统名称 常用命令:df ...
分类:
系统相关 时间:
2019-02-18 21:40:05
阅读次数:
273
增加maven配置 logback.xml ...
分类:
其他好文 时间:
2019-02-17 00:43:27
阅读次数:
136
一,日期区间查询,表里有一个时间字段 最常见的就是某时间段查询,比如xxxx时间 xxxx时间有多少条数据。例如数据库里的字段是 income_period, 该字段类型可以是字符串(varchar),可以是时间类型(datetime,date),mysql都支持区间查询 下面就以字符串类型为例 对 ...
分类:
数据库 时间:
2019-02-15 15:36:44
阅读次数:
376
1、错误描述 2014-7-12 21:06:05 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager 信息: Initializing c3p0 pool... com.mchange.v2.c3p0.Combo ...
分类:
数据库 时间:
2019-02-12 21:39:26
阅读次数:
228