iOS 卡片容器 A-ViewContainer
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/Animaxx/A-ViewContainer
软件介绍
A-ViewContainer 是多控件的卡片容器。
使用:
// If the view is A_MultipleViewContainer already, then you don't need to call InstallTo method.A_MultipleViewContainer *centerView = [A_MultipleViewContainer A_InstallTo:self.view]; [centerView A_AddChild:[DemoLabelViewController createWithNumber:0]]; [centerView A_AddChild:[DemoLabelViewController createWithNumber:1]]; [centerView A_AddChild:[DemoLabelViewController createWithNumber:2]]; [centerView A_AddChild:[DemoLabelViewController createWithNumber:3]]; [centerView A_Display];
Linux 系统编程(第二版)
Robert Love / 东南大学出版社 / 2014-1-1 / 78
如何编写那些直接依赖于Linux内核和核心系统库提供的服务的软件?通过《Linux系统编程(第2版)(影印版)》,Linux内核参与者RobertLove(洛夫)为你提供了Linux系统编程方面的教程,Linux系统调用的参考手册,以及对于如何编写更聪明和更快的代码的来自内部人士的建议。Love清晰地指出了POSIX标准函数和Linux特别提供服务之间的差异。通过关于多线程的新章节,这本修订和扩展......一起来看看 《Linux 系统编程(第二版)》 这本书的介绍吧!
