码迷,mamicode.com
首页 >  
搜索关键字:sources    ( 2788个结果
glib-2.28.6 的编译和安装 以及错误的解决方法
要编译glib-2.28.6,那么首先要的就是有它的源码,源码的下载地址在http://ftp.acc.umu.se/pub/gnome/sources/glib/,要什么版本都有,我这里用的是2.28.6版本(其他版本没有试,推荐该版本)。 解压什么的,我就不再啰嗦了。 这里首先在glib-2.28.6根目录下建立一个文件arm-linux.cache,并写入以下内容: glib_cv_l...
分类:其他好文   时间:2014-12-02 19:16:20    阅读次数:377
kbengine脚本编程API
KBEngine Homepage http://www.kbengine.org Releases sources : https://github.com/kbengine/kbengine/releases binarys : https://sourceforge.net/projects/kbengine/files/ Demo sources uni...
分类:Windows程序   时间:2014-12-02 13:37:54    阅读次数:309
Liunx更新源
不同的网络状况连接以下源的速度不同, 建议在添加前手动验证以下源的连接速度(ping下就行),选择最快的源可以节省大批下载时间。 首先备份源列表:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 而后用gedit或其他编辑器打开: ...
分类:其他好文   时间:2014-11-30 22:47:26    阅读次数:350
Xcode folder(蓝色文件夹) 和 group(黄色文件夹)的区别
folder:蓝色文件夹group:黄色文件夹folder只能作为资源,整个引用进项目(文件夹里面的东西都会直接拷贝到 bundle 包),不能编译代码,也就是说,以folder形式引用进来的文件,不能被放在complie sources列表里面。group 参与编译.一般只在你的工程中是文件夹的形...
分类:其他好文   时间:2014-11-28 18:13:46    阅读次数:218
Switching regulator forms constant-current source
Many applications require current sources rather than voltage sources. When you need a high-current source, using a linear regulator is inadvisable, b...
分类:其他好文   时间:2014-11-28 15:42:19    阅读次数:142
Circuit level-shifts ac signals
AC signals can emanate from many sources, and many of these sources are incompatible with the most popular interface voltages, such as TTL. A temptati...
分类:其他好文   时间:2014-11-28 14:13:40    阅读次数:190
Tiny microcontroller hosts dual dc/dc-boost converters
Batteries are the typical power sources for portable-system applications, and it is not unusual these days to find microcontroller-based portable syst...
分类:其他好文   时间:2014-11-28 11:35:12    阅读次数:342
ARC 中使用非ARC的类
在TARGETS-Bulid Phares-Compile Sources中找到非ARC的文件,双击,在弹出的框中添加1-fno-objc-arc如图:即可PS:如果项目建立时未使用ARC,想将其改为ARC,可以在building setting中修改在Building Setting中搜索auto...
分类:其他好文   时间:2014-11-27 16:14:23    阅读次数:140
unsupported dynamic reloc R_ARM_REL32 AND hidden symbol '__dso_handle' is not defined
项目里编译codec src\makefiles\android\codec\Makefileline 25 原本用 4.6 不会报错-L/data/android/android-ndk/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a \改成-...
分类:其他好文   时间:2014-11-26 15:45:04    阅读次数:449
docker的使用总结
安装docker首先准备源sudosh-c"echodebhttp://get.docker.io/ubuntudockermain>/etc/apt/sources.list.d/docker.list"sudoapt-getupdate安装sudoapt-getinstalllxc-docker提示,官方也提供了一个简单脚本帮助你安装,你可以用curl来获取这个脚本然后执行安装curl-shttps://g..
分类:其他好文   时间:2014-11-26 11:38:34    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!