异常: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on ...
分类:
编程语言 时间:
2021-03-02 12:28:35
阅读次数:
0
之前用的 <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> </dependency> 更改后的版本 <dependency> <gr ...
分类:
编程语言 时间:
2021-02-19 13:54:21
阅读次数:
0
restic -o s3.bucket-lookup=dns -o s3.region=oss-cn-beijing -r s3:https://xxx(bucket_name).oss-cn-beijing.aliyuncs.com init 需要修改代码, Go语言不太熟悉, 改的合不合理不太清 ...
分类:
其他好文 时间:
2021-01-19 11:54:37
阅读次数:
0
简介: 将原型bean注入到单例bean,会破坏原型bean的生命周期,使其的生命周期变成与单例bean相同。 好了,废话不多少,直接上栗子,边吃边说。 情况模拟: 1、单例bean @Component public class SingletonBean { @Autowired private ...
分类:
其他好文 时间:
2021-01-06 12:06:30
阅读次数:
0
第一步:建立用户和该用户所使用的目录 useradd -d /home/mmc/www_WebServer/ftp/dengs -g ftpusers -s /sbin/nologin dengs passwd dengs mkdir dengs chown dengs dengs chmod -r ...
分类:
其他好文 时间:
2020-12-28 11:04:37
阅读次数:
0
java发送html模板的高逼格邮件最近做了一个监测k8s服务pod水平伸缩发送邮件的功能(当pod的cpu/内存达到指定阈值后会水平扩展出多个pod、或者指定时间内pod数应扩展到指定数量),一开始写了个格式很low的邮件,像下面这样:简单邮件主流程打通,算个v1版本吧,程序员是个追求完美的人,再说这么低逼格的邮件,给客户看,客户也会不满意。那怎么提高邮件的逼格呢?下面写了个简单的demo,v2
分类:
编程语言 时间:
2020-12-14 13:57:56
阅读次数:
15
记录 ###I 通过:1, 错误:206(递归返回条件和边界条件), 1.两数之和-简单 class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]: lookup = {} for i in range(l ...
分类:
其他好文 时间:
2020-12-14 12:59:21
阅读次数:
3
Docker Pull镜像时报如下错误信息 ERROR: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.3.1:53: no such host 其中 no such ho ...
分类:
其他好文 时间:
2020-12-10 11:23:30
阅读次数:
4
//https://www.researchgate.net/publication/277940984_High-speed_Curve25519_on_8-bit_16-bit_and_32-bit_microcontrollers Synthetically, the advantages o ...
分类:
其他好文 时间:
2020-12-01 12:07:02
阅读次数:
4
一、导入jar包: 并导入数据库连接jar包: 下载 pool.jar一定要下载1.x版本,亲测2.xxx版本会出现报错:Failed to introspect bean class [org.apache.commons.dbcp.BasicDataSource] for lookup meth ...
分类:
编程语言 时间:
2020-11-20 11:53:08
阅读次数:
7