新建虚拟机快速分区后启动报"Units specified don’t exist SHSUCDX can’t install",试过网上说的 修改BIOS设置方法不起作用 修改虚拟机设置,将虚拟设备节点改为IDE ...
分类:
其他好文 时间:
2018-02-27 17:36:58
阅读次数:
158
迭代加深搜索基础 题目描述 A little known fact about Bessie and friends is that they love stair climbing races. A better known fact is that cows really don’t like ...
分类:
其他好文 时间:
2018-02-25 17:15:41
阅读次数:
219
Don't let go too soon, but don't hold on too long. 不要太快放手,也别紧握太久。 It is inevitalbe to encounter with some insurmountable obstacles sometimes, especial ...
分类:
其他好文 时间:
2018-02-23 10:50:15
阅读次数:
111
Live, travel, adventure, bless, and don't be sorry. 精彩地活着,不停地前行,大胆冒险,心怀感激,不留遗憾。 Everything we do is a kind of achievement. The question is, where are ...
分类:
其他好文 时间:
2018-02-17 21:44:11
阅读次数:
199
Use the smile to change the world. Don't let the world change your smile. 用你的笑容去改变这个世界,别让这个世界改变了你的笑容。 Always keep a smiling face toward the world, may ...
分类:
其他好文 时间:
2018-02-15 22:50:48
阅读次数:
312
1.避免重复原则(DRY – Don’t repeat yourself) 编程的最基本原则是避免重复。在程序代码中总会有很多结构体,如循环、函数、类等等。一旦你重复某个语句或概念,就会很容易形成一个抽象体。 2.抽象原则(Abstraction Principle ) 与DRY原则相关。要记住,程 ...
分类:
其他好文 时间:
2018-02-15 10:30:06
阅读次数:
219
一、渐进记法三个重要的记号 Ο、Ω、Θ,Ο记法表示渐进上界,Ω记法表示渐进下界,Θ记法同时提供了函数的上下界几种常见的渐进运行时间实例三种重要情况最好的情况,最坏的情况,平均情况最坏的情况通常是最有用的情况,可以对算法效率做出最佳保证实证式算法评估Tip1:If possible, don’t wo... ...
分类:
编程语言 时间:
2018-02-11 16:15:21
阅读次数:
161
Are you afraid of me? (你们怕我吗?) Don't be.(不用怕) I am a programmer who just won't die.(我是不会死的程序员) 自从跟踪到32位CPU的逻辑地址等同于线性地址,不仅在Windows中,还有在Linux(Android)中, ...
分类:
其他好文 时间:
2018-02-06 01:25:30
阅读次数:
219
Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had tried my best in my campus life, I would live a tot ...
分类:
其他好文 时间:
2018-02-06 01:10:57
阅读次数:
167
Implement pow(x, n). Notice You don't need to care about the precision of your answer, it's acceptable if the expected answer and your answer 's diffe ...
分类:
其他好文 时间:
2018-02-04 21:00:42
阅读次数:
136