码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
无法定位程序输入点 K32GetProcessMemoryInfo于动态链接库kernel32.dll之上
这是由于GetProcessMemoryInfo在不同系统版本号不同导致的,官方说明如下: Remarks Starting with Windows 7 and Windows Server 2008 R2, Psapi.h establishes version numbers for the PSAPI functions. The PSAPI version number affect...
分类:其他好文   时间:2014-09-15 16:02:11    阅读次数:1127
Linux R Server: Error [tcl] unknown math function "min".
问题: 在linux上的部署完成R server后,无法再使用sqldf包了,之前在win7上运行没有问题 如下: > install.packages("sqldf") > library(sqldf) 载入需要的程辑包:gsubfn 载入需要的程辑包:proto 载入需要的程辑包:RSQLite 载入需要的程辑包:DBI 载入需要的程辑包:RSQLite.extfun...
分类:系统相关   时间:2014-09-15 15:58:29    阅读次数:421
ASP.net MVC 向子视图传递数据
使用 RenderPage加载子视图@RenderPage("~/Shared/Component/Dialog.cshtml", new { title = "Hello world!", content="Nani?" })Razor子视图里使用 Page 来获取传递的数据 ...
分类:Web程序   时间:2014-09-15 15:30:19    阅读次数:208
SVN错误:Failed to load JavaHL Library
环境:jdk1.7(64bit),eclipse4.4(64bit),SVN1.10.3问题:在利用subclipse同步资源时,报出错误提示Failed to load JavaHL Library.These are the errors that were encountered:no lib...
分类:编程语言   时间:2014-09-15 14:18:58    阅读次数:200
jquery 提交表单bug
今天在用jquery提交表单的时候,遇到一个问题,当提交一个<input type="text" name=submit ?/> 的dom对象时候,是提交失败,我试验过?jQuery v1.10.2?,??jQuery JavaScript Library v1.7.2,都有这个BUG,我怀...
分类:Web程序   时间:2014-09-15 13:03:19    阅读次数:235
简单的OC程序
Ø Foundation框架头文件的路径1> 右击Xcode.app --> 显示包内容2> Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library....
分类:其他好文   时间:2014-09-14 23:36:07    阅读次数:243
Xcode
更改Xcode的模板:Xcode.app ——>显示包内容(右击)——>contents——>Developer——>Library——>Xcode——>Templates——>Project Templates——>Mac——>Application——>Command Line Tool——>T...
分类:其他好文   时间:2014-09-14 23:22:37    阅读次数:235
iOS开发之静态库(三)—— 图片、界面xib等资源文件封装到.a静态库
编译环境:Macbook Air + OS X 10.9.2 + XCode5.1 + iPhone5s(iOS7.0.3)一、首先将资源文件打包成bundle新建工程:File -> New -> Project... -> OS X -> Framework & Library -> Bundl...
分类:移动开发   时间:2014-09-14 20:43:57    阅读次数:437
启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法!
本人一开始eclipse  luna版本为32位,而安装的jdk位64位因而报如下错误:Failed to load the JNI shared library jvm.dll  后来将jdk换位32位,eclipse就可以启动了。操作系统为64位的系统可以向下兼容32位的(大部分)软件,因而安装32位的jdk也是可以的。当然大家也可以换成64位的eclpse,只要jdk跟eclipse的版本一...
分类:系统相关   时间:2014-09-14 18:08:07    阅读次数:172
[Xamarin.Android] Support Library Tips
[Xamarin.Android] Support Library TipsSupport Library支持内容Xamarin Support Library每个版本支持、那些组件,可以参考这份简报的第8张。Backwards Compatibility in Xamarin.Android Ma...
分类:移动开发   时间:2014-09-14 17:51:27    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!