shutdown the computer after 10 seconds: shutdown /s /t 10 bibernation the computer with forcing the complication to be close: shutdown /h /f restart t ...
分类:
其他好文 时间:
2019-10-04 09:59:19
阅读次数:
94
4.重定向和转发的特点比较* 重定向的特点:redirect 1. 地址栏发生变化 2. 重定向可以访问其他站点(服务器)的资源 3. 重定向是两次请求。不能使用request对象来共享数据* 转发的特点:forward 1. 转发地址栏路径不变 2. 转发只能访问当前服务器下的资源 3. 转发是一 ...
分类:
其他好文 时间:
2019-10-03 14:38:19
阅读次数:
108
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2019-10-02 14:35:43
阅读次数:
88
As an ACM-ICPC newbie, Aishah is learning data structures in computer science. She has already known that a stack, as a data structure, can serve as a ...
分类:
其他好文 时间:
2019-10-01 22:13:28
阅读次数:
129
DOWNLOAD_FILE Download files on a system. Once packaged properly will work on all operating systems. Simple but powerfull. Can be used in many situati ...
分类:
编程语言 时间:
2019-10-01 22:10:41
阅读次数:
105
Stealing WiFi Password Saved on a Computer ...
分类:
编程语言 时间:
2019-10-01 20:15:01
阅读次数:
85
题意:给定一棵树,求树上所有点到其最远点的距离。 数据范围: 1 <= N <= 100000 我是分割线 题解:对于每个节点u来说,其可能到达的最长距离为max{其子树内的最长距离,其父节点不经过u的子树内的最长距离}。于是,我们便可以在第一遍dfs中预处理节点x到其子树内的最长距离,顺带求一下次 ...
分类:
其他好文 时间:
2019-10-01 18:37:17
阅读次数:
104
~~原文的英文很简单,而且浏览器的翻译可能讲的比我清楚,我也不知道我为什么要翻译,~~ 国庆快乐(阅兵很好看)。 win10 修改系统名称 If you’ve ever bought a new computer with Windows already installed, you might b ...
20190918 computer b 比特 bit 位 0.1 B byte 字节 ,八个二进制位 时间 s ms us ns ps fs 编码 CPU类型 km 虚拟化技术 原理:冯诺依曼 实验:二进制和十进制转换 了解:服务器硬件组成 操作系统:OS,了解 Unix起源: linux 发行版 ...
分类:
其他好文 时间:
2019-09-30 20:13:15
阅读次数:
114