- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://gitee.com/brinkqiang/dmtimer
- 软件文档: https://gitee.com/brinkqiang/dmtimer
软件介绍
dmtimer是一个 C++ 的单线程高性能timer组件.
起源
1. 希望底层基础库能够性能更优
2. 参考市面上大量timer组件 发现都有这样那样的性能问题 尝试了不同数据结构的timer实现
3. 发现常规性能瓶颈在底层的数据结构组织上面.
4. 使用精度与预计精度的统一, 精度分级.
5. 影响timer性能的因素, 底层所使用的数据结构, 所使用的时间API的精度.
PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide
Larry Ullman / Peachpit Press / 2005 / USD 39.99
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, an......一起来看看 《PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide》 这本书的介绍吧!
