Apple下发了支持64位的最后通牒:As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be b...
分类:
其他好文 时间:
2015-01-06 13:26:11
阅读次数:
137
linux系统调用和库函数调用的区别Linux下对文件操作有两种方式:系统调用(system call)和库函数调用(Library functions)。可以参考《Linux程序设计》(英文原版为《Beginning Linux Programming》,作者是Neil Matthew和Richa...
分类:
系统相关 时间:
2015-01-05 18:26:55
阅读次数:
222
2/3D游戏:3D辅助插件:原生游戏制作难度系数:初级游戏教程网址:http://www.raywenderlich.com/20333/beginning-unity-3d-for-ios-part-11、GUI自适应分辨率 public const float kDesignWidth =...
分类:
其他好文 时间:
2015-01-04 21:14:29
阅读次数:
143
Gallery example屏幕有四个分开的相同的矩形,每个矩形有一个label和一个image view。创建一个Gallery的项目。在Main.storyboard中,拖拉一个view大小为160 by 284 points。Note: There are two main reasons ...
分类:
移动开发 时间:
2015-01-04 16:42:57
阅读次数:
481
良好的开端,是成功的一半。A good beginning is half done. -_-本文目录 ● 一、什么是GIF ●二、Android系统和应用如何播放GIF一、【什么是GIF】 Gif动态图片,是通过对多图层的图片,按时间进行不同的切换,以达到动画的效果。Gif动态图片的特点是,...
分类:
移动开发 时间:
2015-01-03 13:04:54
阅读次数:
199
When learning Python many people don't really understand why so much underlines in the beginning of the methods, sometimes even in the end like__this_...
分类:
编程语言 时间:
2015-01-02 19:53:40
阅读次数:
278
The size of the hash table is not determinate at the very beginning. If the total size of keys is too large (e.g. size >= capacity / 10), we should do...
分类:
其他好文 时间:
2014-12-27 06:43:00
阅读次数:
359
可以更好的结局屏幕方向和兼容iphone和ipad的解决方案。iOS6有一个新的技术auto layout来帮助解决这个问题。这个技术不仅可以支持app不同尺寸下的开发,而且你也不需要为每一种语言创建nib文件或者storyboards。The problem with springs and st...
分类:
移动开发 时间:
2014-12-26 18:16:18
阅读次数:
214
Auto Layout to the rescue!接下来就看看如何使用Auto Layout来实现这个效果。首先移除viewWillLayoutSubviews方法,选择Main.storyboard然后勾选Use Autolayout注意:auto layout适用于整个的nib或者storyb...
分类:
移动开发 时间:
2014-12-26 18:03:00
阅读次数:
256
Kindergarten Election
Time Limit: 2 Seconds Memory Limit: 65536 KB
At the beginning of the semester in kindergarten, the n little kids (indexed from 1 to n, for convenience) in class need...
分类:
其他好文 时间:
2014-12-19 19:08:19
阅读次数:
213