码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
Visual Studio 编译libimobiledevice问题简介
error LNK2001: unresolved external symbol __imp__plist_array_get_item 这种错误需要在目标项目上添加 Reference. Release版本需要把所有类库: Configuration Properties->C/C++->Code Generation->Runtime Library修改为MT(静态链接库) 多类库相互依赖,...
分类:其他好文   时间:2015-05-28 10:55:28    阅读次数:185
swift 资料大整理(持续更新)
iOS swift开发资源整理 以下是我整理的资源目录,无关顺序。 2015.05.27更新 斯坦福白胡子swift教学视频以及字幕下载 斯坦福白胡子demo下载 apple swift官方博客 swift 基础语法官方文档 swift Using Swift with Cocoa and Objective-c官方文档 apple swift 官方Resource Library The sw...
分类:编程语言   时间:2015-05-28 09:39:20    阅读次数:381
solve build_static_library with nothing issue
使用?android-ndk-r10d LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_CFLAGS += -std=c99 LOCAL_EXPORT_LDLIBS += -llog LOCAL_SRC_FILES += android/loghelp.c LOCAL_SRC_FILES += android/jni...
分类:其他好文   时间:2015-05-28 02:02:10    阅读次数:192
Linux Shell脚本攻略(1.4)
1.4 使用函数添加环境变量1.4.1 简介环境变量通常用于存储路径列表,这些路径用于搜索可执行文件、库文件等。例如:$PATH、$LD_LIBRARY_PATH,它们通常看起来像这样:PATH=/usr/bin;bin LD_LIBRARY_PATH=/usr/lib;lib这意味着只要shell需要运行二进制可执行文件时,它会首先查找/usr/bin,然后查找/bin。在ubuntu14.04...
分类:系统相关   时间:2015-05-28 00:47:49    阅读次数:225
缺少动态连接库.so--cannot open shared object file: No such file or directory
[11]缺少动态连接库.so--cannotopensharedobjectfile:Nosuchfileordirectory 总结下来主要有3种方法:1.用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边ln-s/where/you/install/lib/*.so/usr/libsudoldconfig2.修改LD_LIBRARY_PATHexportLD_LIBRARY_..
分类:其他好文   时间:2015-05-27 19:22:45    阅读次数:174
文件操作(NSFileManager)iOS
iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS不像android,没有SD 卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。默认情况下,每个沙盒含有3个文件 夹:Documents, Library 和 tmp。Library...
分类:移动开发   时间:2015-05-27 17:15:47    阅读次数:156
This version of the rendering library is more recent than your version of ADT plug-in. Please update
地址:http://stackoverflow.com/questions/18852983/eclipse-reports-rendering-library-more-recent-than-adt-plug-inThis version of the rendering library is ...
分类:其他好文   时间:2015-05-27 15:38:46    阅读次数:227
PHP之——CentOS下php安装mcrypt扩展(插曲)
(以下步骤均为本人实际操作,可能与你的安装方法有所区别,但我会尽量排除疑惑) 大致步骤(1)安装mcrypt,(2)安装php对mcrypt的扩展,(3)重启apache (1)、确认你的linux没有安装mcrypt库,如果已安装,跳过安装步骤 [root@test-206 ~]# yum list installed|grep mcrypt libmcrypt.x86_64...
分类:Web程序   时间:2015-05-27 14:02:52    阅读次数:189
simulink学习笔记(1)
1、在simulink中使用Xilinx器件需要添加System Generator,定义全局时钟。(若有器件想使用倍频时钟如何处理?) 2、subsystem的颜色可由用户定义,以区分不同功能的模块。 3、Library Browser内的器件更全面,可以导入其它软件的模块。 4、如图位...
分类:其他好文   时间:2015-05-27 12:05:40    阅读次数:129
隐藏IE input key eyes
IEstylusinput::-ms-revealinput::-ms-clear display noelinks:https://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspxhttps://msdn.microsoft.c...
分类:其他好文   时间:2015-05-27 12:02:35    阅读次数:115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!