码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
Eclipse关联jdk源代码
src.zip:jdk的源代码文件(存在安装jdk的目录)。rt.jar:jdk的class字节码包。Eclipse中是通过rt.jar包与src.zip建立关联的。没关联之前想查看源代码提示如下:可以看到rt.jar是与src.zip要关联具体步骤:1.Windown->Preferences->...
分类:系统相关   时间:2014-10-07 01:56:12    阅读次数:174
Eclipse Android 代码自动提示功能 (转)
Eclipse Android 代码自动提示功能 1、设置 java 文件的代码提示功能打 开 Eclipse 依次选择 Window > Preferences > Java > Editor - Content Assist > Auto activation triggers for Java...
分类:移动开发   时间:2014-10-07 01:26:02    阅读次数:343
用 ipcs 管理oracle unix 共享内存
UNIX and Linux Shared Memory and Oracle    The UNIX and LINUX operating systems allocate memory based on an interprocess communication model (IPC) to manage memory segments for Oracle database envir...
分类:数据库   时间:2014-10-06 20:12:10    阅读次数:341
Android本地存储方案 SharedPreferences
存储位置 SharedPreferences数据保存在: /data /data/ /shared_prefs 目录下,以XML格式保存,根元素为:。文件名为获取SharedPreferences实例时传递的参数值。 value 获取实例 SharePerferences是一个接口,Context实现了API:getShared...
分类:移动开发   时间:2014-10-05 23:41:29    阅读次数:313
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:44:35    阅读次数:400
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:39:25    阅读次数:492
在动态网络下实现分布式共享存储
在动态网络下实现分布式共享存储http://cacm.acm.org/magazines/2014/6/175173-implementing-distributed-shared-memory-for-dynamic-networks译者序 共享内存系统是普通单机程序开发者熟悉的开发范式,通过简单...
分类:其他好文   时间:2014-10-03 14:06:44    阅读次数:291
【原】MyEclipse8.5集成Tomcat7时启动错误:Exception in thread “main” java.lang.NoClassDefFoundError
解决方法:MyEclipse->Window->Preferences->MyEclipse->Servers->Tomcat->Tomcat 6.x->Laucch->Create Launch Configuration->Classpath->Bootstrap Entities->Add E...
分类:编程语言   时间:2014-10-02 00:27:31    阅读次数:190
c++序列化方法
暂时使用boost 序列化, 目前我的测试基本都ok 只是对于c++11 shared ptr 没有测试成功,只能手工写下shared ptr 部分的序列化,也就是目前我对指针都不直接序列化,自己管理,例如下面样子 Load_(modelFile); //model直接序列化 string norm...
分类:编程语言   时间:2014-10-01 18:32:51    阅读次数:217
aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
前阵子在ubuntu上搭载安卓的开发环境(Eclipse+Sdk+Adt),搭载是完成了,但是却出现了该问题:aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64该问题还导致了创...
分类:编程语言   时间:2014-10-01 02:40:40    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!