输出21世纪中截止某个年份以来的所有闰年年份。注意:闰年的判别条件是该年年份能被4整除但不能被100整除、或者能被400整除。 输入格式: 输入在一行中给出21世纪的某个截止年份。 输出格式: 逐行输出满足条件的所有闰年年份,即每个年份占一行。输入若非21世纪的年份则输出"Invalid year! ...
分类:
其他好文 时间:
2020-03-27 09:13:34
阅读次数:
547
在开发微信公众号 添加菜单时遇到问题 一直提示:{"errcode":40017,"errmsg":"invalid button type hint: [I8nq_a0783sha1]"} 原因是:各个Button类中,属性type没有对应getType()方法,导致在生成的json字符串中就没有 ...
分类:
其他好文 时间:
2020-03-25 01:10:21
阅读次数:
108
idea连接MySQL数据库报时区问题: Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually. 解决办法: 登录MySQL,设置时区: set global ...
分类:
数据库 时间:
2020-03-21 23:41:58
阅读次数:
370
SQLiteConnection con = new SQLiteConnection("Data Source=" + @"C:/sqlite/student.db;Version=3"); ...
分类:
数据库 时间:
2020-03-21 21:38:23
阅读次数:
144
以前这么配置: ... RewriteLog logs/gidapp.rewrite_log RewriteLogLevel 3 RewriteEngine On ... LogLevel warn ... 改为: ... RewriteEngine On ... LogLevel warn rew ...
分类:
Web程序 时间:
2020-03-21 09:31:52
阅读次数:
129
array(2) { ["errcode"] => int(40029) ["errmsg"] => string(47) "invalid code, hints: [ req_id: 3DJbojwgE-Wwo1 ]"} 用了一段时间用户发现报错然后 查看了一下代码错误代码: 1 $wx_pos ...
分类:
微信 时间:
2020-03-20 10:43:11
阅读次数:
159
SyntaxError: Invalid or unexpected token[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m[90m at Module._compile (internal/modules/cjs/ ...
分类:
其他好文 时间:
2020-03-18 11:38:18
阅读次数:
849
记录下最近遇到的一些记录的东西: 项目中引用消息中间件,pom文件中添加了依赖,并maven-update,maven-install等,项目启动之后,一直报下面的异常。 Could not index class org/apache/activemq/artemis/api/jms/Active ...
分类:
编程语言 时间:
2020-03-18 09:52:04
阅读次数:
63
下载地址 http://down.cnplugins.com/down/down.aspx?fn=1412/www.cnplugins.com_lhjgkmllcaadmopgmanpapmpjgmfcfig_0_9_0_.crx 下载出来是这个文件,如果安装往常的方法,打开一个新的谷歌浏览器窗口, ...
分类:
其他好文 时间:
2020-03-16 13:18:19
阅读次数:
59
常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html 问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。 我通过上面连 ...
分类:
其他好文 时间:
2020-03-15 13:26:13
阅读次数:
51