摘要:
csrf漏洞: 跨站请求伪造(cross site request forgery)是一种利用用户的身份对网站进行某种操作的漏洞,用户自己没有察觉,但是操作请求是以用户身份发出的。在登录A网站后,访问不受信任的网站B,而该站点包含了对A站点的接口请求代码,这个请求以用户的身份发出。 阅读全文
摘要:
1.建立多个http连接,资源不共享。 2.在同一个http连接上进行交互,资源共享。 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>using namespace std;int main(int ar 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<string>#include<sstream>#i 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<stdio.h>using namespace st 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<stdio.h>using namespace st 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>#include<fstream>#include<string>#include<stdio.h>us 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>using namespace std; int main(int argc,char * argv){ 阅读全文
摘要:
////////////////////////////////////////////////////////////////////////////////#include<iostream>using namespace std; int main(int argc,char * argv){ 阅读全文
摘要:
格式化输出 //////////////////////////////////////////////////////////////////////////////// #include<iostream>#include<math.h>#include<iomanip>using namesp 阅读全文