Skip to content
View wxxiong6's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report wxxiong6

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wxxiong6/README.md

Hi there 👋

- 🇨🇳 Chinese - 🧑🏻‍💻 Programmer - 🧠 I’m currently working on golang yun. - ⚡ Go, Java, C/C++, PHP

Pinned

  1. docker-base-image docker-base-image Public

    旨在为使用 Docker 的用户提供一个标准化、可靠、可扩展的基础镜像。这个镜像包含了常见项目的运行时环境, 例如 Kafka、Redis、MySQL、Node.js 等,方便用户在构建自己的应用镜像时进行调试和测试。 方便用户在不同的项目中共享和复用.

    Dockerfile 20 4

  2. php-ext-snowflake php-ext-snowflake Public

    php生成分布式唯一id扩展,基于Twitter SnowFlake分布式ID生成算法,使用c实现的php Extension。默认生成ID是一个64位long型数字。单机每秒内理论上最多可以生成1024*(2^12),也就是409.6万个ID(1024 X 4096 = 4194304)。

    C 11 5

  3. wx-kratos wx-kratos Public

    这个项目是基于 kratos 的项目模板,使用 cookiecutter 生成项目模板,使用 wire 生成依赖注入代码。 在做项目中经常会遇到一些重复性的工作,比如创建项目,创建数据库连接,创建路由,创建配置文件等等,这些工作都是重复性的,而且很多时候我们都是按照自己的习惯来创建项目,这样就会导致项目之间的风格不一致,这个项目就是为了解决这些问题,基于平时开发项目提炼出来的一些常用基础组件…

    Go 2

  4. yaf yaf Public

    Forked from laruence/yaf

    Fast php framework written in c, built in php extension

    C