• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页

2017年7月19日

Containerpilot 配置文件 之 Jobs
摘要: ContainerPilot job是用户定义的进程和规则,用于何时执行它,如何进行健康检查,以及如何向Consul做广告。 这些规则旨在允许灵活性覆盖几乎可能要运行的任何类型的进程。 一些可能的job配置包括: 一个长时间运行的应用程序,如Web服务器,如果崩溃,需要重新启动。 一次性设置任务,在 阅读全文
posted @ 2017-07-19 16:35 会飞の鱼 阅读(341) 评论(0) 推荐(0)
 
Containerpilot 配置文件 之 consul
摘要: Consul ContainerPilot使用Hashicorp的consul在作为服务的容器中注册工作。 Watches查询consul找出其他服务的状态。 Client configuration ContainerPilot配置文件中的consul域配置ContainerPilot的Consu 阅读全文
posted @ 2017-07-19 16:05 会飞の鱼 阅读(859) 评论(0) 推荐(0)
 
Redis cli 操作
摘要: 备份 root@575e8088b5fb:/data# redis-cli LASTSAVE(integer) 1500273743root@575e8088b5fb:/data# redis-cli BGSAVE Background saving startedroot@575e8088b5fb 阅读全文
posted @ 2017-07-19 08:54 会飞の鱼 阅读(138) 评论(0) 推荐(0)
 

2017年7月18日

Autopilot Pattern Redis
摘要: https://github.com/autopilotpattern/redis Architecture 正在运行的群集包括以下组件: Redis :我们使用的是Redis 3.2。 Redis Sentinel :管理故障转移。 ContainerPilot :包含在我们的Redis容器中,以 阅读全文
posted @ 2017-07-18 10:31 会飞の鱼 阅读(283) 评论(0) 推荐(0)
 
autopilot
摘要: https://github.com/autopilotpattern/ 阅读全文
posted @ 2017-07-18 09:38 会飞の鱼 阅读(554) 评论(0) 推荐(0)
 

2017年7月17日

Redis 入门
摘要: 1.redis是什么2.redis的作者何许人也3.谁在使用redis4.学会安装redis5.学会启动redis6.使用redis客户端7.redis数据结构 – 简介8.redis数据结构 – strings9.redis数据结构 – lists10.redis数据结构 – 集合11.redis 阅读全文
posted @ 2017-07-17 15:09 会飞の鱼 阅读(172) 评论(0) 推荐(0)
 

2017年7月14日

swagger
摘要: 使用swagger editor: 阅读全文
posted @ 2017-07-14 18:08 会飞の鱼 阅读(121) 评论(0) 推荐(0)
 
org.springframework.stereotype 注解
摘要: org.springframework.stereotype1、@controller 控制器(注入服务) 2、@service 服务(注入dao) 3、@repository dao(实现dao访问) 4、@component (把普通pojo实例化到spring容器中,相当于配置文件中的<bea 阅读全文
posted @ 2017-07-14 15:23 会飞の鱼 阅读(11270) 评论(0) 推荐(0)
 

2017年7月13日

linux curl
摘要: 执行curl命令时,会返回这样的% Total % Received % 统计信息 如何关闭这个统计信息的显示? 使用curl的-s 选项即可 curl -Lsfo /zookeeper.tar.gz http://mirror.bit.edu.cn/apache/zookeeper/zookeep 阅读全文
posted @ 2017-07-13 09:34 会飞の鱼 阅读(205) 评论(0) 推荐(0)
 

2017年7月7日

Maven
摘要: set proxy in settings.xml: <settings> <proxies> <proxy> <id>my-proxy</id> <active>true</active> <protocol>http</protocol> <host>109.105.4.17</host> <p 阅读全文
posted @ 2017-07-07 13:48 会飞の鱼 阅读(136) 评论(0) 推荐(0)
 
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 41 下一页