• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 20232427 2025-2026-1 《网络与系统攻防技术》实验八实验报告

    一、实验目的 1.Web前端HTML。能安装启停Apache,编写含表单的HTML网页。 2.Web前端javascipt。能用JS验证表单并回显欢迎信息,测试XSS注入。 3.Web后端数据库。能安装配置MySQL,完成建库建用户建表操作。 4.Web后端数据库连接。能用PHP连接数据库,实现用户
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232427张耀中   2025-11-26 14:12    0    8
  • 20232322 2025-2026-1 《网络与系统攻防技术》实验七实验报告

    一.实验内容 应用SET工具建立冒名网站 应用Ettercap进行DNS欺骗 综合运用两种方法进行钓鱼攻击 二.实验目的 理解常用网络欺骗的原理 三.实验环境 kali liunx虚拟机 Windows XP虚拟机 四.实验过程与分析 1.应用SET工具建立冒名网站 输入setoolkit,选择 1
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   罗上林   2025-11-26 18:10    0    8
  • 实验三

    #include "window.hpp" #include <iostream> void test(){ Window w("Demo"); w.add_button("add"); w.add_button("remove"); w.add_button("modify"); w.add_bu
     面向对象程序设计(南京信息工程大学)   交界地第一深情   2025-11-25 21:36    1    8
  • 实验4

    #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string& cname); void input(int n); //
     面向对象程序设计(南京信息工程大学)   HdYi   2025-11-26 00:10    1    8
  • 实验三 类和对象

    ##实验一 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_l
     面向对象程序设计(南京信息工程大学)   石朗鹏   2025-11-25 22:42    1    8
  • 实验三

    任务一 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_lab
     面向对象程序设计(南京信息工程大学)   yuu77   2025-11-25 23:46    1    8
  • 实验三

    任务一: button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_la
     面向对象程序设计(南京信息工程大学)   星空织梦   2025-11-25 23:26    1    8
  • OOP-实验3

    一、任务1 1.源代码 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string&
     面向对象程序设计(南京信息工程大学)   愿意讲   2025-11-25 23:34    1    8
  • 实验三

    TASK1 button.hpp 点击查看代码 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string
     面向对象程序设计(南京信息工程大学)   hhbo527   2025-11-25 19:38    1    8
  • 高级语言程序设计课程第七次个人作业

    高级语言程序设计课程第七次个人作业 这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 姓名:林帅前 学号:1
     2025高级语言程序设计(福州大学)   潇山北风   2025-11-25 19:35    0    8
  • 高级语言程序设计课程第七次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500405 姓名:刘诺涵 一.定义一个二维数
     2025高级语言程序设计(福州大学)   刘诺涵   2025-11-26 16:49    0    8
  • 高级语言程序设计第七次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500434 姓名:王志勇 1. 2. 3.
     2025高级语言程序设计(福州大学)   wzy6   2025-11-25 15:31    0    8
  • 实验3

    1.实验任务1 button.hpp源码 点击查看代码 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::st
     面向对象程序设计(南京信息工程大学)   陈晨aaa   2025-11-25 23:54    1    8
  • 第六次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500418 姓名:王俊豪
     2025高级语言程序设计(福州大学)   102500418王俊豪   2025-11-24 13:02    0    8
  • 实验3 类和对象_基础编程2

    任务一: #pragma once #pragma once #include <iostream> #include <vector> #include <algorithm> #include "button.h" // 窗口类 class Window { public: Window(con
     面向对象程序设计(南京信息工程大学)   晚风吹动荷塘月   2025-11-24 22:32    1    8
  • 实验三:类和对象_基础编程2

    实验一: button.hpp代码: #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get
     面向对象程序设计(南京信息工程大学)   唐文鑫   2025-11-24 22:44    1    8
  • 20232421 2025-2026-1 《网络与系统攻防技术》实验六实验报告

    1.实践内容 前期渗透 主机发现 端口扫描 选做:也可以扫系统版本、漏洞等。 Vsftpd源码包后门漏洞(21端口) SambaMS-RPC Shell命令注入漏洞(139端口) Java RMI SERVER命令执行漏洞(1099端口) PHP CGI参数执行注入漏洞(80端口) 2.实践过程 3
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232421邓锴   2025-11-23 21:35    0    8
  • 20232424 2025-2026-1 《网络与系统攻防技术》实验六实验报告

    20232424 2025-2026-1 《网络与系统攻防技术》实验六实验报告 1.实验内容 (1)前期渗透 (2)Vsftpd源码包后门漏洞(21端口) (3)SambaMS-RPC Shell命令注入漏洞(端口139) (4)Java RMI SERVER命令执行漏洞(1099端口) (5)PH
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232424陈鹏宇   2025-11-23 21:31    0    8
  • 20232411 2024-2025-1 《网络与系统攻防技术》实验六实验报告

    1.实验内容 进行前期渗透 利用Vsftpd 2.3.4源码包后门漏洞(21端口) 利用Samba MS-RPC Shell命令注入漏洞(139端口) 利用Java RMI Server命令执行漏洞(1099端口) 利用PHP CGI参数执行注入漏洞(80端口) 2.实验过程 1.准备环境 从Rap
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232411董琰祥   2025-11-23 18:39    0    8
  • 实验3 类和对象_基础编程

    TASK1 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_l
     面向对象程序设计(南京信息工程大学)   yuyue-aq   2025-11-23 22:02    1    8
< Prev1···8283848586878889909192···200Next >

Copyright ©2025 Cnblogs, Inc. Powered by .NET Core on Kubernetes. 问题反馈   帮助文档