码迷,mamicode.com
首页 >  
搜索关键字:union all    ( 25526个结果
Debian10安装deb文件报错
错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
分类:其他好文   时间:2020-02-24 13:15:13    阅读次数:196
Oracle VM VirtualBox设置代理实现linux虚拟机科学冲浪
我使用的软件如下: 虚拟机软件是Oracle VM VirtualBox 虚拟机系统是ubuntu 16.04 主机系统是win10 win10上使用科学冲浪 下面是操作步骤: 1、你需要在win10上打开cmd。然后键入ipconfig/all 然后找到图中框选的这个网卡,记住图中的IPV4的IP ...
分类:数据库   时间:2020-02-24 12:58:09    阅读次数:374
LeetCode30 Hard 查找所有子串
本文始发于个人公众号: TechFlow ,原创不易,求个关注 链接 "Substring with Concatenation of All Words" 难度 Hard 描述 给定一个字符串s作为母串,和一系列长度相等的字符串words,要求返回s当中所有的位置,使得从该位置开始可以找到所有的w ...
分类:其他好文   时间:2020-02-24 12:49:39    阅读次数:90
Java List集合中元素比较大小
list排序方法一Comparator形式: 1.比较数字 List<Shoes> all_shoes = new ArrayList<Shoes>(); Collections.sort(all_shoes, new Comparator<Shoes>(){ @Override /* * * in ...
分类:编程语言   时间:2020-02-24 12:40:26    阅读次数:356
BUUCTF-[强网杯 2019]随便注
随便注? 那么我就不客气了,先试试返回真值: ' or 1=1# 返回了所有查询内容,共三条,order by猜测字段长,发现为2,验证了一下: 日常操作: ' or 1=1 union select 1,table_name,3 from information_schema.tables# 匹配 ...
分类:其他好文   时间:2020-02-23 20:34:17    阅读次数:118
代码审计-phpok框架5.3注入漏洞
0x01 框架路由和底层过滤 路由: 入口: index.php,api.php,admin.php 0x02 注入分析 注入成因位置:framework/model/list.php 的907行(arc_all函数当中) $orderby可控 发现framework/phpok_call.php中 ...
分类:Web程序   时间:2020-02-23 18:15:22    阅读次数:125
sqlmap之常用tamper脚本
常用tamper脚本 apostrophemask.py适用数据库:ALL作用:将引号替换为utf-8,用于过滤单引号使用脚本前:tamper("1 AND '1'='1")使用脚本后:1 AND %EF%BC%871%EF%BC%87=%EF%BC%871 base64encode.py适用数据库 ...
分类:数据库   时间:2020-02-23 14:32:32    阅读次数:103
springboot整合mybatis连接oracle
User: /** * Copyright (c) 2020, All Rights Reserved. * */ package com.demo.server.mybatis; import java.io.Serializable; /** * 此处应有类说明<br/> * * @author ...
分类:数据库   时间:2020-02-23 11:57:01    阅读次数:161
实用网站
https://stackoverflow.com/ 找bug 网站 https://leetcode-cn.com/problemset/all/ 刷题 https://leetcode.com/ 英文 ...
分类:Web程序   时间:2020-02-23 11:39:45    阅读次数:97
LeetCode | 1358. Number of Substrings Containing All Three Characters包含所有三种字符的子字符串数目【Python】
LeetCode 1358. Number of Substrings Containing All Three Characters包含所有三种字符的子字符串数目【Medium】【Python】【双指针】【滑窗】 Problem "LeetCode" Given a string consisti ...
分类:编程语言   时间:2020-02-23 11:20:46    阅读次数:84
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!