"Link" 假设现在枚举的列车是隔$d$站停一次车。 那么对于所有长度$\ge d$的区间,一定会在这个区间中停至少一次车。 对于所有长度$ include include const int N=300007,M=100007; int read(){int x=0,c=getchar();wh ...
分类:
其他好文 时间:
2020-01-14 20:48:37
阅读次数:
92
Suzanne Briet (1894–1989) is recognized for her pioneer role in laying the foundations of modern information science. In her manifesto titled Qu’est-c ...
分类:
其他好文 时间:
2020-01-13 14:25:37
阅读次数:
91
删除服务:sc delete mysql //这里的mysql是你要删除的服务名 参考:https://jingyan.baidu.com/article/5d368d1eaf46ea3f61c0576f.html ...
分类:
数据库 时间:
2020-01-13 12:59:59
阅读次数:
83
<?php //异常处理 //固定格式 try{ echo 1; throw new Exception("Error Processing Request", 1); echo 2; }catch(Exception $e){ echo $e; echo "<br>"; echo $e -> ge ...
分类:
其他好文 时间:
2020-01-12 15:02:08
阅读次数:
63
Spark的intersection intersection顾名思义,他是指交叉的。当两个RDD进行intersection后,将保留两者共有的。因此对于RDD1.intersection(RDD2) 和RDD2.intersection(RDD1) 。应该是一致的。 比如对于,List1 = { ...
分类:
其他好文 时间:
2020-01-12 09:36:42
阅读次数:
80
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>menu</title> </head> <body> <select id="province" onchange="func1()">Province</s ...
分类:
编程语言 时间:
2020-01-11 16:44:52
阅读次数:
98
1. clone配置文件到本地服务器 git clone https://github.com/BetterVoice/freeswitch-container.git 相关Dockerfile如下: # Jenkins. FROM ubuntu:16.04 MAINTAINER Thomas Qu ...
分类:
其他好文 时间:
2020-01-10 15:45:49
阅读次数:
417
https://juejin.im/post/5d80da83e51d45620c1c5471 https://github.com/Gamegos/cesi ...
分类:
其他好文 时间:
2020-01-10 00:54:02
阅读次数:
135
参考链接: https://www.cnblogs.com/jinbuqi/p/11021971.html https://blog.csdn.net/I_am_Hutengfei/article/details/100561564 ...
分类:
编程语言 时间:
2020-01-09 15:56:20
阅读次数:
191
本章用于练习go的模块管理 1.在gopath外新建目录smart4go2.进入目录,创建modgo mod init smart4go3.拉取依赖模块go get -u github.com/emicklei/go-restfulgo get -u github.com/go-sql-driver ...
分类:
数据库 时间:
2020-01-08 20:39:50
阅读次数:
135