码迷,mamicode.com
首页 >  
搜索关键字:lesson    ( 930个结果
sqli-labs lesson 11-15
从这一关开始我们开始进入到post注入的世界了,什么是post呢?就是数据从客户端提交到服务器端,例如我们在登录过程中,输入用户名和密码,用户名和密码以表单的形式提交,提交到服务器后服务器再进行验证。这就是一次post的过程的。 less 11: 这里我们还是尝试一下get注入里常用的: 执行:ad ...
分类:数据库   时间:2020-03-06 22:09:35    阅读次数:91
sqli-labs lesson 7-10 (文件导出,布尔盲注,延时注入)
写在前面: 首先需要更改一下数据库用户的权限用于我们之后的操作。 首先在mysql命令行中用show variables like '%secure%';查看 secure-file-priv 当前的值,如果显示为NULL,则需要打开 C:\phpstudy\PHPTutorial\MySQL\my ...
分类:数据库   时间:2020-03-06 01:49:49    阅读次数:111
[TypeScript] as const, force immutability for Object type
Unlike JavaScript's const variable declarations, TypeScript allows you to create fully immutable types. In this lesson, we learn how to create immutab ...
分类:其他好文   时间:2020-02-26 01:28:44    阅读次数:64
解决React路由URL中hash(#)部分的显示 、browserHistory打包后浏览器刷新页面出现404的问题
摘要 在React项目中,我们需要采用它的路由库React-Router来进行页面跳转,React会根据路由URL来判断是哪个页面。常见的的URL有两种显示方式,一种是hashHistory的形式,形如:localhost:3000/#/free-lesson的路由,另一种是browserHisto ...
分类:Web程序   时间:2020-02-25 16:05:13    阅读次数:107
Lesson 6
Memorize: 1.People are always talking about 'Problem of Youth.' 2.If there is one--which I take leave to doubt--then it is the elder peole who creat i ...
分类:其他好文   时间:2020-02-19 13:06:48    阅读次数:93
Lesson 5
1.Several cases have been reported in Russian of people who can read and dectect colors with their fingers,and even through solid doors and walls. 2.O ...
分类:其他好文   时间:2020-02-17 01:09:27    阅读次数:108
python之xml模块
import xml.etree.ElementTree as ET data=ET.parse('xml_lesson') root=data.getroot() for i in root: for j in i: print(j.tag) for i in root: print(i.attr ...
分类:编程语言   时间:2020-02-13 17:11:09    阅读次数:74
Lesson 12 banks and their customers
Why is there no risk to the customer when a bank prints the customer's name on his cheques? When anyone opens a current account at a bank, he is lendi ...
分类:其他好文   时间:2020-02-13 16:48:19    阅读次数:67
Lesson 9 Royal espionage
What important thing did King Alfred learn when he penetrated the Danish camp of Guthrum? Alfred the Great acted as his own spy, visiting Danish camps ...
分类:其他好文   时间:2020-02-12 14:40:12    阅读次数:75
Lesson 8 Trading standards
What makes trading between rich countires difficult? Chickens slautered in the United States, claim officials in Brussels, are not fit to grace Europe ...
分类:其他好文   时间:2020-02-11 13:16:34    阅读次数:97
930条   上一页 1 ... 5 6 7 8 9 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!