代码改变世界

阅读排行榜

Android中View大小的确定过程

2015-05-18 14:06 by 三戒1993, 334 阅读, 收藏,
摘要: View and ViewGroup安卓中有5种基本的ViewGroup:FrameLayoutRelativeLayoutLinearLayoutTableLayoutAbsoluteLayoutViewGroup可以添加子View,在xml文件里面,我们可以这样写: 子View的大... 阅读全文

app被Rejected 的各种原因翻译。这个绝对有用

2013-08-23 09:52 by 三戒1993, 334 阅读, 收藏,
摘要: 1. Terms and conditions(法律与条款)1.1As a developer of applications for the App Store you are bound by the terms of theProgram License Agreement(PLA), Hum... 阅读全文

Linux下android NDK环境

2012-10-24 13:15 by 三戒1993, 334 阅读, 收藏,
摘要: 1,下载NDK:地址:http://dl.google.com/android/ndk/android-ndk-r4b-linux-x86.zip2,解压:sudo apt-get install unzipunzip android-ndk-r4b-linux-x86.zip3,进入目录,查看个文... 阅读全文

CGContextAddArc 和 CGContextAddArcToPoint 区别

2012-12-04 16:30 by 三戒1993, 333 阅读, 收藏,
摘要: 绘制弧度的相关问题、用法的理解两种方法创建弧度 第一种void CGContextAddArc ( CGContextRef c, CGFloat x, //圆心的x坐标 CGFloat y,//圆心的x坐标 CGFloat radius,//圆的半径 CGFloat startA... 阅读全文

不可还原的拼图

2015-06-05 16:38 by 三戒1993, 332 阅读, 收藏,
摘要: 编辑在3*3或4*4数字中,有的拼图拼到最后出现有1对板块是对调的,怎么都还原不到完整的顺序,这样的拼图其实是不可还原的拼图。中文名不可还原的拼图类型拼图游戏方法逐行或逐列还原还原概率二分之一的概率目录1不可还原的拼图介绍▪以3*3的九格为例,如下图:▪a图▪b图2拼图的状态分类3板块三轮换的可还原... 阅读全文
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 368 下一页