SHA1 VS RSA: what's the difference between them? Fundamentally different. SHA1 is a hash algorithm, which is a one way function, turning an input of a ...
分类:
其他好文 时间:
2020-11-23 12:09:41
阅读次数:
4
2020/11/8 EE516 Take Home Mid-Term Examfile:///C:/Users/Thinkpad/Desktop/EE516_Midterm_2020.html 1/3EE516 Take Home Mid-Term ExamYour NameDue: Novembe ...
分类:
其他好文 时间:
2020-11-19 12:10:30
阅读次数:
6
Are you a Linux fan? Do you hate to do things the easy way? Are you a pro who loves to put his computer’s life on the line to experiment and customize ...
分类:
其他好文 时间:
2020-11-12 13:37:01
阅读次数:
8
wmic datafile /?动词有ASSOC,CALL,CREATE,DELETE,GET,LIST 这几个 命令:wmic datafile where "filename='dsc04059' and extension='jpg' and drive='f:'" list /format: ...
分类:
其他好文 时间:
2020-11-07 15:59:22
阅读次数:
24
Java虚拟机的内存可以分为三个区域:栈stack、堆heap、方法区method area public class SxtStu { //属性fields int id; String sname; int age; Computer comp; //计算机 //方法 void study(){ ...
分类:
其他好文 时间:
2020-10-26 11:49:52
阅读次数:
21
1.Socket和TCP/IP的关系 "All problems in computer science can be solved by another level of indirection." 为满足应用层需求,系统对TCP/IP层进行细节屏蔽和抽象,Socket层就相当于TCP/IP和应用 ...
分类:
系统相关 时间:
2020-10-21 21:04:10
阅读次数:
40
回到生活中,我们想一下在生活中,我们有一些什么接口?生活中的接口就有很多。
分类:
其他好文 时间:
2020-10-18 16:37:23
阅读次数:
22
1 #include<stdio.h> 2 #include<time.h> 3 #include<stdlib.h> 4 5 int main() 6 { 7 time_t t; 8 int man,computer,sum; 9 t= time(NULL); 10 11 srand(t); 12 ...
分类:
编程语言 时间:
2020-10-06 21:12:15
阅读次数:
27
网络设备介绍: 交换机 - 连接相同网络的设备; 路由器 - 连接不同网络的设备; 防火墙 - 配置网络权限控制策略; 常见的系统调试界面: CLI , command line interface , 命令行界面(网络设备调试界面) GUI , graphic user interface , 图 ...
分类:
其他好文 时间:
2020-09-24 21:37:33
阅读次数:
44