创建 COM 对象失败. 应用程序将被中断. Start tag expected, '<' not found. Location: 'C:\Users\Mike/.VirtualBox\VirtualBox.xml', line 1 (0), column 1. C:\tinderbox\...
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:
其他好文 时间:
2014-09-04 18:31:59
阅读次数:
266
package cn.itcast.oa.base;import java.lang.reflect.ParameterizedType;import java.util.List;import javax.annotation.Resource;import org.hibernate.Sessi...
分类:
其他好文 时间:
2014-09-04 16:28:49
阅读次数:
220
利用Wi-Fi从pc端上传文件到iOS设备上首先,从Github下载cocoa-web-resource:pc浏览器运行的效果:代码中如果不想端口为大家所熟知的,可以随机生产一个端口号,在代码的操作很简单,只要在CocoaWebResourceViewController.m文件中注释[httpServersetPort:8080];这一行代码,以..
分类:
移动开发 时间:
2014-09-04 15:07:20
阅读次数:
388
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-09-03 19:50:37
阅读次数:
156
在sts中,启动run on server时或查看项目文件时报错:Resource is out of sync with the file system: ....这是文件系统不同步的问题,是因为在eclipse或mycelipse之外对工程中的resource进行修改引起的(或者是由不同的系统间...
分类:
其他好文 时间:
2014-09-03 00:05:35
阅读次数:
282
MySQL启动错误ERROR! MySQL server PID file could not be found的解决办法...
分类:
数据库 时间:
2014-09-02 19:57:15
阅读次数:
283
题目链接Some scientists are working on protein recombination, and during their research, they have found a remarkable fact: there are 4 proteins in the pr...
分类:
其他好文 时间:
2014-09-02 19:49:05
阅读次数:
254
今天搞winform遇到了一个异常:System.Resources.MissingManifestResourceException: 未能找到任何适合于指定的区域或非特定区域性的资源。请确保在编译时已将“****.****.Resource.resources”正确嵌入或链接到程序集因为之前这个...
分类:
其他好文 时间:
2014-09-02 19:29:05
阅读次数:
444
把下载好的ubuntu安装包放在C盘根目录下,利用Daemon Tools 将安装包下casper文件夹的vmlinuz.efi和initrd.lz拷贝到C盘根目录下,紧接着打开easybcd,在配置文件里输入如下配置信息,重启后即可进行后续安装步骤了。之前一直报file not found的原因就是把vmlinuz.efi的后缀忘了,导致找不到文件。
title Install Ubuntu ...