码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can...
分类:其他好文   时间:2014-06-27 21:21:37    阅读次数:300
工具异常问题解决
Eclipse中SVN插件常遇到的异常:Subclipse talks to Subversion via a Java API that requires access to native libraries.Those libraries where either not found or an...
分类:其他好文   时间:2014-06-27 21:03:57    阅读次数:264
【iOS知识学习】_int、NSInteger、NSUInteger、NSNumber的区别和联系
1、首先先了解下NSNumber类型: 苹果官方文档地址:https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNumber_Class/Reference/Reference.html NSNumber是NSValue的一个子类,它是一个对象来存储数字值包括bool...
分类:移动开发   时间:2014-06-25 19:33:49    阅读次数:354
VintaSoftBarcode.NET Library 条形码识别控件
VintaSoftBarcode.NET Library条形码识别控件是一个完美的条码读写.NET 库,支持从数码图片读取条码或者生成数码图片条码。具体功能:支持多线程支持创建条码图片支持为生成的条形码指定大小和分辨率拥有许多选项控制条码创建支持从图片对象、图片文件、和PDF文档读取条码编程环境:....
分类:Web程序   时间:2014-06-25 15:08:48    阅读次数:269
osg轮廓特效 【转】
// -*-c++-*-/** OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield** This library is open source and may be redistributed and/or modified under* ...
分类:其他好文   时间:2014-06-25 13:57:17    阅读次数:187
转 iOS Core Animation 动画 入门学习(一)基础
iOS Core Animation 动画 入门学习(一)基础 reference:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction/Int....
分类:移动开发   时间:2014-06-25 12:35:48    阅读次数:276
CentOS 6.5 Python Image Library 配置
转自:http://www.cnblogs.com/way_testlife/archive/2011/04/17/2019013.htmlPIL 下载:http://www.pythonware.com/products/pil/index.htm安装 PIL $ tar xvfz Imaging...
分类:编程语言   时间:2014-06-25 12:33:09    阅读次数:305
如何解决 no jzmq in java.library.path
1. 确保zmq的各种library有安装正确,检查方法:查看/usr/local/lib, 看里面有没有libjzmq.a, libjzmq.dylib, libzmq.a, libjzmq.dylib等     正确的安装方法是:(1)安装libzmq-master (2)安装zeromq-3.2.4,注意版本最好选这个,试过最新版本会报错 (3)安装jzmq-master java bin...
分类:编程语言   时间:2014-06-25 09:58:16    阅读次数:310
Linux VM环境配置
1. 直接打 ifconfig ,显示 bash: ifconfig: command not found      打入全路径,查看IP     /sbin/ifconfig  2. 主机ping不通虚拟机, 配置NAT 到适配器设置中,开启网卡 再次 ping 虚拟机IP 测试 3.  接下来设置 SecureCRTPortable, 这样的话,就能从...
分类:系统相关   时间:2014-06-25 00:10:08    阅读次数:338
Android 混淆打包不混淆第三方jar包
项目因为要发布,所以要混淆打包。 混淆打包流程: 1.在proguard-project.txt文件中添加不需要混淆的类和第三方的jar包     这个是保持自己包中不需要混淆的类,如果有些类调用了jni也不需要混淆,不然会出错。还有如果项目中有其他项目作为library引入,那这些项目的一些类也不能混淆。   这个是保持项目中的第三方jar不混淆   另外加上上面几句话...
分类:移动开发   时间:2014-06-24 21:40:19    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!