最简单代码实现九宫格
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mayaole/igridview
软件介绍
利用 UITableView 实现九宫格布局。具体特点如下:
1、通过KVC的方法方便实现了九宫格,简便了实现的代码;
2、九宫格显示图片的代码,缩小截取固定大小的小图片节省内存;
3、充分利用了分类来实现九宫格;
4. 每个格子都支持点击动作。 [Code4App.com]
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!
