码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
XCODE 添加不同IOS版本的模拟器
一、XCode->Preferences->Downloads, 可以下载模拟器。XCODE 就可以选择不同版本模拟器了@~~~~
分类:移动开发   时间:2014-06-28 09:30:27    阅读次数:409
android本地保存Cookie和还原到cookiestore
保存cookie,读取cookie以及判断cookie是否存在```javapublic class Local {private static SharedPreferences shared;public static void setShared(SharedPreferences share...
分类:移动开发   时间:2014-06-27 22:27:44    阅读次数:854
SQLite3 基本使用方法(二)
工程目录:Singleton.h//.h#define single_interface(class) + (class *)shared##class;//.m// \ 代表下一行也属于宏// ##是分隔符#define single_implementation(class) \static c...
分类:数据库   时间:2014-06-27 14:15:13    阅读次数:255
MyEclipse的一些快捷方式
如何利用快捷键输出固定的代码,例如输入sysout,然后马上出现System.out.println();1:window—>preferences—>java—>editor—>templates,在templates中可以设置各种快捷键2:window—>preferences—>在type f...
分类:系统相关   时间:2014-06-27 14:02:31    阅读次数:352
eclipse alt+/快捷键失效
Eclipse没有了自动提示功能,也不是全部不提示,大多数情况下按下“alt+/”键还会产生提示,但是当我在java项目中邪main方法和syso的时候,“alt+/”则会失效,今天在网上搜索了一下结果,主要有一下几种方法:     1.次方法用于没有一点提示的情况:依次打开eclipse上面的windows ——preferences ——java ——editor —— content as...
分类:系统相关   时间:2014-06-27 09:05:20    阅读次数:241
lxc-config: error while loading shared libraries liblxc.so.1
转载请注明出处:http://www.openext.org/2014/06/lxc-erro1#tar zxvf lxc-xxx.tar#./autogen#./configure –prefix=/usr/local/lxc#make#make install#lxc-lsthe error:#echo “/usr/local/lxc/lib” >> /etc/ld.so.conf#ldcon...
分类:其他好文   时间:2014-06-27 08:36:38    阅读次数:156
org.eclipse.ui.keywords扩展点使用
org.eclipse.ui.keywords扩展点使用...
分类:系统相关   时间:2014-06-27 07:13:38    阅读次数:247
多线程练习 -- 单例设计模式
Singleton.h#define singleton_h(name) + (instancetype)shared##name;#if __has_feature (objc_arc)#define singleton_m(name) \static id _instance; \\+ (id)...
分类:编程语言   时间:2014-06-26 16:39:23    阅读次数:193
MyEclipse代码提示设置
(一)普通代码提示 1. 打开MyEclipse ,然后“window”→“Preferences” 2. 选择“java”,展开,“Editor”,选择“Content Assist”。 3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“Auto Activation triggers for java”这个选项。其实就是指触发代码...
分类:系统相关   时间:2014-06-26 13:45:52    阅读次数:238
如何在MyEclipse中配置Tomcat?
1.下载tomcat免安装版,tomcat路径不含空格         http://download.csdn.net/detail/u014112584/7549191 2.windows -preferences-Myeclipse-servers-tomcat7.x  (1)选择Enable  (2)Tomcat home directory: 粘贴tomcat路径 ...
分类:系统相关   时间:2014-06-26 07:38:55    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!