一、准备工作 ·下载Ubuntu 12.04 LTS(Desktop):http://releases.ubuntu.com/precise/ ·下载EasyBCD:http://www.onlinedown.net/soft/58174.htm 二、开始安装 ①.进入Windows7系统,复制ubuntu-12.04.1-desktop-i386.iso文件到C盘,解压casper\initrd.lz和casper\vmlinuz到C盘根目录: ②.安装EasyBCD,添加NeoGrub引导程序: title Install Ubuntu root (hd0,1) kernel (hd0,1)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.1-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8…
📂 操作系统
👤 博主
📅 2013-01-08
👁 4343
👍 0
阅读全文 →
机子原先有一个Windows7操作系统,后来安装了Ubuntu 12.04 LTS,结果发现启动菜单还是只有一个Windows7,无法启动Ubuntu。硬盘分区及安装启动引导器的设备如下图所示: 使用EasyBCD恢复Ubuntu 12.04启动菜单示例 进入Windows7操作系统,下载安装EasyBCD,运行软件,按下图步骤添加启动条目: 重启,就能看到Ubuntu启动菜单了: 参考资料 .Ubuntu 12.04和Windows 7双系统安装图解:http://www.linuxidc.com/Linux/2012-05/59663.htm
📂 操作系统
👤 博主
📅 2013-01-03
👁 11953
👍 0
阅读全文 →
CKEditor是一个文本编辑器,它的前身为FCKeditor。CKEditor不具备文件上传和管理功能,需要借助CKFinder来实现。 一、下载文件 CKEditor 4.0(ckeditor_4.0_standard.zip):http://ckeditor.com/download CKFinder.NET 2.3(ckfinder_aspnet_2.3.zip):http://ckfinder.com/download 二、安装配置 1.安装CKEditor和CKFinder.NET ·解压ckeditor_4.0_standard.zip到/CKEditor文件夹下; ·解压ckfinder_aspnet_2.3.zip到/CKFinder文件夹下;…
📂 Web编程
👤 博主
📅 2013-01-02
👁 6022
👍 0
阅读全文 →
1.在控制器获取当前页面Controller和Action名称 2.在视图获取当前页面Controller和Action名称 说明:Values可获取路由参数id的值。
📂 Web编程
👤 博主
📅 2013-01-01
👁 5273
👍 0
阅读全文 →