一套简版的 TCP 协议的实现。源自于 Stanford CS144 Introduction to Computer Networking 的 Lab Assignments。
使用redis实现消息的发布订阅 消息队列这两个简单的demo
多线程水桶算法: 现有4个水桶,它们的容量为:21,11,8,5 水桶含有的水为:21 ,0 ,0 ,0 需要将水桶倒成:7,7,7,0 水桶之间可以互相倒水但不能溢出。 求需要的最小步骤为。 答案: 21 0 0 0 10 11 0 0 10 6 0 5 10 0 6 5 15 0 6 0 15 0 1 5 15 5 1 0 15 5 0 1 7 5 8 1 7 11 2 1 7 7 2 5 7 7 7 0
andaily-developer, 源自andaily开发过程中使用的scrum工具.
Spring In Action (Fourth Edition) Spring实战, 第4版
andaily = and + daily. 意味着我们要积极参与每一天的生活,工作; 融入每一天, 享受并记录每一天的点点滴滴...
spring-oauth-server client demo project
oauth2-shiro与Redis的整合, 更符合实际项目需要