摘要: 因为32位操作系统的地址空间为32位,地址总数为2^32,每个地址对应1Byte内存空间,这样,32位操作系统管理的最大内存空间限制为2^32Byte=4*1024*1024*1024Byte,即4GB。 阅读全文
posted @ 2016-03-16 23:36 ZHOU YANG 阅读(1057) 评论(0) 推荐(1)
摘要: 在android中,实现按钮的点击事件,其中心是实现接口OnClickListener,并且绑定OnClickListener的实例。 阅读全文
posted @ 2016-03-16 23:05 ZHOU YANG 阅读(3381) 评论(0) 推荐(0)
摘要: Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num 阅读全文
posted @ 2016-03-16 21:07 ZHOU YANG 阅读(157) 评论(0) 推荐(0)