会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
会飞の鱼
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2017年7月24日
Consul Session
摘要: consul馆提供session机制,可用于构建分布式锁。 session作为节点,健康检查和key/value数据之间的绑定层。 它们旨在提供粒度锁定,并受到“The Chubby Lock Service for Loosely-Coupled Distributed Systems的极大启发。
阅读全文
posted @ 2017-07-24 13:41 会飞の鱼
阅读(1699)
评论(0)
推荐(0)
编辑
python consul
摘要: install pip install python-consul
阅读全文
posted @ 2017-07-24 13:17 会飞の鱼
阅读(189)
评论(0)
推荐(0)
编辑
python 形参
摘要: def fun(x="dx",y="dy"): print "fun " print x print yfun()fun("aa","bb")fun(x="ha",y="la")ct = dict(x="haha",y="lala")fun(**ct) fun dxdyfun aabbfun hal
阅读全文
posted @ 2017-07-24 11:10 会飞の鱼
阅读(124)
评论(0)
推荐(0)
编辑
python mysql connector
摘要: install pip install mysql-connector-python-rf 报错 从https://dev.mysql.com/downloads/connector/python/ 下载 [root@mhc 下载]# rpm -ivh mysql-connector-python-
阅读全文
posted @ 2017-07-24 11:09 会飞の鱼
阅读(311)
评论(0)
推荐(0)
编辑
python json5
摘要: install pip install json5 test a.json:
阅读全文
posted @ 2017-07-24 10:25 会飞の鱼
阅读(1186)
评论(0)
推荐(0)
编辑
Containerpilot 配置文件reload
摘要: containerpilot -reload -config ./containerpilot.json 进程号不变,重新加载配置文件
阅读全文
posted @ 2017-07-24 10:15 会飞の鱼
阅读(132)
评论(0)
推荐(0)
编辑
Containerpilot 配置文件模板
摘要: { "consul": "{{ .CONSUL }}:8500", "logging": { "level": "INFO", "format": "default", "output": "stdout" }, "jobs": [ { "name": '{{ .SERVICE_NAME|defau
阅读全文
posted @ 2017-07-24 10:02 会飞の鱼
阅读(187)
评论(0)
推荐(0)
编辑