一、XCode->Preferences->Downloads, 可以下载模拟器。XCODE 就可以选择不同版本模拟器了@~~~~
分类:
移动开发 时间:
2014-06-28 09:30:27
阅读次数:
409
保存cookie,读取cookie以及判断cookie是否存在```javapublic class Local {private static SharedPreferences shared;public static void setShared(SharedPreferences share...
分类:
移动开发 时间:
2014-06-27 22:27:44
阅读次数:
854
工程目录:Singleton.h//.h#define single_interface(class) + (class *)shared##class;//.m// \ 代表下一行也属于宏// ##是分隔符#define single_implementation(class) \static c...
分类:
数据库 时间:
2014-06-27 14:15:13
阅读次数:
255
如何利用快捷键输出固定的代码,例如输入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+/”键还会产生提示,但是当我在java项目中邪main方法和syso的时候,“alt+/”则会失效,今天在网上搜索了一下结果,主要有一下几种方法:
1.次方法用于没有一点提示的情况:依次打开eclipse上面的windows ——preferences ——java ——editor —— content as...
分类:
系统相关 时间:
2014-06-27 09:05:20
阅读次数:
241
转载请注明出处: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扩展点使用...
分类:
系统相关 时间:
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
(一)普通代码提示
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
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