zmq套接字介绍

https://www.cnblogs.com/fengbohello/p/4354989.html

zmq示例

https://github.com/booksbyus/zguide/tree/master/examples/C%2B%2B

zmq教程

https://wizardforcel.gitbooks.io/zmq-guide/content/chapter1.html

最新文章

  1. (转)Singleton 单例模式(懒汉方式和饿汉方式)
  2. 关于u-boot中的.balignl 16,0xdeadbeef的理解
  3. 如何实现ZBrush中的Alt和Shift键的快速运用
  4. xml数据读 swift
  5. vi编辑器的常见使用技巧
  6. 使用Python脚本强化LLDB调试器
  7. 在ASP.NET项目中使用CKEditor +CKFinder实现图片上传功能
  8. 根据权限显示隐藏SharePoint 2010快速启动栏的链接
  9. android 一个页面内 多个listview的实现
  10. NodeJS爬虫系统初探
  11. ASP.NET管线与应用程序生命周期
  12. LaTeX入门教程(二)
  13. 发送邮件的小功能(.net core 版)
  14. linux yum命令 使用
  15. Ubuntu16.04 git上网速度慢的解决方法.
  16. C#设计模式之十外观模式(Facade Pattern)【结构型】
  17. 用EditPlus和jdk写Java代码
  18. Visual Studio编辑器“智能提示(IntelliSense)”异常的解决方案
  19. win7 80端口被iis占用
  20. 第一次使用Android Studio时你应该知道的一切配置(一)

热门文章

  1. 【C++面试】关于虚函数的常见问题
  2. React路由传参的三种方式
  3. linux svn开机自动启动服务
  4. java email发送(附件中文的处理)
  5. 2.RabbitMQ 的可靠性消息的发送
  6. CF1051D Bicolorings
  7. python三大器之装饰器的练习
  8. AttributeError: 'sys.flags' object has no attribute 'utf8_mode'
  9. TZOJ5697: 数据结构实验:归并排序
  10. 『Go基础』第5节 第一个Go程序