#建造者模式 建造者模式是将创建和表示进行分离,使得创建的过程中能够创建不同的表示。 据说建造者-指挥者模式已经不是常用了,这里只是学习思想 只要实现了创建和表示分离就好了,流式的配备一台电脑 将电脑的展示和电脑的组成分开 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
1025 PAT Ranking (25分) Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test ...
分类:
其他好文 时间:
2020-07-14 17:59:25
阅读次数:
48
##题面 Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our dai ...
分类:
其他好文 时间:
2020-07-12 17:05:48
阅读次数:
132
这款导航主题解压包不到“1M”可以说是非常的轻盈,适合做导航收录.本款主题在挖主题出售58¥ HAOWA定位wordpress导航主题 模板主视觉结构参考的优设导航网站模板,并在此模板基本上进行了不断的深化与探索,如详情页面、文章列表、投稿页面、外链按钮;HaoWa更注重wordpress用户的实用 ...
分类:
其他好文 时间:
2020-07-12 14:28:14
阅读次数:
150