今天排查项目问题,发现这样一个异常: org.springframework.orm.ObjectOptimisticLockingFailureException: Object of class [...] with identifier [9941E59B5B1D48248AB8B58EDF2 ...
分类:
Web程序 时间:
2020-02-27 13:19:56
阅读次数:
77
题目:https://vjudge.net/problem/CodeForces-1288B 题意:给出A、B,求出a、b的对数满足1<=a<=A、1<=b<=B且 a * b + a + b = conc(a,b),其中conc(a,b)等于a和b的数字合并得到的数,例如a=12,b=10,则co ...
分类:
其他好文 时间:
2020-02-24 18:44:11
阅读次数:
72
Generative Adversarial Networks Throughout most of this book, we have talked about how to make predictions. In some form or another, we used deep neur ...
分类:
其他好文 时间:
2020-02-23 23:59:04
阅读次数:
93
1.403返回页面 #user nobody; worker_processes 4; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/ngi ...
分类:
其他好文 时间:
2020-02-23 18:03:52
阅读次数:
154
Waiting for another flutter command to release the startup lock… 异常解决 平时我们在开发flutter过程中,在执行flutter packages get 命令 或者 flutter packages upgrade之后, 经常遇到 ...
分类:
其他好文 时间:
2020-02-22 14:15:17
阅读次数:
69
Description "题库链接" 给定一个序列 $a$,要把它分成 $k$ 个子段。每个子段的费用是其中相同元素的对数。求所有子段的费用之和的最小值。 $2 \leq n \leq 10^5,2 \leq k \leq \min(n,20),1 \leq a_i \leq n$ Solution ...
分类:
其他好文 时间:
2020-02-21 18:11:35
阅读次数:
72
Waiting for another flutter command to release the startup lock… 异常解决平时我们在开发flutter过程中,在执行flutter packages get命令之后,如果运气不好的,命令没有执行成功的话,我们就会遇到这个错误提示: Wa ...
分类:
其他好文 时间:
2020-02-18 16:39:16
阅读次数:
93
先上结论: gitee的lfs功能收费,直接从github迁移包含lfs管理的文件会出错 Q: 为什么要迁库呢? A: github访问太慢了,不然我也不想费这个功夫! gitee自带的有从github同步仓库的功能,一般来说该功能非常方便。 然而,我们的 github库使用了lfs ,这就是踩坑的 ...
分类:
其他好文 时间:
2020-02-18 13:06:14
阅读次数:
280
接收不定长参数 接受不定长键值对 first normal arg: yasoob another arg through argv: python another arg through argv: eggs another arg through argv: test arg3 == 3 arg ...
分类:
编程语言 时间:
2020-02-18 12:59:04
阅读次数:
77
常用JAVA API :String 、StringBuilder、StringBuffer的常用方法和区别 ...
分类:
编程语言 时间:
2020-02-18 11:29:25
阅读次数:
74