电脑 软件开启:Initialization failure:0x0000000C ...
分类:
其他好文 时间:
2019-09-22 12:43:49
阅读次数:
67
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
今天mvn clean package一个子工程(renren-admin)时报错: Failed to execute goal on project renren-admin: Could not resolve dependencies for project io.renren:renren ...
分类:
Web程序 时间:
2019-09-21 22:57:31
阅读次数:
400
alter日志报错:WedApr0914:17:352014WARNING:ASMcommunicationerror:op0state0x0(15055)ERROR:directconnectionfailurewithASMWedApr0914:22:352014WARNING:ASMcommunicationerror:op0state0x0(15055)ERROR:directconnec
分类:
其他好文 时间:
2019-09-21 19:33:23
阅读次数:
111
Pytest安装,导入相关依赖哭 Pip3 install –U pytest U表示升级 Pip3 install pytestsugar pip3 install pytest-rerunfailures Pip3 install pytest-xdist Pip3 install pytest ...
分类:
其他好文 时间:
2019-09-21 15:22:26
阅读次数:
81
golang 中国gocn golang Applicable to all database connection pools xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便--文档 Lightweight and fast SQL builder for Go and ...
分类:
Web程序 时间:
2019-09-21 11:00:05
阅读次数:
542
文献名:Proteomics Analysis of Extracellular Matrix Remodeling During Zebrafish Heart Regeneration(斑马鱼心脏再生过程中胞外基质重塑的蛋白质组学分析) 期刊名:MCP 发表时间:(2019年9月) IF:4.8 ...
分类:
其他好文 时间:
2019-09-20 11:42:07
阅读次数:
69
最近在看XXLJOB,因为截至到发文时间最新的版本是2.1.0而且需要建立的数据库与Quartz解耦了,所以就用了最新的版本。 首先说一下踩坑过程: 代码开发完成之后,在定时跑的时候第一次跑的多数失败,报的错是:Communications link failure 上网搜了一下说是MySQL数据库 ...
分类:
其他好文 时间:
2019-09-19 17:56:09
阅读次数:
128
这是一套题=。= ABC D1DEF D2 过程-Process Before T1 像DP 迷茫…… T2 像二/三分 T3 不知道惹 可以DP($30\%$) During T1 先打个暴力$N^2$ 想到可以维护质因子前缀和。 分块可以么……(如果能保证$N \sqrt{N}$是很优秀的算法了 ...
分类:
其他好文 时间:
2019-09-17 17:16:50
阅读次数:
110