前言 最近都没刷题了,成懒狗了。。。 知识点 PHP反序列化逃逸 任何具有一定结构的数据,只要经过了某些处理而把自身结构改变,则可能会产生漏洞 关键词数增加 例如: where->hacker,这样词数由五个增加到6个 关键词数减少 例如:直接过滤掉一些关键词 解题 打开题目有个链接,抓包有提示,直 ...
分类:
Web程序 时间:
2020-06-07 19:34:24
阅读次数:
171
vue-canvas-effect canvas动画合集Vue组件 <p align="center"> [? online demo](https://chenxuan0000.github.io/vue-canvas-effect/index.html) </p> 内容 浏览器兼容 安装 使用 ...
分类:
其他好文 时间:
2020-06-07 13:10:30
阅读次数:
129
Managing the Database Instance ObjectivesAfter completing this lesson, you should be able to:? Start and stop the Oracle database instance andcomponen ...
分类:
数据库 时间:
2020-06-07 12:36:15
阅读次数:
70
startup.cs文件 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "Areas", pattern: "{area:exists}/{controller=Index}/{action=Index}/{i ...
分类:
其他好文 时间:
2020-06-07 11:22:29
阅读次数:
84
在工作中,我们难免需要给一些网页截图。也许你尝试过各种插件,或者是使用过一些截图工具,但其实,Chrome 本身就带有截图特性,功能还很丰富。它不仅可以截取浏览器窗口,还可以截取网页全图,截取移动端显示效果,甚至带壳截图。 那么 Chrome 的截图该怎么用呢?让我给你详细地介绍一下吧。 截图指令 ...
分类:
其他好文 时间:
2020-06-07 10:42:52
阅读次数:
70
本来想通过 composer 下载 yii2-redis 扩展的,太慢了,一上午还没安装好,直接手动安装吧,这里记录一下。 一、下载地址 https://github.com/yiisoft/yii2-redis 二、使用 1、解压后重命名为 yii2-redis,并将下载的扩展放到 vendor/ ...
分类:
其他好文 时间:
2020-06-06 13:12:53
阅读次数:
72
rem是什么? 它的全称是 font size of the root element (根元素的字体大小)它是CSS3中新增加的一个尺寸(度量)单位,根节点(html)的font-size决定了rem的尺寸,也就是说它是一个相对单位,相对于(html)。 浏览器的默认字体? 浏览器的默认的font ...
分类:
Web程序 时间:
2020-06-06 11:13:23
阅读次数:
81
问题:Given two integers n and k, return all possible combinations of k numbers out of 1 … n. For example,If n = 4 and k = 2, a solution is: [ [2,4], [3, ...
分类:
其他好文 时间:
2020-06-06 01:16:22
阅读次数:
93
join Thread类 设计一个模型 1.有两个线程 One Two ;Two加入到One里面 2.设计模型的时候 two线程在one的run里面创建 保证两个有先后顺序 3.two.join(); 无参数==0 有参数==2000 synchronized锁 非常的厉害 一旦对象被锁定 不释放的 ...
分类:
编程语言 时间:
2020-06-05 22:48:25
阅读次数:
86
1、为在mysql创建test1账号,并赋予10.96.90.78,只读amp库中alert_info_tab表的权限 grant select on amp.alert_info_tab to test1@10.96.90.78 identified by "123456"; 2、取消10.96. ...
分类:
数据库 时间:
2020-06-05 21:21:05
阅读次数:
101