码迷,mamicode.com
首页 >  
搜索关键字:union all    ( 25526个结果
xctf-web supersqli
单引号注入,用order by查到了两个column。用union select的时候发现select关键字被过滤了 用分号尝试堆叠注入显示出了两张表 分别查询字段 flag在表1919810931114514中 方法一: words中有字段id,id应该为表单查询语句中的查询字段。可以猜测sql语 ...
分类:数据库   时间:2020-04-07 09:57:41    阅读次数:240
使用u-boot的功能更新自己
使用u-boot的功能更新自己:a.usb 1 30000000 usb端口下载 一直等待下载 下载到的地址 b.protect off all 去除所有存储块的写保护 c.erase 0 7ffff 擦除0~7ffff 这256k大小的数据 d.cp.b 30000000 0 80000 复制字节 ...
分类:其他好文   时间:2020-04-07 00:20:00    阅读次数:69
部署Rabbitmq集群
一、部署Rabbitmq集群Rabbitmq集群大概分为两种方式:1、普通模式:默认的集群模式,消息的尸体只存在一个节点上;2、镜像模式:把需要的队列做成镜像,存在于多个节点。ha-mode:?all:列队到所有节点;?exatly:随机镜像到其他节点上;?nodes:镜像到指定节点上。集群节点模式:1、内存节点:工作在内存上;2、磁盘节点:工作在磁盘上;例外:内存节点和磁盘节点共同存在,提高访问
分类:其他好文   时间:2020-04-06 17:16:39    阅读次数:84
栈的应用-简单计算器(中缀表达式转后缀表达式)
1 // 2 // Stack.h 3 // 顺序栈 4 // 5 // Created by geshenglu on 2020/3/21. 6 // Copyright © 2020 geshenglu. All rights reserved. 7 // 8 9 #ifndef Stack_h ...
分类:其他好文   时间:2020-04-06 15:42:55    阅读次数:83
[LeetCode] 938. Range Sum of BST 二叉搜索树的区间和
Given the node of a binary search tree, return the sum of values of all nodes with value between and (inclusive). The binary search tree is guaranteed ...
分类:其他好文   时间:2020-04-06 09:50:46    阅读次数:73
判断10步能不能回到原点
题目描述: # You live in the city of Cartesia where all roads are laid out in a perfect grid.# You arrived ten minutes too early to an appointment, so you ...
分类:其他好文   时间:2020-04-06 00:16:25    阅读次数:94
[省赛训练]How many nines
题面: If we represent a date in the format YYYY-MM-DD (for example, 2017-04-09), do you know how many 9s will appear in all the dates between Y1-M1-D1 a ...
分类:其他好文   时间:2020-04-05 22:01:51    阅读次数:84
i.MX6ULL-学习
1.nfs服务 开发板与主机连接到同一路由器下,主机可用wifi,开发板用网线连到路由器上。 主机上要做的事情: gedit /etc/exports 下面添加这最后一句 /home/wxd/debian 192.168.31.109(rw,sync,all_squash,anonuid=1000, ...
分类:其他好文   时间:2020-04-05 18:17:45    阅读次数:149
203. Remove Linked List Elements
Problem : Remove all elements from a linked list of integers that have value val. Example: 思路 : Solution (C++) : 性能 : Runtime: 44 ms Memory Usage: 10. ...
分类:其他好文   时间:2020-04-05 13:36:39    阅读次数:67
忽略警告注解@SuppressWarnings关键字含义
示例 @SuppressWarnings("all") 抑制警告的相关参数 | 参数 | 作用 |原描述| | : : | : : | : : | |all|抑制所有警告|to suppress all warnings |boxing|抑制装箱、拆箱操作时候的警告|to suppress warn ...
分类:其他好文   时间:2020-04-05 11:32:40    阅读次数:74
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!