码迷,mamicode.com
首页 >  
搜索关键字:referenced libraries    ( 1980个结果
xmpp
xmpphttp://xmpp.org/xmpp-software/clients/http://xmpp.org/http://xmpp.org/about-xmpp/technology-overview/http://xmpp.org/xmpp-software/libraries/需要注意的...
分类:其他好文   时间:2014-08-29 19:57:48    阅读次数:184
如何把UCos-ii_在STM32上的移植
下载代码 stm32 标准外设库是 stm32 全系列芯片的外设驱动,有了它可以大大加速我们 开发 stm32。 首先从 st 公司的网站下载最新的 stm32 标准外设库,写本文时最新的版本是 V3.5.0。 解压该 zip 文件,得到如下文件夹和文件 STM32F10x_StdPeriph_Lib_V3.5.0\  _htmresc  Libraries  Project  ...
分类:其他好文   时间:2014-08-28 16:17:29    阅读次数:279
error while loading shared libraries: xxx.so.x"错误的原因和解决办法
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file o...
分类:其他好文   时间:2014-08-25 18:32:04    阅读次数:219
iOS_导入libxml2.2框架后,找不到<libxml/tree.h>的解决办法
由于用到了第三方Html解析类库Hpple, 在导入框架libxml2.2.dylib后, 最到了XCode仍然找不到的情况, 最后解决过程如下: 1、项目-Targets中的Build Phases, 找到Link Binary With Libraries, 点击“+”,添加 “libxml2.dylib” 2、同样的,切换到Buiild Settin...
分类:移动开发   时间:2014-08-22 21:10:39    阅读次数:364
oracle查找特定表的引用
select * from user_source t where upper(t.TEXT) like upper('%table1%')第二种方法类似于eclipse中的file searchselect * from user_dependencies g where g.referenced...
分类:数据库   时间:2014-08-22 12:25:36    阅读次数:207
Eclipse中使用Junit编写测试用例
Eclipse自带Junit插件,不用安装就能在项目中编写测试用例,非常方便。在项目中添加Junit库在编写测试用例之前,需要先引入Junit。对项目根目录右键,选择Properties,Java Build Path,Libraries,如图:Add Library,选择Junit:点Next选择...
分类:系统相关   时间:2014-08-21 01:35:03    阅读次数:290
./adb: error while loading shared libraries: libncurses.so.5:
from://http://stackoverflow.com/questions/10005907/eclipse-android-plugin-libncurses-so-5sudo apt-get install libncurses5:i386orsudo apt-get install l...
分类:数据库   时间:2014-08-19 22:21:35    阅读次数:193
ubuntu下安装android sdk运行模拟器出现错误:
./emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory你用的是64位的系统吧?应该是缺少 lib32stdc...
分类:移动开发   时间:2014-08-19 07:07:23    阅读次数:296
Undefined symbols for architecture armv7
This problem has been driving me crazy, and i can't work out how to fix it... Undefined symbols for architecture armv7: "_deflateEnd", referenced ...
分类:其他好文   时间:2014-08-18 21:50:23    阅读次数:592
ios接入外部设备失败
app需要ios设备连接第三方硬件,根据第三方硬件的SDK文档调用完全无反应。解决方案:Targets 中如下操作:1、BuildPhase --》 Link binary with libraries 添加ExternalAccessory.framework;2、Info --> Custom ...
分类:移动开发   时间:2014-08-18 15:55:12    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!