码迷,mamicode.com
首页 >  
搜索关键字:sources    ( 2788个结果
Ubuntu13.10更新源
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
ubuntu源码安装libvirt
说明: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之旅-1纯手写Qt界面
通过手写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 zedboard GPIO 开关 开控制 LED
前面我做了几个实验 都没有用过 开关,这一次用一用发现 vivado 真的挺方便 所以 使用 vivado 开发1.建工程我使用 vivado 2013.4创建新工程 –》 next –》next勾选 Do not specify sources at this time //这样跳过后面两个添加文...
分类:数据库   时间:2014-07-30 00:47:02    阅读次数:1212
详解Struts1中的struts-config.xml配置文件【一】
搞清楚struts-config.xml中各项元素的作用,对于我们构建web项目有莫大的好处。是struts的根元素,它主要有8个子元素,DTD定义如下: 以上8个元素,下面一一介绍:1. date-sources元素 date-sources元素用来配置应用程序所需要的数据源。java语言提供.....
分类:其他好文   时间:2014-07-29 11:48:26    阅读次数:295
Android学习笔记四:添加Source
问题描述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
CentOS 7.0 安装中文输入法
安装的时候没有设置,现在找到之后记录下: (我这个是已经设置完后的截图,所以,Input Sources中,有拼音输入选项) Applications -- System Tools -- Setting -- Regin & Language点击左下角的 “+”号。找到Chinese(China)...
分类:其他好文   时间:2014-07-28 14:49:33    阅读次数:313
install sun-java6-jdk in ubuntu12.04
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
linux系统和依赖包常用下载地址
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
转:RunLoop简单了解
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!