// 去除首尾空白字符 ['email', 'trim'] 或 ['email', 'filter', 'filter' => 'trim'] // 验证字段必填 ['email', 'required', 'message' => 'email不能为空'] // 赋予默认值 ['age', 'de ...
分类:
其他好文 时间:
2020-02-08 12:10:12
阅读次数:
94
(1)在pom.xml中添加依赖 <!--spring-jdbc的依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </de ...
分类:
数据库 时间:
2020-02-08 11:50:29
阅读次数:
83
ylbtech-汉语-汉字:丏 详细字义 丏 miǎn [动] (象形。本义:遮蔽) 同本义;看不见 [cover;be unable to see] 丏,不见也。——《说文》 象人头上有物蔽之之形。——林义光《文源》 词性变化 丏 miǎn [名] 避箭的短墙 [short wall] 丏,避箭短 ...
分类:
其他好文 时间:
2020-02-08 00:47:07
阅读次数:
103
1.出现上述问题描述的原因有很多,我这里的具体原因描述是: org.apache.jasper.JasperException: Unable to compile class for JSP 2.在网上查找出现该异常的原因,发现是我的jdk和IDEA的tomcat插件不匹配,我用的是Goals: ...
分类:
Web程序 时间:
2020-02-08 00:42:57
阅读次数:
251
REMOTE FILE INCLUSION Similar to local file inclusion. But allows an attacker to read ANY file from ANY server. Execute PHP files from other servers o ...
分类:
Web程序 时间:
2020-02-07 22:45:28
阅读次数:
143
这几天公司需要部署SpringBootAdmin监控,用来时刻关注微服务的状态 按照官网的操作非常简单: 1. 添加依赖到pom.xml <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-serv ...
分类:
编程语言 时间:
2020-02-07 22:26:08
阅读次数:
214
错误再现 原因:firefox浏览器版本和浏览器驱动版本不匹配 解决办法:卸载高版本浏览器,安装低版本浏览器 ...
分类:
其他好文 时间:
2020-02-07 15:02:13
阅读次数:
71
错误1、Import fails with "Failed to execute 'ImportScripts' on 'WorkerGlobalScope'" 解决1、如果是在Degbug模式下,关闭turn off Debug JS Remotely。再重新运行即可。 错误2:rn报错 unha ...
分类:
其他好文 时间:
2020-02-07 11:16:25
阅读次数:
191
昨天某人使用SVN时,遇到这样的问题, Unable to connect to a repository at URL 'xxx'Error running context: An error occurred during authentication 解决办法: 0、如果你是win10系统,检 ...
分类:
Web程序 时间:
2020-02-07 10:47:49
阅读次数:
160
edusrc漏洞平台到了高级白帽,暂时就先不挖漏洞了,选择提高自己吧 一,ACL权限 1,ACL权限简介与开启 在普通权限中,用户对文件只有三种身份,就是属主、属组和其他人;每种用户身份拥有读(read)、写(write)和执行(execute)三种权限。但是在实际工作中,这三种身份实在是不够用,我 ...
分类:
系统相关 时间:
2020-02-07 01:17:06
阅读次数:
81