B - Reversi 题目链接:https://atcoder.jp/contests/agc031/tasks/agc031_b 题意: 给出n个数,然后现在你可以对一段区间修改成相同的值,前提是左右端点的值相同。问最后这n个数有多少种不同的值。 题解: 设dp[i]表示只考虑1~i这段,有多少 ...
分类:
其他好文 时间:
2019-03-21 21:49:31
阅读次数:
178
接口测试Moco工具 1、使用Moco模拟,首先需要下载Moco 的jar 包,下载链接: http://central.maven.org/maven2/com/github/dreamhead/moco-runner/0.12.0/ 下载红色箭头的 jar 包 2、新建Moco文件夹,把下载后的 ...
分类:
其他好文 时间:
2019-03-19 01:23:41
阅读次数:
192
#include<bits/stdc++.h>using namespace std;int a[200007];int b[200007];long long dp[200007];long long sum[200007];const long long mod =1e9+7;int main( ...
分类:
其他好文 时间:
2019-03-17 20:05:09
阅读次数:
171
| | Front | Near front | Central | Near back | Back | | |: :|: :|: :|: :|: :| | Close | i y | | ? ? | | ? u | | Near close | | ? ? | ?? ?? | ? | | | C ...
分类:
其他好文 时间:
2019-03-14 15:19:32
阅读次数:
139
一,工具说明 Eclipse版本:“Eclipse Jee 2018-12”,(因为我用的是最新的eclipse,该版本已经集成了maven,所以我直接使用即可。如果你的没有Maven的话就需要安装Maven了,百度一下即可) 二,配置文件说明 pox.xml:maven依赖配置文件。 dispat ...
分类:
系统相关 时间:
2019-03-08 17:11:39
阅读次数:
847
"知乎原链" 相关问题: "哪些Java库有中文命名的API?" 且记下随想. 之前没有发布过, 看了SO上的推荐: "Publish a library to maven repositories" 决定在sonatype发布. sonatype发布开源软件库的 "步骤" 写的蛮详细, 不过一些细 ...
分类:
编程语言 时间:
2019-03-04 10:03:51
阅读次数:
217
Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves ...
分类:
其他好文 时间:
2019-02-28 15:23:41
阅读次数:
120
Parent Child Grand Child Child ... ...
分类:
其他好文 时间:
2019-02-23 10:49:42
阅读次数:
192
1、什么是CAS 全称Central Authentication Service,是Yale大学发起的一个企业级的、开源的项目,旨在为Web应用系统提供一个可靠的单点登录解决方案。 2、主要特点 1、开源、支持多种协议 2、使用票据(Ticket)来实现登录认证 3、支持授权:可以决定哪些Web应 ...
分类:
其他好文 时间:
2019-02-21 21:47:46
阅读次数:
199
一、CAS是Central Authentication Service的缩写,中央认证服务,一种独立开放指令协议。CAS 是 Yale 大学发起的一个开源项目,旨在为 Web 应用系统提供一种可靠的单点登录方法,CAS 在 2004 年 12 月正式成为 JA-SIG 的一个项目。 二、cas中央 ...
分类:
其他好文 时间:
2019-02-21 10:57:00
阅读次数:
395