今天我的bantu16.04出现了一点问题,我想重新安装,所以我就没有在windows中进行重新刪区直接安装的,就是由于我没有删除原来的分区为重新安装的ubuntu分出一个区,导致我把原来那个分区给格式化了,系统又重新分配了一个分区,导致在重启的时候找不到哪个引导文件grub/i386-pc/nor ...
分类:
其他好文 时间:
2017-03-05 17:40:04
阅读次数:
225
前几天整理了下电脑的分区,合并并删除一些分区,结果导致 grub 被破坏了,Ubuntu进不去了,启动后直接进入了 rescure 模式。后来又折腾了下,终于修复好了,现总结一下。 先说一下我的系统环境,我是 Win7 + Ubuntu 16.04 双系统,先安装的 Win7,后安装的 Ubuntu ...
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1242 参考链接:http://www.acmerblog.com/hdu-1242-Rescue-1605.html 普通队列+bfs确实是蒙对的,因为击败守卫需要消耗时间1,因此普通队列每一次出队列的 ...
分类:
其他好文 时间:
2017-02-15 21:12:35
阅读次数:
178
Sublime Text:一款具有代码高亮、语法提示、自动完成且反应快速的编辑器软件,不仅具有华丽的界面,还支持插件扩展机制,用她来写代码,绝对是一种享受。相比于难于上手的Vim,浮肿沉重的Eclipse,VS,即便体积轻巧迅速启动的Editplus、Notepad++,在SublimeText面前 ...
分类:
其他好文 时间:
2017-02-10 23:03:44
阅读次数:
345
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a ...
分类:
其他好文 时间:
2017-02-10 14:45:06
阅读次数:
199
Ignatius and the Princess I Problem Description The Princess has been abducted by the BEelzebub feng5166, our hero Ignatius has to rescue our pretty P ...
分类:
其他好文 时间:
2017-02-05 21:29:42
阅读次数:
251
突然发现,在中国农历新年的这几年里,Exadata 12.2版本已经发布了。 本起去docs.oracle.com上看看它的新特性,结果发现文档还没有更新: 下面是找到的一些资料,让我们来一睹为快吧: Smart Analytics: (1). In-Memory Formats in Column... ...
分类:
其他好文 时间:
2017-02-01 23:27:35
阅读次数:
349
UVA10269 Adventure of Super Mario(Floyd+DP) After rescuing the beautiful princess, Super Mario needs to find a way home -- with the princess of course ...
分类:
其他好文 时间:
2017-01-24 11:00:52
阅读次数:
218
Problem Description The Princess has been abducted by the BEelzebub feng5166, our hero Ignatius has to rescue our pretty Princess. Now he gets into fe... ...
分类:
其他好文 时间:
2017-01-18 15:03:55
阅读次数:
289
大意是给你1个整数n,问你能拆成多少种正整数组合。比如4有5种: 4 = 4; 4 = 3 + 1; 4 = 2 + 2; 4 = 2 + 1 + 1; 4 = 1 + 1 + 1 + 1; 然后就是母函数模板题……小于n的正整数每种都有无限多个可以取用。 (1+x+x^2+...)(1+x^2+x ...
分类:
其他好文 时间:
2017-01-17 07:59:40
阅读次数:
148