自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 Python实现结构体

#!/usr/bin/pythonimport sysclass MyClass(): def __init__(self, name = ""): self.name = name self.data_dic = {} self.index = -1 class Struct(): def __init__(self,

2017-06-29 17:32:36 22445

原创 C++ String 类的实现

#include <stdlib.h>#include <string.h>#include <iostream>class String{public: String(const char *str = NULL); String(const String &other); String & operator = (const String &other);

2017-06-29 17:00:46 311

原创 socket 编程

server #include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#define MAXLINE 4096int main(void){ int l

2017-06-29 16:54:34 243

几十种常见协议样包.zip

MPLS、IPV6、SSL、SSP、SNMP、Telnet等几十种协议样包

2021-12-24

modbus_tcp.pcap

modbus协议样包,可用于分析modbus协议规范

2021-12-24

插入和选择排序

自己对插入排序和选择排序进行的归纳

2016-05-18

AutoIt手册

详细介绍了AutoIt里的各个函数,里面的示例比较明了!

2015-08-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除