Set 简介 开源的社会工程学利用套件,通常结合metasploit(部分)来使用 更改 /etc/setoolkit下的配置文件 set_config BLEEDING_EDGE="False" 未True 这条命令会添加kali-bleeding-edge源,来保持软件的最新。 第一层界面 当启 ...
分类:
其他好文 时间:
2018-04-30 23:28:09
阅读次数:
243
1、前言 本次作业选择Linux kernel 3.0.2的源码进行进程的分析。 Linux kernel 3.0.2源码的下载地址:https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/linux-3.0.2.tar.gz 2、进程的定义 「进 ...
分类:
系统相关 时间:
2018-04-30 20:03:37
阅读次数:
328
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> 框架集fromset文件路径带盘符和不带盘符 相保存时对于服务器和浏览展示时相对于客户端AR模式 SQL语句的类型和对应该多少长度?password char(255)? ...
分类:
其他好文 时间:
2018-04-30 11:44:30
阅读次数:
180
注意用当前弧优化! #include<queue> #include<cstdio> #include<cstring> #include<algorithm> const int MAXN=1e5+5; const int INF=1e9+7; int n,m; struct Edge { int ...
分类:
其他好文 时间:
2018-04-29 11:51:34
阅读次数:
128
The xor-longest Path Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 8273 Accepted: 1720 Description In an edge-weighted tree, the xor-leng ...
分类:
其他好文 时间:
2018-04-28 14:10:12
阅读次数:
153
You are given a tree (an undirected acyclic connected graph) with N nodes, and edges numbered 1, 2, 3...N-1. Each edge has an integer value assigned t ...
分类:
其他好文 时间:
2018-04-24 23:15:55
阅读次数:
225
<!DOCTYPE html><html lang="zh-CN"><head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <title>就三个按钮的作业讲解</title> <meta ...
分类:
Web程序 时间:
2018-04-24 17:39:03
阅读次数:
258
$\newcommand{\edge}[1]{\mathop\rightarrow\limits^{#1}}$先取所有$b_i,w_i$,然后建图跑最小割 要么割$w_i$要么割$b_i$,所以这两条边必须相连,初步的想法是这样: 如果割了$w_i$并且存在题目所说的$j$,那么我们还要割掉$p_i ...
分类:
其他好文 时间:
2018-04-22 20:12:51
阅读次数:
189
A Minimum’s Revenge HDU 5922 There is a graph of n vertices which are indexed from 1 to n. For any pair of different vertices, the weight of the edge ...
分类:
其他好文 时间:
2018-04-22 12:53:33
阅读次数:
314
int head[2*N]; struct Edge{ int to,next,w; }; Edge edge[N]; void add(int u,int v,int w){ edge[cnt].w=w;edge[cnt].to=v;edge[cnt].next=head[u];head[u]=c... ...
分类:
其他好文 时间:
2018-04-21 14:21:56
阅读次数:
115