上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: csrf漏洞: 跨站请求伪造(cross site request forgery)是一种利用用户的身份对网站进行某种操作的漏洞,用户自己没有察觉,但是操作请求是以用户身份发出的。在登录A网站后,访问不受信任的网站B,而该站点包含了对A站点的接口请求代码,这个请求以用户的身份发出。 阅读全文
posted @ 2018-08-12 16:43 youqia 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1.建立多个http连接,资源不共享。 2.在同一个http连接上进行交互,资源共享。 阅读全文
posted @ 2018-05-22 10:18 youqia 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>using namespace std;int main(int ar 阅读全文
posted @ 2018-03-20 10:19 youqia 阅读(120) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<string>#include<sstream>#i 阅读全文
posted @ 2018-03-13 14:55 youqia 阅读(155) 评论(1) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<stdio.h>using namespace st 阅读全文
posted @ 2018-03-13 11:21 youqia 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<stdio.h>using namespace st 阅读全文
posted @ 2018-03-12 13:51 youqia 阅读(148) 评论(1) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<string>#include<stdio.h>us 阅读全文
posted @ 2018-03-12 11:13 youqia 阅读(134) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>using namespace std; int main(int argc,char * argv){ 阅读全文
posted @ 2018-02-28 16:35 youqia 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////////////////////////////////////#include<iostream>using namespace std; int main(int argc,char * argv){ 阅读全文
posted @ 2018-02-27 15:44 youqia 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 格式化输出 //////////////////////////////////////////////////////////////////////////////// #include<iostream>#include<math.h>#include<iomanip>using namesp 阅读全文
posted @ 2018-02-26 15:44 youqia 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页