JDK8 的LocalDate 系列日期API ,比Date 或者 Calendar 都好用很多,但是在SpringMvc 自动装配会有点小问题 会导致抛出类似异常 default message [Failed to convert property value of type 'java.lang.String' to required type 'java.time.LocalDateTime' for property 'createDate'; nested exception is…
问题:新安装好MySQL 8.0和Navicat之后,连接时总是报: 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client 此时看到这篇博客然后试了其中的方法,但是总是报: ERROR 1396 (HY000): Operation ALTER USER failed for ‘root’@‘localhost’ 文章中也提到需要查看语句中…
CURL -F, --form <name=content> (HTTP) This lets curl emulate a filled-in form in which a user has pressed the submit button. This causes curl to POST data using the Content-Type multipart/form- data according to RFC 2388. This enables uploading of b…