
应用类
邪恶牛犊
只是一个准备考研才发现,自己好菜的,在准备蓝桥杯和pat的学渣。。。。。
展开
-
winpcap抓取包
课程的一次小实验,记录下来。#include "stdafx.h"#include "pcap.h"#include "remote-ext.h"/* 4字节的IP地址 */typedef struct ip_address{ u_char byte1; u_char byte2; u_char byte3; u_char byte4;}ip_address原创 2017-11-22 10:00:51 · 1092 阅读 · 0 评论 -
自定义Database类用于c#数据库连接
最近翻出来一年前做着玩的asp网站,准备当作业交,结果发现,数据库出现了点问题。。。重头找,顺便把这个记录下来可以直接用,省的繁琐的sql的函数调用,一个函数就搞定了。using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using Syste原创 2017-11-10 12:44:48 · 1937 阅读 · 0 评论 -
极域电子教室破解!
极域电子教室破解!1、打开注册表 win+R 运行regedit 2、进入HKEY_LOCAL_MACHINE\SOFTWARE\TopDomain原创 2018-05-11 11:24:11 · 23478 阅读 · 6 评论 -
端口扫描器实现
head.h文件#include<iostream>#include<Windows.h>usingnamespacestd;structMainThreadParam{ DWORDStartIp; DWORDEndIp; DWORDStartPort; DWORDEndPort; HANDLEhCopy原创 2018-06-11 10:52:54 · 2361 阅读 · 3 评论