#im

org.springframework.cache.interceptor.SimpleKey cannot be cast to java.lang.String

springboot整合redis时,使用@Cacheable注解,如果方法的key参数为空,就会报org.springframework.cache.interceptor.SimpleKeycannotbecasttojava.lang.String的错误。♛1错误信息org.springframework.cac...

SpringBoot入门教程(十八)@value、@Import、@ImportResource、@PropertySource

SpringBoot提倡基于Java的配置。这两篇博文主要介绍springboot一些常用的注解介绍通过@Value可以将外部的值动态注入到Bean中。添加application.properties的属性,方便后面演示。domain.name=cnblogs@Value("字符串1")privateStringtes...

angularjs之$timeout指令

angular.js的$timeout指令对window.setTimeout做了一个封装,它的返回值是一个promise对象.当定义的时间到了以后,这个promise对象就会被resolve,回调函数就会被执行.如果需要取消一个timeout,调用$timeout.cancel(promise)方法.用法:$time...
代码星球 代码星球·2020-04-04

发送邮件报错javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed

关于使用javaMail发送邮件报错:javax.activation.UnsupportedDataTypeException:noobjectDCHforMIMEtypemultipart/mixed;从报错的表面意思来看:是不支持数据类型:没有复合邮件对象的专用信息渠道(MIMEtypemultipart/mix...

Status bar could not find cached time string image. Rendering in-process?

(1)在 Info.plist 中添加如下配置  12>UIViewControllerBasedStatusBarAppearance</<...
代码星球 代码星球·2020-04-04

java中四舍五入——double转BigDecimal的精度损失问题

代码:doubled=-123456789012345.3426;//5898895455898954895989;NumberFormatnf=newDecimalFormat("#0.###");nf.setMinimumFractionDigits(3);//小数点后不足的补零:小数点之后最多3位数字String...

Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out

问题:java连接不上redis。异常信息:Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect time...

MySQL wait_timeout参数设置与网上常见错误小纠

 discardconnectioncom.mysql.jdbc.exceptions.jdbc4.CommunicationsException:CommunicationslinkfailureThelastpacketsuccessfullyreceivedfromtheserverwas1,210,8...

nginx禁止对写操作timeout时retry

1)nginx禁止对写操作timeout时retry以前遇到的一个case,业务那边说一笔请求从nginx端发送给后端tomcat了2次(落在两个不同的tomcat节点上)。后来发现是nginx发给后端节点timeout,然后做了重试,发给了另一个节点。默认情况下nginx对后端error和timeout都会做retr...

现在的Unix时间戳(Unix timestamp)

如何在不同编程语言中获取现在的Unix时间戳(Unixtimestamp)?JavatimeJavaScriptMath.round(newDate().getTime()/1000)getTime()返回数值的单位是毫秒Microsoft.NET/C#epoch=(DateTime.Now.ToUniversalTi...
代码星球 代码星球·2020-04-04

Web--CSS控制页面(link与import方式区别)

先了解:【1】       “Table”和“DIV”这两个网页元素诞生的目的不同,首先Table诞生的目的是为了存储数据,而DIV诞生的目的就是为了架设页面结构   &n...

Win10解决RuntimeBroker.exe后台运行CPU占比高的方法

 RuntimeBroker.exe是windows用来检测应用是否具备某项权限,并通知主机检测结果的进程。打开的应用多了,通知也就多了,必然导致CPU不堪重负。解决方法,从以下三个方面入手:1.关闭不必要的后台应用:设置-隐私-后台应用,把不常用的应用都关掉;2.关闭不必要的通知:设置-系统-通知和操作,把...

limits the number of elements in an IN predicate to 2100 entries.

org.hibernate.engine.jdbc.spi.SqlExceptionHelper131-[TxId:f68db5f5b-qmgnc^1561639897640^271530,SpanId:360544073895766848]Theincomingtabulardatastream(TDS)remote...

我的ImageIO.write ByteArrayOutputStream为什么这么慢?

File.createTempFile(prefix,suffix),创建一个临时文件,再使用完之后清理即可。但是遇到如下两个坑:Stringprefix="temp";Stringsuffix=".txt";FiletempFile=File.createTempFile(prefix,suffix);以上代码中,需...

1073: 动物简介(animal)

#include<iostream>#include<string>#include<stdio.h>#include<algorithm>#include<cstring>#include<cstdio>#include<math.h>...
代码星球 代码星球·2020-04-04
首页上一页...193194195196197...下一页尾页