个人简介

Echo Blog


江湖无名 安心练剑
  • SVG
    SVG SVG means Scalable Vector Graphics. SVG 使用 XML 格式定义图形 SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失 SVG 是万维网联盟的标准 Hello World Use SVG in html and you can see: L...
    2016-10-27 05:27:06 | Web
  • YAML
    YAML Object Array Primitive Type String Quote YAML YAML is a human friendly data serialization standard for all programming languages. zh_cn 大小写敏感 使用缩进表示层级关系...
    2016-10-26 05:59:45 | Config
  • Rocketmq
    Message Queue MQConfig Run demo Quick Start Test In Mac Message Queue 消息队列(Message Queue,简称 MQ)是阿里巴巴集团中间件技术部自主研发的专业消息中间件。产品基于高可用分布式集群技术, 提供消息发布订阅、消息轨迹查询、定时(延时)消息、资...
    2016-10-25 12:57:26 | Apache
  • Rocketmq 源码-00-为什么学习源码
    原因 其实接触 mq 已经多年了,但是一直停留在用的表面。 比如原理是什么? 两次 rpc + Broker 持久化 + 服务发现 如何保证不丢消息 如何提升性能 如何实现顺序消息?事务消息? 预测未来最好的方式 预测未来最好的方式就是去创造它。 无论是 active mq、kafka、pulsar。所有的...
    2016-10-25 12:57:26 | Apache
  • Rocketmq-ONS spring 整合
    spring 版本整合 显示文件信息 tree /f 文件目录如下 └─src ├─main │ ├─java │ │ └─com │ │ └─github │ │ └─houbb │ │ └─spring │ │ C...
    2016-10-25 12:57:26 | Apache
  • Rocketmq-ONS 入门案例
    Message ONS maven 依赖 <dependency> <groupId>com.aliyun.openservices</groupId> <artifactId>ons-client</artifactId> <version>1.8.0.Final</version&g...
    2016-10-25 12:57:26 | Apache
  • Linux
    Linux Linux Command 定时执行任务 Linux Just like Windows XP, Windows 7, Windows 8, and Mac OS X, Linux is an operating system. An operating system is software that manages all of the hardware r...
    2016-10-22 14:49:04 | OS
  • Cron
    Cron The software utility Cron is a time-based job scheduler in Unix-like computer operating systems. Field Required Allowed values Allowed special characters ...
    2016-10-22 05:38:27 | Tools