C语言--网络2011,2012 (集美大学)

  • #关于C语言的顺序结构

    #关于C语言的顺序结构 ###首先今天写PTA碰一个关于顺序结构的问题 原始的代码: #include <stdio.h> int main () { int a,b,c,d,sum; float average; a=0,b=0,c=0,d=0; sum=a+b+c+d; average=sum/
    calizo   2020-09-21 20:26   0   100
  • #关于C语言的顺序结构

    ###首先今天写PTA碰一个关于顺序结构的问题 原始的代码: ``` #include <stdio.h>int main (){ int a,b,c,d,sum; float average; a=0,b=0,c=0,d=0; sum=a+b+c+d;average=sum/4.0;scanf("
    calizo   2020-09-21 20:05   1   182
  • DVWA 通关指南:XSS(Reflected)

    #XSS(Reflected) "Cross-Site Scripting (XSS)" attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benig
    乌漆WhiteMoon   2020-09-21 00:06   0   943
  • DVWA 通关指南:XSS(DOM)

    #XSS(DOM) "Cross-Site Scripting (XSS)" attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benign and
    乌漆WhiteMoon   2020-09-20 11:33   0   1317
  • DVWA 通关指南:SQL Injection-Blind(SQL 盲注)

    #SQL Injection (Blind) When an attacker executes SQL injection attacks, sometimes the server responds with error messages from the database server com
    乌漆WhiteMoon   2020-09-20 01:23   0   984