码迷,mamicode.com
首页 >  
搜索关键字:where    ( 20257个结果
[BJDCTF2020]Easy MD5
在输入框中随便输入一个值,点击提交,响应包中发现hint提示 当存在md5($password,true)时,我们可以通过传递ffifdyop,让sql语句where后面语句变成password = 'xxxx' or true,达到永真,相当于万能密码 具体原理参考文章:https://blog. ...
分类:其他好文   时间:2020-07-04 16:48:04    阅读次数:79
mysql5.7当两个字段名类似,查询时会出错
excepInfo: select id,describe from iwebshop_student_problem where id=256 order by id desc -- You have an error in your SQL syntax; check the manual th ...
分类:数据库   时间:2020-07-04 13:48:09    阅读次数:75
c# 对象拷贝 object clone
C# Object Clone Wars Cloning C# objects is one of those things that appears easy but is actually quite complicated with many "gotchas." This article d ...
分类:Windows程序   时间:2020-07-04 13:28:25    阅读次数:209
Android——gradle找不到的坑
升级了 AdroidStudio到3.6.3,总是报找不到 gradle3.6.3 修改工程的 build.gradle,加入 google() 再同步就可以了 ext { var = '3.6.3' }// Top-level build file where you can add config ...
分类:移动开发   时间:2020-07-04 12:01:04    阅读次数:132
Mysql学习日记-05视图,触发器,函数,存储过程
sql语句补充:数据行 l临时表: select * from tb where id <10; 指定映射: select id ,name 1, sum(x) /count() 条件: case when id >8 then 1 else 0 end 三元运算: if(is null(xx),0 ...
分类:数据库   时间:2020-07-04 01:07:23    阅读次数:77
MySQL基础-13DML语言(数据操作语言)-3.删除语句
声明:此MySQL基础学习源自尚硅谷。(推荐)b站官方链接:https://www.bilibili.com/video/BV1xW411u7ax?p=1 3.删除语句 方式一:delete 语法: 1、单表的删除【★】 delete from 表名 where 筛选条件【limit 条目数】 2、 ...
分类:数据库   时间:2020-07-03 23:27:21    阅读次数:83
phpcms - 获取单网页 , 例如关于我们
{pc:get sql="select * from phpcms_page where catid=2" num="1"} {loop $data $v} {var_dump($v)} {/loop} {/pc} ...
分类:Web程序   时间:2020-07-03 23:00:48    阅读次数:82
JAVA基础-数据库的DML和DQL
查询数据 # 查询所有数据 SELECT * FROM students # 只查询某几个列(并且附加条件) SELECT NAME,age FROM students WHERE age>20 在MySQL中null值需要使用IS NULL 和 IS NOT NULL SELECT * FROM ...
分类:数据库   时间:2020-07-03 21:45:02    阅读次数:97
1184. Distance Between Bus Stops
A bus has n stops numbered from 0 to n - 1 that form a circle. We know the distance between all pairs of neighboring stops where distance[i] is the di ...
分类:其他好文   时间:2020-07-03 19:42:49    阅读次数:68
直播系统源码开发中的家族系统如何实现
家族系统是直播系统源码开发中流量变现的一个重要途径。家族系统能够为主播巩固粉丝基础,增加粉丝黏性,平台也能够从中赚取一定利润。那么如何建立一个完整的家族系统呢,以下是一些功能的实现步骤。 一、通过用户的id判断该用户是否加入了家族 $users_family=DI()->notorm->users_ ...
分类:其他好文   时间:2020-07-03 17:51:13    阅读次数:87
20257条   上一页 1 ... 62 63 64 65 66 ... 2026 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!