码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
iOS 编译含C++代码出现ld: symbol(s) not found for architecture i386错误之解决(转载)
最近项目需要搭建自己的IM服务器,在快速配置好Openfire之后,开始研究使用gloox开发XMPP客户端实现通信,先下载gloox源码,然后./configure,make ,sudo make install,在/usr/local/下找到头文件夹和静态库,加到项目中,然后加入openssl库...
分类:移动开发   时间:2014-06-19 00:44:30    阅读次数:493
使用 Apache Pig 处理数据7
Mapreduce 模式中的 Pig对于 MapReduce 模式,必须首先确保 Hadoop 正在运行。要做到这一点,最简单的方法是在 Hadoop 文件系统树的根上执行文件列表操作,如 清单 3 所示。清单 3. 测试 Hadoop 可用性$ hadoop dfs -ls /Found 3 it...
分类:其他好文   时间:2014-06-18 22:46:01    阅读次数:490
ios后台传输机制
http://www.appcoda.com/background-transfer-service-ios7/http://www.raywenderlich.com/51127/nsurlsession-tutorialhttps://developer.apple.com/library/io...
分类:移动开发   时间:2014-06-18 20:34:57    阅读次数:235
ios deployment target 由6.0改为7.0、7.1出现找不到c++库
原因 object c++ ios7.0/7.1不支持c++ 11,解决办法:C++ Standard Libraryis set tolibstdc++ (GNU c++ standard library)另一个问题:c++库怎样加入ios工程中,不用.mm文件?1.提供一个接口头文件只有不要有c...
分类:移动开发   时间:2014-06-18 20:18:50    阅读次数:254
No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basic
Struts Problem ReportStruts has detected an unhandled exception:Messages:No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basicCanno...
分类:数据库   时间:2014-06-18 18:41:57    阅读次数:249
SQLDMO知识总结
SQLDMO(SQL Distributed Management Objects)参考手册:http://technet.microsoft.com/en-us/library/aa312550(v=sql.80).aspxsql server 2005后改为SMO参考手册:http://tech...
分类:数据库   时间:2014-06-18 18:28:19    阅读次数:216
Android模糊示例-RenderScript-附效果图与代码
本文链接 http://write.blog.csdn.net/postedit/31031411 参考链接 Android高级模糊技术,http://stackoverflow.com/questions/14879439/renderscript-via-the-support-library 1. 程序截图 拖动红色区域,可以显示出清晰的汽车部分。拖动下面的滑块,可以更改模糊程度。...
分类:移动开发   时间:2014-06-16 20:53:59    阅读次数:324
NYOJ 483 Nightmare 【广搜】+【无标记】
Nightmare 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should ...
分类:Web程序   时间:2014-06-16 18:57:52    阅读次数:268
symbol(s) not found for architecture i386
此问题针对百度地图真机调试和模拟器.a文件的选取问题 "$(SRCROOT)/MobileYonyou/Third/BaiduMap_IOSSDK_v2.3.0_Lib/Release$(EFFECTIVE_PLATFORM_NAME)" 这样就可以根据运行环境自动选取.a文件. --     "$(SRCROOT)/MobileYonyou/Third/BaiduMap_IOSSD...
分类:其他好文   时间:2014-06-16 18:43:31    阅读次数:207
LoadRunner 调用dll方法
本文主要介绍简单DLL的编写方法及在LoadRunner中局部调用与全局调用DLL方法。1.动态链接库的编写在Visual C++6.0开发环境下,打开FileNewProject选项,可以选择Win32 Dynamic-Link Library建立一个空的DLL工程。DLL必须有一个入口点,这就象...
分类:其他好文   时间:2014-06-16 13:28:17    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!