1.evpp

https://github.com/Qihoo360/evpp/tree/master/examples/recipes/self_control_timer

https://blog.csdn.net/zieckey/article/details/70245013

2.enable_shared_from_this

shared_ptr接收裸指针,更改引用计数。

shared_ptr接收shared_ptr,更改引用计数。

在类的内部获取shared_ptr需要shared_from_this。

https://www.zhihu.com/question/30957800

https://baike.baidu.com/item/shared_ptr/2708164?fr=aladdin

https://blog.csdn.net/caoshangpa/article/details/79392878

3.libevent timer

time-test.c

https://blog.csdn.net/u010090316/article/details/70833334

最新文章

  1. 第四章 在MVC4.0中对脚本以及样式表的引用变化
  2. HDU 2653 (记忆化BFS搜索+优先队列)
  3. POJ1811 Prime Test(miller素数判断&&pollar_rho大数分解)
  4. js 格式化数字
  5. java程序执行顺序
  6. POJ 3169 Layout 差分约束系统
  7. 在MFC主对话框OnInitDialog()中弹出对话框
  8. spring 资源加载使用说明
  9. HDU 4618 - Palindrome Sub-Array(2013MUTC2-1008)(DP)
  10. UICollection无法下拉刷新的问题
  11. 纯CSS实现二级导航下拉菜单--css的简单应用
  12. [STM31F103]独立看门狗
  13. HTTPS(SSL / TLS)免费证书申请及网站证书部署实战总结
  14. PHP文本处理 中文汉字字符串 转换为数组
  15. 17. Letter Combinations of a Phone Number(bfs)
  16. python2和Python3异同总结
  17. 开源框架:Apache的DBUtils框架
  18. day17(JDBC入门&jdbcUtils工具介绍)
  19. openwrt生成的交叉编译器在哪里
  20. C#中IL, CTS, CLR, CLS, JIT含义

热门文章

  1. CodeChef Dynamic GCD
  2. MAX
  3. Python OpenCV 图像处理初级使用
  4. 美团--Quake全链路压测平台
  5. Python人工智能学习笔记
  6. FineUI十周年纪念版即将发布(基于像素的响应式布局,独此一家)!
  7. JS 设计模式一 -- 原型模式
  8. 妙谈js回调函数的理解!
  9. 【学习总结】GirlsInAI ML-diary day-12-for循环
  10. MySQL8.0-NoSQL和SQL的对比及MySQL的优势