待看:
https://my.oschina.net/yunfound/blog/141222
https://www.zhihu.com/question/22925358
http://studygolang.com/articles/2352
http://www.myexception.cn/go/1992696.html
http://www.01happy.com/golang-tcp-socket-adhere/
http://blog.csdn.net/aidexiuzhifu/article/details/24428189
http://studygolang.com/articles/4998
http://studygolang.com/articles/3432
https://www.zhihu.com/question/22925358/answer/70394479
https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=golang%20channel%20socket&oq=golang%20channel%20socker&rsv_pq=82493ab400001f11&rsv_t=9b6fQPFgfN96gAsYT7FO3XVKJhu9Uo6gf0PzeahbpzF9TN5gfYwtOOVZtJM&rqlang=cn&rsv_enter=1&rsv_sug3=3&rsv_sug1=2&rsv_sug7=100&rsv_sug2=0&inputT=385&rsv_sug4=1396&rsv_sug=1 MQTT:
https://www.baidu.com/s?wd=mqtt%20%E5%AE%89%E5%85%A8&pn=30&oq=mqtt%20%E5%AE%89%E5%85%A8&ie=utf-8&rsv_pq=858bdb5a00016892&rsv_t=69d0u%2Bs50Wm891owV7HJyOv%2B8i7aMdVNabufkM9bOmdtxng6yaoWhd7B7XY&rsv_page=1
http://www.21ic.com/atmel/blog/IoT/2014-11-28/608539.html
https://www.zhihu.com/question/23373904
https://zhidao.baidu.com/question/875830184547970772.html
https://zhidao.baidu.com/question/1497074891218319619.html?qbl=relate_question_3&word=mqtt%20%B0%B2%C8%AB
http://www.tuicool.com/articles/eARFvib
http://blog.csdn.net/moxiaomomo/article/details/51698118
http://www.it165.net/pro/html/201404/12615.html
http://www.blogjava.net/yongboy/archive/2014/12/12/421331.html
http://mqtt.org/faq
http://blog.csdn.net/xukai871105/article/details/39252653
http://blog.sina.com.cn/s/blog_4680937f0102w4d9.html
http://www.cnblogs.com/shanyou/p/4085802.html grpc初探:
http://www.grpc.io/docs/
http://blog.csdn.net/xylin821/article/details/52335271
http://www.cnblogs.com/YaoDD/p/5504881.html
http://www.th7.cn/Program/go/201610/986244.shtml
http://studygolang.com/articles/8274
http://studygolang.com/articles/2886 grpc详细:
https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md
https://www.zhihu.com/question/22925358
http://doc.oschina.net/grpc?t=58008
https://github.com/grpc/grpc
http://www.grpc.io/
https://thrift.apache.org/
https://git-wip-us.apache.org/repos/asf/thrift/?p=thrift.git
http://thrift.apache.org/tutorial/py
http://wangfeng7399.blog.51cto.com/3518031/1696108
http://hanqunfeng.iteye.com/blog/1945208
http://blog.csdn.net/dazheng/article/details/48830511
http://www.eit.name/blog/read.php?566
https://www.zhihu.com/question/30657506
http://www.blogjava.net/ldwblog/archive/2014/12/03/421011.html
https://www.zhihu.com/question/20189791
http://studygolang.com/articles/4877
http://www.tuicool.com/articles/32iaea3
http://studygolang.com/articles/2886
http://studygolang.com/articles/6813
http://www.cnblogs.com/YaoDD/p/5504881.html
http://blog.csdn.net/dazheng/article/details/46544045 celery-安全:
http://docs.jinkan.org/docs/celery/
http://docs.jinkan.org/docs/celery/userguide/workers.html
http://docs.jinkan.org/docs/celery/userguide/security.html
http://www.rabbitmq.com/access-control.html
http://www.mqtechconference.com/sessions_v2014/WebSphere_MQ_SSL.pdf
https://www.fullstackpython.com/task-queues.html

【Other】最近正在看的的更多相关文章

  1. 从源码看Azkaban作业流下发过程

    上一篇零散地罗列了看源码时记录的一些类的信息,这篇完整介绍一个作业流在Azkaban中的执行过程,希望可以帮助刚刚接手Azkaban相关工作的开发.测试. 一.Azkaban简介 Azkaban作为开 ...

  2. 看完SQL Server 2014 Q/A答疑集锦:想不升级都难!

    看完SQL Server 2014 Q/A答疑集锦:想不升级都难! 转载自:http://mp.weixin.qq.com/s/5rZCgnMKmJqeC7hbe4CZ_g 本期嘉宾为微软技术中心技术 ...

  3. 一看就懂的ReactJs入门教程-精华版

    现在最热门的前端框架有AngularJS.React.Bootstrap等.自从接触了ReactJS,ReactJs的虚拟DOM(Virtual DOM)和组件化的开发深深的吸引了我,下面来跟我一起领 ...

  4. 透过WinDBG的视角看String

    摘要 : 最近在博客园里面看到有人在讨论 C# String的一些特性. 大部分情况下是从CODING的角度来讨论String. 本人觉得非常好奇, 在运行时态, String是如何与这些特性联系上的 ...

  5. DDD 领域驱动设计-看我如何应对业务需求变化,愚蠢的应对?

    写在前面 阅读目录: 具体业务场景 业务需求变化 "愚蠢"的应对 消息列表实现 消息详情页实现 消息发送.回复.销毁等实现 回到原点的一些思考 业务需求变化,领域模型变化了吗? 对 ...

  6. 在知乎上看到 Web Socket这篇文章讲得确实挺好,从头看到尾都非常形象生动,一口气看完,没有半点模糊,非常不错

    在知乎上看到这篇文章讲得确实挺好,从头看到尾都非常形象生动,一口气看完,没有半点模糊,非常不错,所以推荐给大家,非常值得一读. 作者:Ovear链接:https://www.zhihu.com/que ...

  7. 从c#角度看万能密码SQL注入漏洞

    以前学习渗透时,虽然也玩过万能密码SQL注入漏洞登陆网站后台,但仅仅会用,并不理解其原理. 今天学习c#数据库这一块,正好学到了这方面的知识,才明白原来是怎么回事. 众所周知的万能密码SQL注入漏洞, ...

  8. 通过微信小程序看前端

    前言 2016年9月22日凌晨,微信官方通过“微信公开课”公众号发布了关于微信小程序(微信应用号)的内测通知.整个朋友圈瞬间便像炸开了锅似的,各种揣测.介绍性文章在一夜里诞生.而真正收到内测邀请的公众 ...

  9. AlloyTouch实战--60行代码搞定QQ看点资料卡

    原文链接:https://github.com/AlloyTeam/AlloyTouch/wiki/kandian 先验货 访问DEMO你也可以点击这里 源代码可以点击这里 如你体验所见,流程的滚动的 ...

  10. Android 开发一定要看的15个实战项目

    前言: 虽说网上有太多的Android课程,但是大多都是视频,有Android在线开发环境的几乎没有,但是对于学习Android的人来说拥有在线的Android开发环境是非常好的,可以随时动手操作学习 ...

随机推荐

  1. UML关系图

    在UML类图中,常见的有以下几种关系: 泛化(Generalization),  实现(Realization),关联(Association),聚合(Aggregation),组合(Composit ...

  2. How to debug windows service

    Step 1. Add the following code in what you want to debug. System.Diagnostics.Debugger.Launch(); Step ...

  3. IIS 8.5 伪静态去掉index.php thinkphp 3.2.2

    因为测试都是在win下开发的 win8.1企业版 II8.5 首先安装  Thinkphp 3.2.2 URL Rewrite Module 2.0 http://www.iis.net/downlo ...

  4. 集合 ArrayList

    /* * 功能:演示java集合的用法:ArrayList */ package com.jihe; //先引入一个包 import java.util.ArrayList; public class ...

  5. Mysql 常用函数

    统计函数: count()   统计记录条数,如 select count(*) from stu; sum()     统计记录字段的和,如select sum(salary) from emp; ...

  6. Serializer序列化/反序列化DateTime少了8小时问题解决

    1.举例子 JavascriptSerializer serializer = new JavascriptSerializer(); DateTime now = DateTime.Parse(&q ...

  7. unslider的用法详解

    unslider本身下载后只需要dist文件夹就好了, 其中只包含dist/js/unslider-min.js, jquery的js要自己提供; dist/css/unslider.css是主要的c ...

  8. git log --stat常用命令

    ​1,显示被修改文件的修改统计信息,添加或删除了多少行. git log --stat 2,显示最近两条的修改 git log --stat -2 3,显示具体的修改 git log -p -2 4, ...

  9. JS刷新页面总和!多种JS刷新页面代码!

    1)<meta http-equiv="refresh"content="10;url=跳转的页面">10表示间隔10秒刷新一次2)<scri ...

  10. jQuery.validator 验证规则详解

    前言:jQuery.validator是一款非常不错的表单验证插件,验证方式非常简单方便,它还对HTML5做了兼容处理,了解了验证规则,就基本掌握了它的使用,下面就让我一一道来 jQuery.vali ...