Pinned Repositories
algorithm
算法实践
card-open
脉微名片开放接口
docker
docker-composer,docker-jenkins,docker-mongo,docker-redis,docker-yapi,docker-lnmp,lnmp+redis+mongodb+swoole的docker镜像及dockerfile自定义文件
learn-go-untime
go不定时学习
websocket-swoole
基于swoole实现websocket实时通信,推送服务,适用thinkphp/yii2/laravel等框架
xcf-extend
php 扩展类 redis消息队列;读取mysql的.ibd文件
yii2-alipay
支付宝的手机网站支付、扫码即时到账付款、Oauth授权、单笔转账整合
yii2-extend
常用方法封装,包含如下:1.用于api接口的图片验证码
yii2-kafka
yii2-kafka
yii2-swoole
yii2 Swoole 扩展,高度整合异步任务处理、websocket通信、服务端实时推送等服务
xiaochengfu's Repositories
xiaochengfu/yii2-swoole
yii2 Swoole 扩展,高度整合异步任务处理、websocket通信、服务端实时推送等服务
xiaochengfu/websocket-swoole
基于swoole实现websocket实时通信,推送服务,适用thinkphp/yii2/laravel等框架
xiaochengfu/docker
docker-composer,docker-jenkins,docker-mongo,docker-redis,docker-yapi,docker-lnmp,lnmp+redis+mongodb+swoole的docker镜像及dockerfile自定义文件
xiaochengfu/xcf-extend
php 扩展类 redis消息队列;读取mysql的.ibd文件
xiaochengfu/algorithm
算法实践
xiaochengfu/learn-go-untime
go不定时学习
xiaochengfu/algo
数据结构和算法必知必会的50个代码实现(个人学习实践版)
xiaochengfu/amis
前端低代码框架,通过 JSON 配置就能生成各种页面。
xiaochengfu/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
xiaochengfu/Basic-Video-Call
Sample app to join/leave a channel, mute/unmute, enable/disable the video, and switch between front/rear cameras.
xiaochengfu/dingtalk-callback-Crypto
钉钉回调加解密类库和对应demo
xiaochengfu/ferry
本系统是集工单统计、任务钩子、权限管理、灵活配置流程与模版等等于一身的开源工单系统,当然也可以称之为工作流引擎。 致力于减少跨部门之间的沟通,自动任务的执行,提升工作效率与工作质量,减少不必要的工作量与人为出错率。
xiaochengfu/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
xiaochengfu/go-gin-api
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
xiaochengfu/go-id
go 分布式id
xiaochengfu/gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
xiaochengfu/gradually
模拟并解决高并发发展案例
xiaochengfu/learn-c-untime
c语言不定期学习
xiaochengfu/learn-java-untime
java不定时学习
xiaochengfu/learn-php-untime
php不定期补充弹药
xiaochengfu/php-cas-token
通过token形式实现cas单点登录
xiaochengfu/project-layout
Standard Go Project Layout
xiaochengfu/rabbitmq-tutorials
Tutorials for using RabbitMQ in various ways
xiaochengfu/react-geek-time
极客时间《React 从入门到精通》视频课程示例代码。
xiaochengfu/simple-rpc-framework
A simple RPC framework example
xiaochengfu/socket-reading-and-writing
xiaochengfu/struct-algo-js
数据结构与算法-JavaScript
xiaochengfu/vhr
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
xiaochengfu/wblog
基于gin+gorm开发的个人博客项目
xiaochengfu/yolanda
极客时间<网络编程实战>代码