- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/cxxjava/CxxFiber
- 软件文档: https://github.com/cxxjava/CxxFiber/blob/master/README.zh_cn.md
软件介绍
CxxFiber 是一款强大的 C++ 协程库
支持常用的 IO api hook 功能,包括 sendfile、gethostbyname 等,甚至包括 epoll/kqueue 本身;支持协程作用域控制(离开协程作用域则回到普通线程)
特点
跨平台:同时支持 Linux32/64、OS X 64两个平台,支持 C++98;
高性能:网络性能强劲,支持海量协程,从此单机 1000K 不再是问题;
易开发:同步的方式编写代码,API 优雅简洁、简单易用、开发高效;
强融合:支持进程、线程、协程的混合使用,各司其职,充分发挥各自优点;
The Zen of CSS Design
Dave Shea、Molly E. Holzschlag / Peachpit Press / 2005-2-27 / USD 44.99
Proving once and for all that standards-compliant design does not equal dull design, this inspiring tome uses examples from the landmark CSS Zen Garden site as the foundation for discussions on how to......一起来看看 《The Zen of CSS Design》 这本书的介绍吧!
