好物分享
-
【老王读Spring AOP-1】Pointcut如何匹配到 join point
Pointcut如何匹配到 join point 前言版本约定正文Spring 对 AOP 的抽象Pointcut 的类图Pointcut 如何匹配 join pointAspectJ expression 匹配测试Spring AOP …… -
二叉树的基本操作(C语言)
#include #include #include struct TreeNode{ int data; struct TreeNode *left; struct TreeNode *right; }; struct TreeNode *createNode(int …… -
简单链表 —这个最终不能是那种什么都没有顺序的,因为这个没有排
/* 简单链表 ---这个最终不能是那种什么都没有顺序的,因为这个没有排 */ #include #include #define LEN sizeof(student) typedef struct Student { int num…… -
-
HCIA第二天作业
一.以太帧包结构: ●Ethernet II的帧中各字段说明如下: ●DMAC ( Destination MAC )是目的MAC地址。DMAC字段长度为6个字节,标识帧的接收者。 ●SMAC ( Source MAC…… -
2 input、运算符
输入函数input() 作用:接收来自用户的输入 返回值类型:输入值的类型为str 值的存储:使用“=”对输入的值进行存储 #和java中的Scanner类似,从控制台读取内容…… -
CS和MSF联动实现内网横向移动
CS和MSF联动实现内网横向移动 ** 实验要求:外网vps一台 cs服务器 msf工具 已经成功拿到shell** 一、使用cs生成EXE文件上传到目标主机直接上线 *1.先使用cs生…… -
-
Hive(数据库相关)
Hive hive的交互方式: 第一种交互方式 cd /export/servers/apache-hive-2.1.1-bin/ bin/hive 创建一个数据库 create database if not exists mytest 第二种交…… -
学习进度记录
记录 MS COCO数据集命令记录 MS COCO数据集 coco2014 链接:https://pan.baidu.com/s/1mz3_9IAYD0X8OD8f37ikvQ 提取码:p41k coco2015 链接:https://pan.bai……