GithubHelp home page GithubHelp logo

adajqd.github.io's People

Contributors

adajqd avatar

Watchers

 avatar  avatar

Forkers

jzmanu

adajqd.github.io's Issues

MQTT安全:使用ssl实现EMQ与android客户端安全通信 | Jack's blog

https://adajqd.github.io/2019/02/14/2019-2-14-MQTT%E5%AE%89%E5%85%A8%EF%BC%9A%E4%BD%BF%E7%94%A8ssl%E5%AE%9E%E7%8E%B0EMQ%E4%B8%8Eandroid%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%AE%89%E5%85%A8%E9%80%9A%E4%BF%A1/#more

使用 SSL 对 MQTT的消息交换进行加密,提高安全性。 服务端使用的是 EMQ v2.0 客户端使用的是 Eclipse Paho Android Service 服务器启用SSL我们需要数字证书来对进行ssl通信用户进行强认证。由于获得一个真正受外界信任的证书需要花费money,所有我们采用自签名证书。 要实现双向认证(服务器认证客户端、客户端认证服务器)我们需要3个证书,一个CA证书,

RxJava2外传Ⅰ:官方README翻译 | Jack's blog

https://adajqd.github.io/2019/01/13/2019-1-13-RxJava2%E5%A4%96%E4%BC%A0%E2%85%A0%EF%BC%9A%E5%AE%98%E6%96%B9README%E7%BF%BB%E8%AF%91/

有些翻译仍不准确,会持续改进。 术语上游,下游RxJava中的数据流包括一个数据源、0个或多个中间步骤、一个数据消费者或组合子步骤(其中的步骤负责以某种方式使用数据流):123source.operator1().operator2().operator3().subscribe(consumer);source.flatMap(value -> source.operator1().o

Mosby翻译(三) : MVP原理 | adaJQD的博客

https://adajqd.github.io/2017/12/20/mosby-mvp/

英文原文 本文主要介绍 Model-View-Presenter (MVP)的原理,以及如何使用Mosby创建基于MVP的应用程序。 model 是将在视图(用户界面)中显示的数据。 view 是显示数据(model)并将用户命令(事件)传递到 Presenter 以对该数据执行操作的界面。view 通常对其Presenter有一个引用。 Presenter 是“中间人”(就像MVC中的cont

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.