From now on,I grade the questions I've done,* less means more difficult *** done by myself **need see answer,but I can reappear it *need see answer&ha ...
分类:
其他好文 时间:
2019-07-09 09:38:38
阅读次数:
160
题目描述 The N (2 <= N <= 10,000) cows are so excited: it's prom night! They are dressed in their finest gowns, complete with corsages and new shoes. They ...
分类:
其他好文 时间:
2019-07-08 00:35:52
阅读次数:
144
yum groups info <Tab><Tab> # 连续两次<Tab> 显示内容为(可以不看,自己执行命令查看): [root@localhost ~]# yum groups info Additional Development DNS Name Server Java Platform ...
分类:
其他好文 时间:
2019-07-07 12:55:09
阅读次数:
666
1.预备知识_Socket 知识回顾 2.预备知识_HTML 简单入门 3.预备知识_HTTP 协议入门 4.Tomcat 服务器的快速使用 1.预备知识_Socket 知识回顾 1.1 编写服务器用到的知识点 1) Socket编程 2) HTML 3) HTTP协议 4) 反射 5) XML解析 ...
分类:
其他好文 时间:
2019-07-06 19:08:43
阅读次数:
97
1、ClientHello 中的参数 ClientHello { Random_C 、extension } 在 extension中的扩展中包含 ( supported_version 、 supported_groups、 signatureschemlist、key_shared ) 2、服务 ...
分类:
其他好文 时间:
2019-07-05 00:02:35
阅读次数:
212
原文: 十大经典排序算法(动图演示) 归并排序 归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2- ...
分类:
编程语言 时间:
2019-07-03 15:27:36
阅读次数:
114
Hostgroup-->Host-->Application-->Item-->Trigger(OK-->PROBLEM,triggerevent)-->Action(Conditon+Operation(SendMessage,RemoteCommand))SendMessage:Media:Email、SMS、Jabber、Script、EZTexting给
分类:
其他好文 时间:
2019-07-02 09:28:11
阅读次数:
117
1.在Azure虚拟机上下载并安装FileZilla server,全部默认设置 2. 连接File Server 3. FileZilla Server主界面 4. 添加用户组(Edit->Groups) 5. 选择共享目录跟权限(Edit->Groups) 6. 添加用户(Edit->Users ...
分类:
其他好文 时间:
2019-07-02 00:27:10
阅读次数:
106
前四题都好水。后面两道题好难。 C Divide the Problems #include <cstdio> #include <algorithm> using namespace std; inline int read() { int x = 0, f = 1; char ch = getc ...
分类:
其他好文 时间:
2019-07-01 17:11:59
阅读次数:
114