这是由于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后,无法再使用sqldf包了,之前在win7上运行没有问题
如下:
> install.packages("sqldf")
> library(sqldf)
载入需要的程辑包:gsubfn
载入需要的程辑包:proto
载入需要的程辑包:RSQLite
载入需要的程辑包:DBI
载入需要的程辑包:RSQLite.extfun...
分类:
系统相关 时间:
2014-09-15 15:58:29
阅读次数:
421
使用 RenderPage加载子视图@RenderPage("~/Shared/Component/Dialog.cshtml", new { title = "Hello world!", content="Nani?" })Razor子视图里使用 Page 来获取传递的数据 ...
分类:
Web程序 时间:
2014-09-15 15:30:19
阅读次数:
208
环境: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提交表单的时候,遇到一个问题,当提交一个<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
Ø 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.app ——>显示包内容(右击)——>contents——>Developer——>Library——>Xcode——>Templates——>Project Templates——>Mac——>Application——>Command Line Tool——>T...
分类:
其他好文 时间:
2014-09-14 23:22:37
阅读次数:
235
编译环境: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 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 TipsSupport Library支持内容Xamarin Support Library每个版本支持、那些组件,可以参考这份简报的第8张。Backwards Compatibility in Xamarin.Android Ma...
分类:
移动开发 时间:
2014-09-14 17:51:27
阅读次数:
250