Win7 和 CentOS 的双系统,在重装 Windows 后,CentOS
就无法启动了,因为MBR被Windows重写了。解决方法就是恢复 CentOS 的MBR,需要借助2款 Windows 下的软件。1、EasyBCD
2、Ext2Fsd (需要进行第3步时才需要)这2款软件网上很容易就....
分类:
其他好文 时间:
2014-05-25 22:52:20
阅读次数:
419
最近在回顾这些基础的东西,发现用反射和注解可以实现“自动测试机”这样有趣的东西,本篇博文将对自动测试机展开刨根问底的探索。
分类:
编程语言 时间:
2014-05-25 22:49:21
阅读次数:
292
DescriptionThere are n houses in the village and
some bidirectional roads connecting them. Every day peole always like to ask
like this "How far is it...
分类:
其他好文 时间:
2014-05-25 22:47:22
阅读次数:
283
1 import javax.swing.JFrame; 2 import
javax.swing.JOptionPane; 3 4 public class Ch2Sample1 { 5 6 public static void
main(String[] args) { 7...
分类:
其他好文 时间:
2014-05-25 22:44:19
阅读次数:
597
后台线程不执行finallypackage wzh.daemon;import
java.util.concurrent.TimeUnit;class ADaemon implements Runnable { @Override
public void run() {
分类:
编程语言 时间:
2014-05-25 22:43:58
阅读次数:
436
using System;using System.Drawing;using
System.Windows.Forms;using AForge.Video;using AForge.Video.DirectShow;namespace
CameraCapture{ public parti...
分类:
Web程序 时间:
2014-05-25 22:30:32
阅读次数:
335
具体效果可见“掌眼”掌拍古玩江湖:http://bbs.guwanch.com-
(void)webViewDidStartLoad:(UIWebView *)webView { [UIApplication
sharedApplication].networkActivityIndi...
分类:
Web程序 时间:
2014-05-25 22:29:48
阅读次数:
355
1 import java.text.SimpleDateFormat; 2 import
java.util.Date; 3 import javax.swing.JOptionPane; 4 5 public class Ch2Sample1 {
6 7 public st...
分类:
其他好文 时间:
2014-05-25 22:27:03
阅读次数:
269
《Windows Azure Platform 系列文章目录》
看过我之前几章内容的读者都知道,Azure China和Azure Global服务类型的Endpoint是不同的,比如我们创建一个Azure
Storage,命名为leizhangstorage。则这个Azure Storage...
分类:
其他好文 时间:
2014-05-25 22:26:05
阅读次数:
333
从最开始的(01)篇到上一篇为止,已经解决了开发环境问题和OS项目的顶层设计问题。本篇做一个小练习:设置显卡显示256色。
分类:
其他好文 时间:
2014-05-25 22:25:45
阅读次数:
620