{"id":13694812,"url":"https://github.com/aCoder2013/blog","last_synced_at":"2025-05-03T04:30:59.085Z","repository":{"id":50657696,"uuid":"99333159","full_name":"aCoder2013/blog","owner":"aCoder2013","description":"个人博客，记录个人总结(见issues)","archived":false,"fork":false,"pushed_at":"2020-12-20T10:22:16.000Z","size":23,"stargazers_count":421,"open_issues_count":34,"forks_count":39,"subscribers_count":61,"default_branch":"master","last_synced_at":"2024-11-12T21:39:19.686Z","etag":null,"topics":["blog","java","jvm","rocketmq-producer"],"latest_commit_sha":null,"homepage":"https://acoder2013.typlog.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aCoder2013.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-04T10:37:34.000Z","updated_at":"2024-10-16T18:27:12.000Z","dependencies_parsed_at":"2022-08-20T06:50:53.976Z","dependency_job_id":null,"html_url":"https://github.com/aCoder2013/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aCoder2013%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aCoder2013%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aCoder2013%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aCoder2013%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aCoder2013","download_url":"https://codeload.github.com/aCoder2013/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144518,"owners_count":21701426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","java","jvm","rocketmq-producer"],"created_at":"2024-08-02T17:01:43.537Z","updated_at":"2025-05-03T04:30:57.935Z","avatar_url":"https://github.com/aCoder2013.png","language":"Java","readme":"# 个人博客\n\n\u003ca href=\"https://info.flagcounter.com/0pJE\"\u003e\u003cimg src=\"https://s04.flagcounter.com/count2/0pJE/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_10/viewers_0/labels_0/pageviews_1/flags_0/percent_0/\" alt=\"Flag Counter\" border=\"0\"\u003e\u003c/a\u003e\n\n主要用于记录一些平常的学习总结,可能会涉及到方方面面、中间件、并发、源码解析等等，感兴趣的请点击star或者watch，不要点fork哦!\n\n\n### 目录:\n\n* [Cloudflare接口服务中断故障复盘与思考](https://github.com/aCoder2013/blog/issues/37)\n* [线性一致性实现原理剖析](https://github.com/aCoder2013/blog/issues/36)\n* [API网关从入门到放弃](https://github.com/aCoder2013/blog/issues/35)\n* [API网关异步化改造技术选型](https://github.com/aCoder2013/blog/issues/34)\n* [注册中心的设计与实现](https://github.com/aCoder2013/blog/issues/32)\n* [Etcd Raft使用入门及原理解析](https://github.com/aCoder2013/blog/issues/30)\n* [Spring Cloud Ribbon踩坑记录及原理解析](https://github.com/aCoder2013/blog/issues/29)\n* [Java线程池ThreadPoolExecutor实现原理剖析](https://github.com/aCoder2013/blog/issues/28)\n* [消息队列实现概要——深度解读分区Topic的实现](https://github.com/aCoder2013/blog/issues/27)\n* [Redis用于频率限制上踩过的坑](https://github.com/aCoder2013/blog/issues/26)\n* [基于JVM之上的并发编程模式剖析](https://github.com/aCoder2013/blog/issues/25)\n* [CopyOnWriteArrayList内部工作原理剖析](https://github.com/aCoder2013/blog/issues/24)\n* [下一代分布式消息队列Apache Pulsar从入门到实现(一)](https://github.com/aCoder2013/blog/issues/23)\n* [Java并发工具类之LongAdder原理总结](https://github.com/aCoder2013/blog/issues/22)\n* [分布式消息队列实现概要](https://github.com/aCoder2013/blog/issues/21)\n* [日志: 分布式系统的核心](https://github.com/aCoder2013/blog/issues/20)\n* [分布式消息队列Apache RocketMQ源码剖析-Producer分析](https://github.com/aCoder2013/blog/issues/19)\n* [How to run Apache Kafka using IntelliJ IDEA](https://github.com/aCoder2013/blog/issues/18)\n* [Running Spring Boot in a Docker cluster](https://github.com/aCoder2013/blog/issues/17)\n* [Running Spring Boot in a Docker container](https://github.com/aCoder2013/blog/issues/16)\n* [走进Service mesh](https://github.com/aCoder2013/blog/issues/15)\n* [Java原生类型包装类初解析](https://github.com/aCoder2013/blog/issues/14)\n* [反射和泛型简析](https://github.com/aCoder2013/blog/issues/13)\n* [SpringMVC校验机制参数顺序的坑](https://github.com/aCoder2013/blog/issues/12)\n* [Kotlin coroutine详解](https://github.com/aCoder2013/blog/issues/11)\n* [Atomic包之FieldUpdater深度解析](https://github.com/aCoder2013/blog/issues/10)\n* [RocketMQ源码学习-Producer启动流程](https://github.com/aCoder2013/blog/issues/8)\n* [JVM指令集中tableswitch和lookupswitch指令的区别](https://github.com/aCoder2013/blog/issues/7)\n* [Struts2-初始化流程](https://github.com/aCoder2013/blog/issues/6)\n* [初探JDBC源码](https://github.com/aCoder2013/blog/issues/5)\n* [Java线程那点事儿](https://github.com/aCoder2013/blog/issues/4)\n* [深度解析Java线程池的异常处理机制](https://github.com/aCoder2013/blog/issues/3)\n* [Gossip协议在Cassandra中的实现](https://github.com/aCoder2013/blog/issues/2)\n* [MongoDB导出场景查询优化](https://github.com/aCoder2013/blog/issues/1)\n\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FaCoder2013%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FaCoder2013%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FaCoder2013%2Fblog/lists"}