Natas33: 又是一个上传文件的页面,源码如下: // graz XeR, the first to solve it! thanks for the feedback! // ~morla class Executor{ private $filename=""; //三个私有参数 priva ...
分类:
其他好文 时间:
2020-03-07 00:15:02
阅读次数:
112
CSRF简介: CSRF(跨站请求伪造),全称Cross-site request forgery,翻译过来就是跨站请求伪造,是指利用受害者尚未失效的身份认证信息(cookie、会话等),诱骗其点击恶意链接或者访问包含攻击代码的页面,在受害人不知情的情况下以受害者的身份向(身份认证信息所对应的)服务 ...
分类:
其他好文 时间:
2020-03-04 17:30:13
阅读次数:
79
用途:GROUP BY 语句用于 对一个或多个列对结果集进行分组。 原表: t_iov_help_feedback 现在,我们希望根据USER_ID 字段进行分组,那么,可使用 GROUP BY 语句。 我们使用下列 SQL 语句: SELECT ID,USER_ID,problems,last_u ...
分类:
其他好文 时间:
2020-02-28 12:12:41
阅读次数:
191
这道题(不只这道题以后也一定)要注意控制台中的信息,给出了login.js代码,会把当前用户的用户名和密码填入表单 注册个账号,登录之后给提示不是注入题 浏览一下网站功能,feedback页面可以提交反馈消息, list中可以查看和删除消息内容,发现feedback.php页面有注释 <!-- if ...
分类:
其他好文 时间:
2020-02-21 19:57:29
阅读次数:
225
1. Force and torque of a body dBodyGetForce() and dBodyGetTorqueForce() get force and torque on a body. dBodySetForce() and dBodySetTorque() set force ...
分类:
其他好文 时间:
2020-02-09 16:51:52
阅读次数:
94
第三方控件 :https://github.com/scwang90/SmartRefreshLayout 首先添加依赖 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //布局 <com.scwang.smartr ...
分类:
其他好文 时间:
2020-01-10 00:49:53
阅读次数:
106
XP的极限编程(eXtreme Programming) XP由价值观、原则、实践和行为四个部分组成,它们彼此相互依赖、关联, 并通过行为贯穿于整个生命期。 四大价值观:沟通(Communication)、简单(Simplicity)、反馈(Feedback)、勇气(Courage) 五大原则:快速 ...
分类:
其他好文 时间:
2020-01-07 18:25:57
阅读次数:
88
强化学习从入门到放弃 [TOC] 杂谈 我们不一样? no supervisor , only reward feedback is delayed. 当前行为产生的实际价值可能要很久才能知道 reward hypothesis All goals can be described by the m ...
分类:
其他好文 时间:
2020-01-02 22:38:01
阅读次数:
88
``` ~$ sudo apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies.... ...
分类:
其他好文 时间:
2019-12-26 11:23:25
阅读次数:
92
Description Description Given an array of integers, find a contiguous subarray which has the largest sum. The subarray should contain at least one num ...
分类:
其他好文 时间:
2019-12-21 22:17:06
阅读次数:
99