java8新出的YearMonth可以方便的用来表示某个月。我的项目中使用springmvc来接收YearMonth类型的数据时发现 x-www-from-urlencoded 格式的数据可以使用"2018-12"的类型接收,但是在post请求中 接收application/json的数据时出现以下 ...
分类:
编程语言 时间:
2020-02-18 13:23:03
阅读次数:
83
原因是mybatis的mapper.xml文件没有在输出资源中 ...
分类:
Web程序 时间:
2020-02-17 18:01:41
阅读次数:
91
*************************** APPLICATION FAILED TO START *************************** Description: A component required a bean named 'cacheManager' that ...
分类:
系统相关 时间:
2020-02-16 23:24:51
阅读次数:
271
2020 CDUT寒假集训第一场 [TOC] "A Vasya and Golden Ticket" Recently Vasya found a golden ticket — a sequence which consists of n digits a 1 a 2… a n . Vasya c ...
分类:
其他好文 时间:
2020-02-16 01:54:04
阅读次数:
123
pip3版本已经是最新,安装openxl失败,提示 Could not find a version that satisfies the requirement openxl,No matching distribution found for openxl 用以下问答中的第3个答案解决,其他两种 ...
分类:
其他好文 时间:
2020-02-15 23:44:22
阅读次数:
309
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/G:/repo/repo-mvn-qingmu/ch/qos/logback/logback-classic/1.2.3/lo ...
分类:
其他好文 时间:
2020-02-15 18:53:08
阅读次数:
112
首先检查自己是否 使用的是root用户在centos系统中,如果/sbin目录下没有service这个命令,就会出现bash: service: command not found解决步骤如下: 1、 输入yum list | grep initscripts会出现:initscripts.x86_... ...
分类:
其他好文 时间:
2020-02-15 00:14:35
阅读次数:
386
1 type Exception report message org.apache.struts.chain.commands.InvalidPathException: No action config found for the specified url. description The s ...
分类:
Web程序 时间:
2020-02-14 22:15:43
阅读次数:
113
pods " xxxx" not found错误 待办https://linuxacademy.com/community/show/29447-pod-is-not-found-eventhough-pod-status-is-up-and-running-why/指定命名空间的方式 ...
分类:
其他好文 时间:
2020-02-14 14:44:32
阅读次数:
70
var http = require('http'); var fs = require('fs'); var path = require('path'); var server = http.createServer((req, res) => { console.log("req.url: " ...
分类:
Web程序 时间:
2020-02-13 21:04:53
阅读次数:
93