A Daily Topic # 6 星期几 已知 1 年 1 月 1 日是星期一。 现在给定一个日期,请你判断是星期几。 注意闰年的 2 月有 29 天。 满足下面条件之一的是闰年: 年份是 4 的整数倍,而且不是 100 的整数倍; 年份是 400 的整数倍。 输入格式 输入包含多组测试数据。 每 ...
分类:
其他好文 时间:
2021-05-24 12:30:04
阅读次数:
0
一、环境搭建 下载源码 http://archive.apache.org/dist/lucene/solr/8.8.1/ 下载完后解压进入bin目录并开cmd窗口 执行 solr start -p 3333 然后浏览器访问ip:3333 二、按如下步骤创建core 过程中没有出现报错 这一步如果出 ...
分类:
Web程序 时间:
2021-05-24 07:52:16
阅读次数:
0
错误如下: mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:
其他好文 时间:
2021-05-24 06:40:25
阅读次数:
0
selenium.common.exceptions.WebDriverException: Message: 'Driver' executable may have wrong permissions. 出现原因: driver = webdriver.Chrome(executable_pat ...
分类:
其他好文 时间:
2021-04-30 12:04:12
阅读次数:
0
一、问题报错 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint xxxx and the end yyyy. 因MySQL上存储的应用数据并没有多大,mysql下多张 ...
分类:
数据库 时间:
2021-04-22 15:22:00
阅读次数:
0
Description: There are a total of n courses you have to take labelled from 0 to n - 1. Some courses may have prerequisites, for example, if prerequisi ...
分类:
其他好文 时间:
2021-04-21 12:51:08
阅读次数:
0
npm ERR! missing script dev问题 在当前项目中无法找到package.json文件中的配置 将cmd命令界面切到package.json文件目录 输入: cnpm run serve #版本不同serve命令不同可查看package.json文件配置 ...
分类:
其他好文 时间:
2021-04-20 15:28:14
阅读次数:
0
报错代码: error Missing space before function parentheses space-before-function-paren 报错信息: 解决: 在 .eslintrc.js 文件下的 rules 中添加以下代码即可解决: 'space-before-funct ...
分类:
其他好文 时间:
2021-04-20 14:09:09
阅读次数:
0
解决办法:apt-get update或者apt-get cleanapt-get update 或者 apt-get update --fix-missing问题解析1 source本身的问题 根据提示,我们首先应当 apt-get update 一下source,如果在apt-get updat ...
分类:
其他好文 时间:
2021-04-19 15:46:10
阅读次数:
0
根据前文(https://www.cnblogs.com/devilmaycry812839668/p/14665072.html)我们知道: 首先是v0和v4的区别:带有v0的env表示会有25%的概率执行上一个action,而v4表示只执行agent给出的action,不会重复之前的action ...
分类:
其他好文 时间:
2021-04-16 12:22:07
阅读次数:
0