08 2019 档案
摘要:参考 "mysql cluster镜像" https://medium.com/@ahmedamedy/mysql clustering with docker 611dc28b8db7 使用Docker创建Cluster步骤 目标:一个管理节点,二个数据节点,二个mysqlserver节点 1.
阅读全文
摘要:https://medium.com/javascript scene/master the javascript interview what is a pure function d1c076bec976 The Trouble with Shared State Several years a
阅读全文
摘要:https://segmentfault.com/a/1190000016351095 http://www.dengshenyu.com/java/%E5%88%86%E5%B8%83%E5%BC%8F%E7%B3%BB%E7%BB%9F/2017/10/23/zookeeper distribu
阅读全文
摘要:``` using StackExchange.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace RedisDemo { class Program { ...
阅读全文
摘要:``` function eq (y) { return function forX(x) { return x === y } } function mod (y) { return function forX (x) { return x % y } } function compose (fn
阅读全文