背景:前些天突然想做一个笔记本功能,一开始,觉得挺简单的呀,一个UITextView,网络缓存也不干了,直接本地NSUserDefault存储,然后完事了,美工,弄几张好看的图片,加几个动画,也就这样了。接着,按照惯例,查看已有的备忘录软件,其app store知名的软件:Weiconote等。才发...
分类:
移动开发 时间:
2015-04-16 12:22:12
阅读次数:
220
1. generics: meaning that they are independt of the type of thing you want to store inside these collections2. optionalvar checklistToEdit: Checklist?...
分类:
移动开发 时间:
2015-04-16 06:46:42
阅读次数:
152
PavMetroStoreOpenCart自适应主题模板ABC-0215模板特性OpenCart版本1.5.4.1,1.5.5,1.5.5.1,1.5.6包含文件PHPFiles,CSSFiles,JSFiles,PSDFiles
分类:
其他好文 时间:
2015-04-15 23:34:59
阅读次数:
218
Pav Metro Store OpenCart 自适应主题模板 ABC-0215 ? ? 模板特性 OpenCart版本 1.5.4.1, 1.5.5, 1.5.5.1, 1.5.6 包含文件 PHP Files, CSS Files, JS Files,PSD Files...
分类:
其他好文 时间:
2015-04-15 21:37:39
阅读次数:
128
我的Python 解答:
"""
Programmer : EOF
Date : 2015.04.15
File : lcp.py
E-mail : jasonleaster@gmail.com
"""
"""
Varible Description:
@ret_string : We store the string...
分类:
其他好文 时间:
2015-04-15 17:13:05
阅读次数:
152
声音的类型有:定义在AudioSystem.java文件中
/* The default audio stream */
public static final int STREAM_DEFAULT = -1;
/* The audio stream for phone calls */
public static final int STREAM_VOICE_CALL = 0;
/* The ...
分类:
移动开发 时间:
2015-04-15 14:52:45
阅读次数:
426
what:什么是动态内存? c++中,普通变量(非static对象)存储在栈内存中,静态变量(局部static、类static)存储在静态内存中,在系统中还存在另外一种内存池,这部分内存供程序来分配,一般称作“自由空间“(free store)或”堆“(heap)。where & When:在哪里....
分类:
编程语言 时间:
2015-04-15 00:35:35
阅读次数:
216
PavMetroStoreOpenCart自适应主题模板ABC-0215模板特性OpenCart版本1.5.4.1,1.5.5,1.5.5.1,1.5.6包含文件PHPFiles,CSSFiles,JSFiles,PSDFiles
分类:
其他好文 时间:
2015-04-14 23:31:13
阅读次数:
333
今天打包上传app到app store上遇到的一个错误,在xcode6.2下提示:The IPA is invalid. It does not inlude a Payload directory.折腾了一个下午,没有找到办法,网友遇到提示这个错误提供了一个解决办法:http://blog.csd...
分类:
移动开发 时间:
2015-04-14 23:07:01
阅读次数:
241