转自:https://blog.csdn.net/weixin_43702329/article/details/84823912 标题sts插件下载好但是安装出错 我的eclipse是4.5.2,在官方网站https://spring.io/tools3/sts/legacy下载,压缩包的名字为: ...
分类:
编程语言 时间:
2019-02-18 01:16:23
阅读次数:
633
今天看到$sql = "SELECT * FROM admin WHERE pass = '".md5($password,true)."'";这样一个sql,其实可以注入。 思路比较明确,当md5后的hex转换成字符串后,如果包含'or'<trash>这样的字符串,那整个sql变成 SELECT ...
分类:
数据库 时间:
2019-02-18 01:10:33
阅读次数:
220
log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner). log4j:WARN Please initialize the ...
分类:
其他好文 时间:
2019-02-16 11:53:58
阅读次数:
186
'; print_r($row); $arr[]=$row; } var_dump($arr); mysqli_free_result($retval); mysqli_close($conn); /*3中解析方法 mysqli_fetch_array($retval)查询结果 Array ( [0... ...
分类:
数据库 时间:
2019-02-15 22:44:56
阅读次数:
222
Ubuntu在使用一些pip的时候会遇到:“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够:”的问题。 在正常的命令后面加一个 --user即可: 在使用pip的相关命令时,使用国内源的速度更快:如下是使用 ...
分类:
系统相关 时间:
2019-02-15 22:26:51
阅读次数:
7523
在ESXI的虚拟机上安装了CentOS6的系统,执行yumrepolist命令后报如下错误:Couldnotretrievemirrorlisthttp://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stockerrorwas14:PYCURLERROR7-"Failedtoconnect
分类:
其他好文 时间:
2019-02-15 17:38:21
阅读次数:
176
1、错误描述 ERROR:2015-05-01 23:43:04[localhost-startStop-1] - HHH000319: Could not get database metadata java.sql.SQLException: Access denied for user 'sa ...
分类:
数据库 时间:
2019-02-15 15:17:10
阅读次数:
138
1、错误描述 type Exception report message Could not execute JDBC batch update; nested exception is org.hibernate.exception.ConstraintViolationException: Co ...
分类:
Web程序 时间:
2019-02-15 13:20:21
阅读次数:
111
zabbix通过excel批量添加主机本次批量添加针对监控**网络设备**,监控介质通过snmp方式。不需要再一次一次添加每个网络设备。只需要编写excel表格,即可一键添加监控。安装excelpython模块xlrdyum-yinstallepel-releaseyum-yinstallpython-pippipinstall--upgradepippipinstallxlrd准备excel表格
分类:
其他好文 时间:
2019-02-15 09:14:25
阅读次数:
174
1、错误描述 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springf ...
分类:
数据库 时间:
2019-02-13 14:27:03
阅读次数:
177