Python weakref By anribras 2019-01-02 https://nbviewer.jupyter.org/github/anribras/pythonNotes/blob/master/weakref.ipynb Read More
Python lazy_property By anribras 2019-01-02 https://nbviewer.jupyter.org/github/anribras/pythonNotes/blob/master/lazy_property.ipynb Read More
2019 By anribras 2019-01-01 过去的一年 2019 目标 Updated 1.8 1.9 1.10 1.11 1.14 1.16 1.22 1.23 1.24 1.25 1.28 1.29 1.31 2.25 3.18 3.19 4.28 5.6 5.9 6.24 7.30 9.9 11.6 Read More
Web Flask学习 By anribras 2018-12-26 wsgi werkzeug Template orm flask-sqlalchemy peewee flask route context signal 配合 werkzurg Read More
Web 观察1次ssl单向认证过程 By anribras 2018-11-16 SSL Client hello Server hello,Certificate,Server Key Exchange, Server Hello done Client Key Exchange, Change Cipher Spec, Encrypted Handshake Message New Session Ticket, Change Cipher Spec, Encrypted Handshake Message SSL Session Ticket 机制 Read More
Python 网页微信itchat分析 By anribras 2018-11-14 itchat 可以做什么 itchat 实现分析 AbstractUserDict Contactlist Storage Read More
Web Rabbitmq基础 By anribras 2018-11-07 基本概念 binding key and routing key Worker 均衡 场景举例 发布订阅 远程调用 Read More
Zeromq 可靠req Rep模式 By anribras 2018-09-26 Client-Side Reliability (Lazy Pirate Pattern) Basic Reliable Queuing (Simple Pirate Pattern) Robust Reliable Queuing (Paranoid Pirate Pattern) Service-Oriented Reliable Queuing (Majordomo Pattern) 流程 Asynchronous Majordomo Pattern broker 演进总结 Read More
Zeromq 1个具体应用 By anribras 2018-09-18 场景 单点(Cluster)实现 Multiple Clusters worker 的 REQ 变成 ROUTER broker 之间 state flow cloud and local flow 缺陷 灵感一下 其他例子 Read More
Zeromq 高级req Rep模式 By anribras 2018-09-13 envelop 机制 Combinations The Load Balancing Pattern round robin routing 解决 round robin 不足 The loading balance message broker High-level API Read More
Zeromq 中间件使用场景 By anribras 2018-09-12 中间件 m-n Pub-sub(The Dynamic Discovery Problem) 第 1 条 pub message 丢失? Transport Bridging(Forwarder) Req-rep Shared Queue (DEALER and ROUTER sockets) Asynchronous client/server zmq_proxy Read More
Zeromq Message深入理解 By anribras 2018-09-11 base API Multiple Sockets Multipart Messages Unix Signal caughtion Multithreading with ZeroMQ Signaling Between Threads Pub-sub Node Coordination Pub-Sub Message Envelopes High-Water Marks Missing Message Problem Solver Read More