然后就是今天学的新东西了,堆叠注入。 1';show databases; # 1';show tables; # 发现两个表1919810931114514、words 依次查询两张表的字段 1'; show columns from 表名; # 不过有点问题,只有words有回显。(翻博客发现数 ...
分类:
其他好文 时间:
2019-10-23 00:35:40
阅读次数:
248
滚动条操作:当待操作的元素在页面可是区域外时,要将待操作的元素滚动到可视区域当中 步骤:1.先找要将要操作的元素element = driver.find_element_by_xxxx("XXXX") 2.再将元素滑动到可视区域;通过执行javaScript语句实现driver.execute_s ...
分类:
其他好文 时间:
2019-10-22 22:18:22
阅读次数:
104
问题描述 在electron-vue执行npm run build时报错,错误如下: ? cannot execute cause=fork/exec C:\Users\801\AppData\Local\electron-builder\Cache\winCodeSign\winCodeSign- ...
分类:
移动开发 时间:
2019-10-21 19:12:43
阅读次数:
371
今天在编写一个简单spi 应用demo的时候,在编译时总有一个其他的错误,如下: ERROR Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) o ...
分类:
编程语言 时间:
2019-10-20 18:16:50
阅读次数:
128
Guessing Login Information on Login Pages Our target website: http://10.0.0.45/dvwa/login.php Execute the Python Script. ...
分类:
编程语言 时间:
2019-10-20 11:22:35
阅读次数:
93
HystrixInvocationHandler.invoke() >HystrixCommand.execute() >queue() >toObservable().toBlocking.toFuture() >toFuture方法中that.single().subscribe()订阅subs ...
分类:
其他好文 时间:
2019-10-19 21:06:46
阅读次数:
91
创建springboot项目,且不采用<parent>引入springboot时,pom.xml如下: 执行 控制台报错: 原因:当设置为war时,web.xml必须存在。 解决:可通过插件配置属性将其忽略。 首先,spring-boot-dependencies 这个pom文件,找到 找到版本号是 ...
分类:
Web程序 时间:
2019-10-19 14:58:43
阅读次数:
99
当前Spring Coud 版本(Greenwich.SR2) Spring Boot版本 (2.1.6.RELEASE) 在eureka server 中集成security后,发现eureka client 去注册的时候报以下错误: DiscoveryClient_***********/DES ...
分类:
Web程序 时间:
2019-10-19 00:17:59
阅读次数:
120
Converting Python Programs to Linux Executables Note: You can not execute the program on Linux by double click. Install the PyInstaller. Covert the Py ...
分类:
编程语言 时间:
2019-10-17 23:15:31
阅读次数:
72
* fetchone() : 返回单个的元组,也就是一条记录(row),如果没有结果 , 则返回 None cu.execute("select user,password from user where user='%s'" %name) arr= cur.fetchone() 此时 通过 arr ...
分类:
数据库 时间:
2019-10-16 19:56:49
阅读次数:
76