HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证。 本章全面介绍这些新的输入类型: color date datetime datetime-local email month number range search tel time url week 注意:并不是所有的主 ...
分类:
Web程序 时间:
2020-05-15 15:25:56
阅读次数:
64
问题: zabbix server web 端显示Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because of access permission. agen ...
分类:
数据库 时间:
2020-05-14 13:35:00
阅读次数:
155
我的是spring boot项目,不需要web.xml文件 把pom文件failOnMissingWebXml参数改为false即可 <properties> <failOnMissingWebXml>false</failOnMissingWebXml> </properties> ...
分类:
Web程序 时间:
2020-05-14 11:36:33
阅读次数:
69
给定一个数组,包含0,1,2…….n 的 n个数,输出缺失的那一个。Input: [9,6,4,2,3,5,7,0,1]Output: 8 思路:因为 0 ~ n 共有 n+1个数,而给定的数组中只有 n 个数,n 取决于数组的长度;所以,不管如何,都缺失一个数,偏一点的例子,如: [0,1],则缺 ...
分类:
其他好文 时间:
2020-05-13 23:32:09
阅读次数:
71
1 //dp[i][j] = x表示,戳破气球i和气球j之间(开区间,不包括i和j)的所有气球,可以获得的最高分数为x 2 //根据刚才对dp数组的定义,如果最后一个戳破气球k,dp[i][j]的值应该为: 3 // dp[i][j] = dp[i][k] + dp[k][j] 4 // + poi ...
分类:
其他好文 时间:
2020-05-13 12:07:31
阅读次数:
55
Week 2 3.5.2020 Overview This week, we have mainly learned two parts: 1. How to match the same feature points in two images from different viewpoints. ...
分类:
其他好文 时间:
2020-05-12 00:03:20
阅读次数:
112
Xor Sum AtCoder 2272 Time limit : 2sec / Memory limit : 256MB Score : 600 points Problem Statement You are given a positive integer N. Find the number ...
分类:
其他好文 时间:
2020-05-11 19:09:03
阅读次数:
87
https://medium.com/@penolove15/%E5%BF%83%E5%BE%97-objects-as-points-e6f3cca92190 https://www.jianshu.com/p/d5d7cd7ad200 https://zhuanlan.zhihu.com/p/7 ...
分类:
Web程序 时间:
2020-05-10 12:34:14
阅读次数:
185
MySQL SQL trace 从 MySQL 5.6 开始,可以使用 trace 查看优化器如何选择执行计划,通过SQL trace来跟踪sql语句的执行过程。通过trace文件能够进一步了解为什么优化器选择A计划, 而不是选择B计划。 打开trace,并设置格式为json SET optimiz ...
分类:
数据库 时间:
2020-05-09 16:59:25
阅读次数:
80
Wine5.6作为最新的双周开发快照之后,AlistairLeslie-Hughes宣布了Wine-Staging5.6作为Wine的实验性版本,并在此基础上添加了850多个额外的补丁。在过去的两周中,Wine-Staging5.6在新代码方面的介绍不多,但是有两个值得注意的变化,其余的是对现有补丁程序的更新/重新设定。Wine-Staging5.6修补游戏补丁Wine-Staging5.6修补游