码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
cocos2dx在windows下搭建环境android报错
报错:Program bash is not found in PATH(如果按照我的方法来的话是没有这个错误的,我之前用别的方法的时候有但是后来还是没解决,写出来放到这里做参考吧)参考原文:http://blog.csdn.net/fuyongbing1986/article/details/11...
分类:移动开发   时间:2014-08-21 22:28:24    阅读次数:302
[Enterprise Library for .NET Framework 2.0]自定义日志路径或日志文件名称
有时候,日志输出的时候会根据时间来分类,譬如“20140821\trace.log”,在Enterprise Library中通过工具配置,只能定义日志文件名称,可以通过代码修改FlatFileTraceListenerData实现或Custom Trace Listener方式, 通过代码修改Fl...
分类:Web程序   时间:2014-08-21 18:48:24    阅读次数:376
[zz]Python 3.4 and Pillow 2.4 with JPEG2000 (openjpeg 2) support in Ubuntu 14.04
Pillowsupport for JPEG2000 comes fromopenjpeg2 library. Unfortunatly, Ubuntu's libopenjpeg2 package is not version 2 of the openjpeg library, butactua...
分类:编程语言   时间:2014-08-21 18:35:14    阅读次数:363
求平面内两条直线的交点
Theandcoordinates of the point of intersection of two non-vertical lines can easily be found using the following substitutions and rearrangements.Supp...
分类:其他好文   时间:2014-08-21 18:31:04    阅读次数:189
python笔记——简易线程池multiprocessing.Pool
多线程模型设计是一个比较复杂的逻辑,但是python对于多线程的处理却有种种方便的类库,不需要过多的纠结线程间的操作细节。比如[multiprocessing.Pool](https://docs.python.org/2/library/multiprocessing.html...
分类:编程语言   时间:2014-08-21 17:27:04    阅读次数:339
动态库的搜索路径搜索的先后顺序
1.编译目标代码时指定的动态库搜索路径 -rpath;   2.环境变量LD_LIBRARY_PATH指定的动态库搜索路径;   3.配置文件/etc/ld.so.conf中指定的动态库搜索路径;   4.默认的动态库搜索路径/lib;   5.默认的...
分类:其他好文   时间:2014-08-21 15:21:44    阅读次数:245
ble4.0 app后台运行、报警、通知实现
先把收集到有用资料整理一下,等项目完成再写篇文章 app在后台播放报警音:https://developer.apple.com/library/ios/qa/qa1668/_index.html 后台运行设置:http://blog.shiqichan.com/ios-ble-background-central-scanning/ http://blog.csdn.net/mon...
分类:移动开发   时间:2014-08-21 13:24:14    阅读次数:239
Maven命令行创建web项目,并部署到jobss当中(解决No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins,问题)
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:Web程序   时间:2014-08-21 09:42:24    阅读次数:274
Android学习路线(二十四)ActionBar Fragment运用最佳实践
通过前面的几篇博客,大家看到了Google是如何解释action bar和fragment以及推荐的用法。俗话说没有demo的博客不是好博客,下面我会介绍一下action bar和fragment在实战中的应用,以及相关demo源码,希望和大家相互交流。 了解过fragment的同学们应该都知道,fragment是android 3.0版本才出现的的,因此如果要在支持android 3.0一下版本的工程中使用fragment的话是需要添加Support Library的。具体如何添加我就不再赘述,可以看我前...
分类:移动开发   时间:2014-08-21 04:12:53    阅读次数:455
Eclipse中使用Junit编写测试用例
Eclipse自带Junit插件,不用安装就能在项目中编写测试用例,非常方便。在项目中添加Junit库在编写测试用例之前,需要先引入Junit。对项目根目录右键,选择Properties,Java Build Path,Libraries,如图:Add Library,选择Junit:点Next选择...
分类:系统相关   时间:2014-08-21 01:35:03    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!