个人主页
管理员

管理员 (@ihunter)

  • 加入网站 2166
  • 连续签到 1
  • 最高连签 2
  • 累计签到 8
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 23 分钟
  • 本月阅读 0 小时 23 分钟
  • 累计阅读 2 小时 03 分钟
  • Cobra Document

    Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
  • Viper Document

    Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats.
  • 敖小剑 Hugo 学习笔记

    Hugo是由Go语言实现的静态网站生成器。简单、易用、高效、易扩展、快速部署。Hugo以速度快著称,号称是世界上最快的网站生成框架。
  • MoliCode 文档手册

    MoliCode是基于java开发的一种代码生成器,当然其除了生成代码亦可生成其它代码。 它是一个独立(standalone)的工具,用于在git仓库存储代码模板并依此生成目标代码。 它和其它代码生成器的最主要区别在于,其关注点不在模板本身。 即不关注生成了什么样的代码,而是作为一个基础工具方便大家编写和共享使用代码模板。
  • 敖小剑 Axon 框架学习笔记

    Axon Framework 用来帮助开发人员构建基于命令查询责任分类(Command Query Responsibility Segregation: CQRS)设计模式的可伸缩、可扩展和可维护应用程序的框架。
  • Soul - 高性能微服务API网关

    这是一个异步的,高性能的,跨语言的,响应式的API网关。我希望能够有一样东西像灵魂一样,保护您的微服务。参考了Kong,Spring-Cloud-Gateway等优秀的网关后,站在巨人的肩膀上,Soul由此诞生!
  • Hmily - TCC分布式事务框架

    高性能分布式事务tcc开源框架。基于java语言来开发(JDK1.8),支持dubbo,springcloud,motan等rpc框架进行分布式事务。
  • RainCat - 强一致分布式事务框架

    强一致性分布式事务,是基于二阶段提交+本地事务补偿机制来实现。基于java语言来开发(JDK1.8),支持dubbo,motan,springcloud进行分布式事务。
  • Selenium with Python中文翻译文档

    Selenium Python bindings 提供了一个简单的API,让你使用Selenium WebDriver来编写功能/校验测试。 通过Selenium Python的API,你可以非常直观的使用Selenium WebDriver的所有功能。
  • Microservices in Golang

    This is a ten part series on writing microservices in Golang. Making use of protobuf and gRPC as the underlying transport protocol. Why? Because it took me a long time to figure this out and settle on a solution that was clear and concise, and I wanted to share what I'd learnt about creating, testing and deploying microservices end-to-end with others new to the scene.