springboot项目下的一些统一操作。 idea需要实现安装lombok插件 依赖: 依赖少了的,漏了的自己引。 <!--切面--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot- ...
分类:
编程语言 时间:
2020-01-29 17:55:50
阅读次数:
111
使用matplotlib画图报错,情况如下 RuntimeWarning: Glyph 20998 missing from current font 查询后初步发现是matplotlib找不到字体,需要自行设置一下: ...
分类:
其他好文 时间:
2020-01-29 00:59:28
阅读次数:
1246
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2020-01-27 17:28:02
阅读次数:
71
"Link" 把红蓝分别看成$+1, 1$,然后给序列差个分,我们要做的就是给一个无向图中的边定向使得存在一条欧拉回路。因为度数可能是奇数所以补一些$0$边就行了。 ...
分类:
其他好文 时间:
2020-01-27 12:29:16
阅读次数:
82
前面一节咱们已经介绍了决策树的原理已经在sklearn中的应用。那么这里还有两个数据处理和sklearn应用中的小知识点咱们还没有讲,但是在实践中却会经常要用到的,那就是交叉验证cross_validation和Pipeline。cross_validation是保证了咱们的模型不受数据分布的影响, ...
分类:
其他好文 时间:
2020-01-26 22:21:38
阅读次数:
96
下面开始11-20关,之前不会的关卡可以参考我这几篇文章: sql-lib闯关秘籍之1-10关,sql-lib闯关秘籍之11-20关,sql-lib闯关秘籍之21-30关 不管是第几关,我们的最终目标是获得用户密码,从而获取最高权限! 以下的学习过程中如果遇到那里不会的或者不清楚的地方,欢迎大家留言 ...
分类:
数据库 时间:
2020-01-23 16:57:30
阅读次数:
106
今天创建一个maven项目 pom.xml出现如下错误: web.xml is missing and <failOnMissingWebXml> is set to true 这是因为你因为你WEB-INF下没有web.xml导致造成的 解决方案: 右击项目——>Java EE Tools——>G ...
分类:
Web程序 时间:
2020-01-21 15:54:35
阅读次数:
79
https://softwareengineering.stackexchange.com/questions/113256/what-is-the-difference-between-btree-and-rtree-indexing 52 BTree BTree (in fact B*Tree) ...
分类:
其他好文 时间:
2020-01-20 20:46:31
阅读次数:
76
原题链接在这里:https://leetcode.com/problems/k-closest-points-to-origin/ 题目: We have a list of points on the plane. Find the K closest points to the origin ( ...
分类:
其他好文 时间:
2020-01-20 09:25:46
阅读次数:
72
前言 移植代码到板子上出现小问题,其实非常简单,但是不一定能立即想到,故还是记录一下。好记性不如烂笔头~ 错误 Vxworks上的error 0x21c411c0 (iRtp_imx6): RTP 0x2117b0e0 has been deleted due to signal 6. OpenCV ...
分类:
其他好文 时间:
2020-01-19 19:18:24
阅读次数:
182