
同任何网站一样,阿里巴巴首页的每次改版也都是一次纠结和挣扎的洗礼。设计的过程总是痛苦的,因为判断和选择总是艰难的,这里我们并不想叙述改版的整个流程——尽管不同团队的架构和设计团队的职责有所差异,但除了决策过程不同外,大公司抑或小公司在流程上并无本质区别。我们在此是想通过总结我们在改版过程中经验和教训,以及对于首页甚或产品redesign的思考。
以下是我们觉得必要的思考流程以及一些方法和关键点:

同任何网站一样,阿里巴巴首页的每次改版也都是一次纠结和挣扎的洗礼。设计的过程总是痛苦的,因为判断和选择总是艰难的,这里我们并不想叙述改版的整个流程——尽管不同团队的架构和设计团队的职责有所差异,但除了决策过程不同外,大公司抑或小公司在流程上并无本质区别。我们在此是想通过总结我们在改版过程中经验和教训,以及对于首页甚或产品redesign的思考。
以下是我们觉得必要的思考流程以及一些方法和关键点:

数据在很多网站都被看作是衡量一个产品或者一个设计好坏的基本指标之一。数据指标也曾经压的我很长一段时间喘不过气来。但是现在想想确实有时候数据能告诉你很多很多。它未必是衡量产品好坏的唯一标准,但是它也确实能告知你很多。
打开functions.php文件添加如下的代码
这段代码的意思是让你的主题支持特色图片的调用 然后在你想要调用特色图片的位置添加以下代码
<?php if ( has_post_thumbnail() ) { ?>
<?php the_post_thumbnail(); ?>
<?php } else {?>
<img src="<?php bloginfo('template_url'); ?>/images/xxx.jpg" />
<?php } ?>
具体做法:
1. “控制面板”→“系统安全”→“操作中心”→“更改用户帐户控制设置”,将其改为最低限度(最下面的一 项),确认后,系统 提示重新启动系统;如图
2. 解压MbrFix后,把MbrFix.exe文件放到C盘根目录下;
3 用 Win徽标键+R 打开“运行”,输入cmd并回车,输入命令 “C:/MbrFix /drive 0 fixmbr” 并回车,此时出现 是否确认{Y/N},输 入YB并回车即可。如图

4. 重启系统,你就发现,系统直接就进入windows了.
5. 删除Ubuntu分区。
(1)鼠标右键桌面上的“我的电脑”→“管理(G)”→“存储”→“磁盘管理”;
(2)右键单击Ubuntu的分区(我们假设是“X盘”),选择“删除卷(D)……”然后确认;
(3)接着右键单击X盘, 选择“新建简单卷(I)……”,一直点击“确认”即可完成。
此时你会发现我的电脑里显现出了“X盘”,即新加卷。
仅适合以下情况 sudo update-grub后显示: Found linux image: /boot/vmlinuz-2.6.39-020639rc1-generic Found initrd image: /boot/initrd.img-2.6.39-020639rc1-generic Found memtest86+ image: /boot/memtest86+.bin mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory mapdevfs: error while loading shared libraries: libdebian-installer.so.4: cannot open shared object file: No such file or directory done 解决办法: sudo apt-get install --reinstall libdebian-installer4 sudo os-prober sudo update-grub