链接: https://codeforces.com/contest/1216/problem/D 题意: There were n types of swords in the theater basement which had been used during the plays. Moreo ...
分类:
其他好文 时间:
2019-10-04 20:55:03
阅读次数:
82
近期在学springboot,学的时候遇到这个错,网上查了好多,改了不行,后来发现自己的配置类没有加@SpringBootApplication注解 Exception encountered during context initialization - cancelling refresh at ...
分类:
移动开发 时间:
2019-10-03 23:55:47
阅读次数:
213
-lm -O2 -std=c++11 Morning Before T1 仿佛是二分答案? 或者$dp$ T2 不清楚。 T3 矩形? During T1 二分答案,贪心判断? 一定是单调的因为所有的数值都是一次函数? 如果比最大值的话仿佛就出锅了…… 考虑三分(现场$YY$) 打表……大型$ged ...
分类:
其他好文 时间:
2019-10-03 10:37:19
阅读次数:
94
一、自动属性初始化(Auto-property initializers)public class Account{ public string Name { get; set; } = "summit"; public int Age { get; private set; } = 22; pub... ...
因为电脑重装的原因,我打开eclipse打算启动tomcat的时候启动失败了 Server Tomcat v7.0 Server at localhost failed to start. 严重: A child container failed during start java.util.con ...
分类:
系统相关 时间:
2019-09-25 19:57:32
阅读次数:
248
服务器上的nginx使用logrotate来分割日志,设置为每天分割。但是logrotate似乎没有工作,日志并没有分割。服务器是CentOS 6。为了找到原因,分析可能出错的地方。如果是logrotate未执行,可能是crond没有启动,因为logrotate被/etc/cron.daily/lo... ...
分类:
其他好文 时间:
2019-09-25 15:30:32
阅读次数:
110
Before T1 像是一个$LCS(tring)$题 $N^2$ 可承受 T2 矩阵?$1500$…… T3 真·难 像是个数学+图论…… 也许暴力建边是可行的…… During T1 $30$ 分 是白送的 $k=0$ 修改一次长度至少$+1$ 如果可以贪心……尽量找两个可以拼在一起的…… 试试 ...
分类:
其他好文 时间:
2019-09-22 13:09:56
阅读次数:
86
Before 哦…… -O2 T1 序列问题:分块(莫队),树状数组,线段树,分治 离线 or 在线 $1e5 \Rightarraw N \log N \text{or} N \sqrt{N}$ T2 像是平面几何……先看看 T3 毒瘤……也许可以模拟一下 (或者反向思考) During T1 I ...
分类:
其他好文 时间:
2019-09-22 12:33:14
阅读次数:
117
Description There were n types of swords in the theater basement which had been used during the plays. Moreover there were exactly x swords of each ty ...
分类:
其他好文 时间:
2019-09-22 01:45:09
阅读次数:
102
文献名:Proteomics Analysis of Extracellular Matrix Remodeling During Zebrafish Heart Regeneration(斑马鱼心脏再生过程中胞外基质重塑的蛋白质组学分析) 期刊名:MCP 发表时间:(2019年9月) IF:4.8 ...
分类:
其他好文 时间:
2019-09-20 11:42:07
阅读次数:
69