码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
iOS 使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
使用不同版本的XCode出现的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZ...
分类:移动开发   时间:2014-07-16 22:58:17    阅读次数:185
e?c?s?h?o?p?模?板? l?b?i?文?件
Ecshop根目录/|->其它目录|->themes |->例:default (模板项目目录) |->images (模板图片目录)|->library (模板库目录) |-screenshot.png (模板预览图,现在放在images目录下)|-style.css (模板所使用样式表) |-a...
分类:其他好文   时间:2014-07-16 21:40:58    阅读次数:139
ThinkPHP数据分页Page.class.php
获取分页类 ThinkPHP提供了数据分页的扩展类库Page,可以在http://www.thinkphp.cn/extend/241.html下载,或者下载官方的完整扩展包(http://www.thinkphp.cn/down/253.html)里面也已经包含分页扩展类了。把解压后的Page.class.php放入ThinkPHP/Extend/Library/ORG/Util/(如果没有请...
分类:Web程序   时间:2014-07-11 08:28:13    阅读次数:303
This version of the rendering library is more recent than your version of IntelliJ IDEA.
今天往idea里导入其他项目时又遇到了一个问题,单独标记一下。 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA 看字面意思就是...
分类:其他好文   时间:2014-07-11 00:10:13    阅读次数:418
DLL 编写与使用
DLL 编写与使用 DLL,Dynamic Link Library,动态链接库。这是微软的一项技术,必须包含。 vs2010创建dll项目 流程: File|New|Project|Visual C++|Win32 | Win32 Console Application|DLL(Additional options|Export symbols) 以工程名12345为例。 ...
分类:其他好文   时间:2014-07-10 23:46:59    阅读次数:243
ArcGIS Api For Flex 动态画点和线
http://ns.adobe.com/mxml/2009"        xmlns:s="library://ns.adobe.com/flex/spark"        xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:supportClasses="com.esri.ags.skins.supportClasses.*" minWidth...
分类:Windows程序   时间:2014-07-10 21:19:33    阅读次数:362
JNI调用之本地库文件的安装
在进行JNI调用的时候,是由java的本地接口调用本地库文件来完成的,但是本地库文件需要放置到指定位置,JNI接口才能调用到,这个路径是由JVM的系统变量“java.library.path”指定的。大家可以将这个变量所指定的路径打印出来 例如:System.getProperty("java.library.path")。 在windows环境下可以看到执行的目录是什么C:/windows/sy...
分类:其他好文   时间:2014-07-10 21:10:25    阅读次数:162
linux 生成动态库时提示relocation R_X86_64_32 against `.rodata' can not be used when making a shared object;
linux生成动态库时遇到了relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC错误。 由于我的系统是AMD64位的,所以需要在编译的时候添加 -fPIC选项 解决方法: 例如: g++ -c -fPIC head.cpp ...
分类:系统相关   时间:2014-07-10 21:02:04    阅读次数:16872
Android AsyncHttpClient
Android Asynchronous Http Client A Callback-Based Http Client Library for Android   Tweet Downloadversion 1.4.2 (latest) or fork me on github Overview An asynchronous callbac...
分类:移动开发   时间:2014-07-10 20:24:27    阅读次数:412
深入理解pthread_cond_wait、pthread_cond_signal
LINUX环境下多线程编程肯定会遇到需要条件变量的情况,此时必然要使用pthread_cond_wait()函数。但这个函数的执行过程比较难于理解。     pthread_cond_wait()的工作流程如下(以MAN中的EXAMPLE为例):        Consider two shared variables x and y, protected by the mutex mut,...
分类:其他好文   时间:2014-07-10 19:50:36    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!