wangyongbin's Stars
AliyunContainerService/log-pilot
Collect logs for docker containers
shadowsocks/shadowsocks-libev
Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
apache/ambari
Apache Ambari simplifies provisioning, managing, and monitoring of Apache Hadoop clusters.
sequenceiq/docker-ambari
Docker image with Ambari
sirzdy/shadowsocks
与 ShadowSocks 有关的教程、文件等
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
moby/moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
pingfangx/TranslatorX
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
cuigh/swirl
A web UI for Docker, focused on swarm cluster.
bvis/docker-prometheus-swarm
Sample prometheus that can be used as a sample to get Swarm cluster metrics
rancher/install-docker
Scripts for docker-machine to install a particular docker version
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
muyinchen/Spring-Framework-5.0.0.M3-CN
laincloud/lain
LAIN's main repo
taobao/nginx-book
Nginx开发从入门到精通
bailicangdu/node-elm
Backend system based on node.js + Mongodb. 基于 node.js + Mongodb 构建的后台系统
opendigg/awesome-github-wechat-weapp
微信小程序开源项目库汇总
binblee/springcloud-swarm
Spring Cloud Application Samples on Docker swarm-mode cluster
jpetazzo/nsenter
berresch/Docker-Enter-Demo
turnbullpress/dockerbook-code
The code and configuration examples from The Docker Book (http://www.dockerbook.com)
Dreampie/resty-demo
resty + regular demo
ScienJus/spring-authorization-manager
基于 Spring MVC,提供 API 服务端的身份验证功能。通过 Redis、MySQL 维护登录用户与分配 Token 的映射关系。
ScienJus/spring-restful-authorization
这个 Demo 用于演示如何在 RESTful 下使用自定义 Token 保持客户端登录状态,依靠 Spring 的拦截器和解析器完成权限验证及登录用户注入,并使用 Redis 存储 Token。