在我看来,编程的魅力就在于利用有限的语言写出无限的循环,把清晰的指令交给计算机去做最枯燥无味的重复工作。
因此,对于本次电梯的控制,当完成了对应输入输出变量的控制能够进行初始化工作及前往指定楼层后,便需要把电梯的选层与当前楼层综合得到前进目标的逻辑完整。[……]
月份:2020年6月
当我知道有所谓的敏感时期后,便安心一些,问题是有缘由的。[……]
Background
To my surprise, Glaucon suggested questions this time. When I drew the relation graph of bookⅠ, I categorized him into the same group wi[……]
电梯功能需要明确目标楼层,想要利用循环功能实现,但梯形图是与通常的编程语言不同,而更类似汇编语言,需要从本质的位的移动入手。[……]

background
Socrates is the narrator, his Chinese name(苏格拉底) is known to us. However, I get to know that the content is just in his name but the tho[……]
var blue = document.querySelector(‘.js-switch-blue’);
var switchery = new Switchery(blue, { color: ‘#7c8bc7’, jackColor: ‘#9[……]
skateboard
history
引用
tricks
快速上板
2020.6.22初成
教学视频
要点
- 通过滑行,对滑板特性较为熟悉
- 右手持滑板,向前助跑,合适的时机顺势推出
- 正视滑板,预测前进方向,惯用前脚踩上
荡板
2020.6.26初成[……]
给定一个无向图的顶点个数, 再给出有关联的边的信息,请找出给定的两个顶点之间的所有简单路径。按照顶点编号的大小顺序依次输出。[……]
任务
在观看滑板的教学视频时,注意到bilibili中视频的下方有分享至博客,尝试将嵌入代码复制,发现缺少很多组件如上所示。后经网页资源找到解决方法,效果很好。
调整
完整播放器
参考博文Wordpress网页直接插入bilibili视频方法,在复制过来的iframe的标签中[……]

任务
在对ssh暴力破解有了感性认识后,下面对ssh的相关理论进行学习总结
背景
The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one com[……]