12 2015 档案

摘要:HANDLE void* System.IntPtr 32 位 BYTE unsigned char System.Byte 8 位 SHORT short System.Int16 16 位 WORD unsigned short System.UInt16 16 位 INT int System... 阅读全文
posted @ 2015-12-14 23:10 yangan 阅读(384) 评论(0) 推荐(0)
摘要:Android Activity的onSaveInstanceState() 和 onRestoreInstanceState()方法:1.基本作用: Activity的 onSaveInstanceState() 和 onRestoreInstanceState()并不是生命周期方法,它们不同于... 阅读全文
posted @ 2015-12-03 11:10 yangan 阅读(195) 评论(0) 推荐(0)