1.备份源文件;root@localhost:~#cd/etc/apt/
root@localhost:/etc/apt#ls
apt.conf.dsources.listsources.list.20140731bktrustdb.gpgtrusted.gpg.d
preferences.dsources.list~sources.list.dtrusted.gpg
root@localhost:/etc/apt#mvsources.listsources.list.20140731bk2.创..
分类:
其他好文 时间:
2014-07-31 21:09:10
阅读次数:
190
说明:Ubuntu12.04和Ubuntu14.04server版测试通过1.相关包的安装1)官网获取源码(http://www.libvirt.org/sources),当前我们使用的版本是1.2.52)在libvirt配置和编译前先安装部分相关包sudoapt-getinstallqemu-kvmlibvirt-binbridge-utilssudoapt-getinstallubuntu-vm-buil..
分类:
其他好文 时间:
2014-07-30 15:00:54
阅读次数:
297
通过手写qt代码来认识qt程序的构成,以及特性。设计一个查找对话框。下面是设计过程
1 新建一个empty qt project
2 配置pro文件
HEADERS += Find.h
QT += widgets
SOURCES += Find.cpp main.cpp
3 编写对话框的类
代码如下:
//Find.h
#ifndef FIND_H...
分类:
其他好文 时间:
2014-07-30 10:08:33
阅读次数:
298
前面我做了几个实验 都没有用过 开关,这一次用一用发现 vivado 真的挺方便 所以 使用 vivado 开发1.建工程我使用 vivado 2013.4创建新工程 –》 next –》next勾选 Do not specify sources at this time //这样跳过后面两个添加文...
分类:
数据库 时间:
2014-07-30 00:47:02
阅读次数:
1212
搞清楚struts-config.xml中各项元素的作用,对于我们构建web项目有莫大的好处。是struts的根元素,它主要有8个子元素,DTD定义如下: 以上8个元素,下面一一介绍:1. date-sources元素 date-sources元素用来配置应用程序所需要的数据源。java语言提供.....
分类:
其他好文 时间:
2014-07-29 11:48:26
阅读次数:
295
问题描述Source not foundThe JAR file D:\.....\sdk\platforms\android-20\android.jar has no source attachment.问题原因及解决办法1. 使用SDK Manager下载最新版本的Sources for An...
分类:
移动开发 时间:
2014-07-28 19:11:44
阅读次数:
269
安装的时候没有设置,现在找到之后记录下: (我这个是已经设置完后的截图,所以,Input Sources中,有拼音输入选项) Applications -- System Tools -- Setting -- Regin & Language点击左下角的 “+”号。找到Chinese(China)...
分类:
其他好文 时间:
2014-07-28 14:49:33
阅读次数:
313
http://blog.sina.com.cn/s/blog_6296abc601018p86.html在文件/etc/apt/sources.list的最后添加下面的源:deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse更新apt源s...
分类:
编程语言 时间:
2014-07-27 22:56:59
阅读次数:
280
http://ftp.gnome.org/pub/gnome/sources/gstreamer/0.10/http://www.linuxfromscratch.org/blfs/view/svn/http://www.linuxfromscratch.org/blfs/view/svn/mult...
分类:
系统相关 时间:
2014-07-25 13:53:51
阅读次数:
339
A run loop for a given thread will wait until one or more of its input sources has some data or event, then fire the appropriate input handler(s) to p...
分类:
其他好文 时间:
2014-07-24 17:15:40
阅读次数:
301