报错信息: An Errors/BindingResult argument is expected to be declared immediately after the model attribute, the @RequestBody or the @RequestPart argument ...
分类:
移动开发 时间:
2020-01-08 23:14:07
阅读次数:
240
有没有发现我们即使做了登陆框login界面,但别人还是可以通过知道URL就可以访问站点! 这是因为缺少cookie def set_cookie(self, key, value='', max_age=None, expires=None, path='/', domain=None, secur ...
分类:
其他好文 时间:
2020-01-08 21:01:35
阅读次数:
97
myeclipse没有提示的问题 1.检查MyEclipse-Keys 2.检查Java-Editor-Advanced 项目导入后报错 将Java-Buildng-incomplete error->warning /S system 指定要连接到的远程系统。 /U [domain\]user 指 ...
分类:
系统相关 时间:
2020-01-08 14:52:48
阅读次数:
125
8.2 工厂方法模式的定义工厂方法模式使用的频率非常高, 在我们日常的开发中总能见到它的身影。 其定义为:Define an interface for creating an object,but let subclasses decide which class toinstantiate.Fa ...
分类:
其他好文 时间:
2020-01-08 10:41:59
阅读次数:
80
简单明了的干活: 二级域名,設成 nat123.net 即可 ...
分类:
微信 时间:
2020-01-08 10:17:47
阅读次数:
87
一、跨域安全限制(同源策略) 同源:协议+主机+端口相同 同源策略阻止从一个源加载的文档或脚本获取或设置从另一个源加载的文档的属性。 这种限制可以防止某些恶意攻击,但也会带来诸多不便。 解决方法: 1、document.domain + iframe (子域名代理) 1.1 知识点 (1)某一页面的 ...
分类:
Web程序 时间:
2020-01-07 18:17:12
阅读次数:
103
发现测试服务器一台muc启动失败,另一台是好的,本地也没问题,报错信息如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mucAccountLoginControll ...
分类:
其他好文 时间:
2020-01-06 22:34:34
阅读次数:
650
1、引入jar包 2、将 log4j.properties copy到src --main --resources下 3、创建实体类 4、创建操作接口类 package com.fpf.dao;import com.fpf.domain.User;import java.util.List;publ ...
分类:
其他好文 时间:
2020-01-06 12:59:22
阅读次数:
67
K8s在helm初始化的报错,我的k8s为1.16.1,用的helm是2.13.1 [root@k8s-master ~]# helm init --service-account tiller --skip-refresh Creating /root/.helm Creating /root/. ...
分类:
其他好文 时间:
2020-01-06 00:05:47
阅读次数:
382
由于登录反爬措施的越来越麻烦,甚至出现了12306这种看图识物的无敌验证码,我只能说,我选择死亡。这就衍生出了使用selenium来获取获取cookies。 因为经常会出现验证码,导致我们ui自动化测试工作无法更好开展,那么如何处理这种验证码呢? 像这种滑块和手机验证码的情况下,无法通过正常办法是没 ...
分类:
其他好文 时间:
2020-01-05 19:05:02
阅读次数:
115