VNC (Virtual Network Computer)是虚拟网络计算机的缩写。VNC 是一款优秀的远程控制工具软件,由著名的AT&T 的欧洲研究实验室开发的。VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用。 在 Linux 中,VNC 包括以下 ...
分类:
其他好文 时间:
2020-08-03 18:40:21
阅读次数:
80
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:
系统相关 时间:
2020-08-01 21:26:59
阅读次数:
103
1.存储的一些概念和术语 SCSI:小型计算机系统接口(Small Computer System Interface) FC:光纤通道(Fibre Channel) DAS:直连式存储(Direct Attached Storage) NAS:网络接入存储(Network At tached St ...
分类:
其他好文 时间:
2020-07-28 22:54:12
阅读次数:
110
#建造者模式 建造者模式是将创建和表示进行分离,使得创建的过程中能够创建不同的表示。 据说建造者-指挥者模式已经不是常用了,这里只是学习思想 只要实现了创建和表示分离就好了,流式的配备一台电脑 将电脑的展示和电脑的组成分开 class Computer { private Computer(Buil ...
分类:
其他好文 时间:
2020-07-24 16:33:56
阅读次数:
69
Let's print "Hi" 打印输出“Hi” In your first computer program, let's print something on the screen to display. 在您的第一个计算机程序中,让我们在屏幕上打印一些内容进行显示。 How can we i ...
分类:
其他好文 时间:
2020-07-24 09:35:30
阅读次数:
92
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:
其他好文 时间:
2020-07-24 09:19:32
阅读次数:
81
C语言简介 C is a programming language that lets us give a computer very specifio commands. C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。 C was invented in 1972. It's one ...
分类:
其他好文 时间:
2020-07-23 09:17:28
阅读次数:
69
作为Computer networks课程的一个project,我们需要实现用TCP在mininet中client和server的相互通信,需要能够传输文本文件,binary file 和image file。整个project的目的还是比较明确的。我主要列出了一下几个问题,需要在代码中实现。 1. ...
分类:
编程语言 时间:
2020-07-19 18:10:07
阅读次数:
91
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:
其他好文 时间:
2020-07-18 00:38:36
阅读次数:
268
Linux性能相关命令 1. 查看硬盘相关信息 cat /proc/scsi/scsi #查看scsi(Small Computer System Interface)连接的设备 lsblk #查看硬盘设备 lsblk -o name,rota #查看硬盘设备,列出名称和转动标志,如果rota为0, ...
分类:
系统相关 时间:
2020-07-15 23:26:28
阅读次数:
89