hekailiang 最近的时间轴更新
hekailiang's repos on GitHub
Java · 29 人关注
cloud-config
configure once – use everywhere
Scala · 1 人关注
activator-cqrs-rest
Activator that demonstrates the approaches to building REST interfaces around distributed CQRS applications
Scala · 1 人关注
actor-server
Actor backend app
C# · 1 人关注
akka-bootcamp
Akka.NET from Soup to Nuts code samples and tutorials
Scala · 1 人关注
akka-crdt
Server-managed CRDTs based on Akka
Scala · 1 人关注
akka-play
this is a self learning prj
1 人关注
awesome-architecture
架构师技术图谱,助你早日成为架构师
1 人关注
blog
个人博客,记录个人总结(见issues)
0 人关注
activejpa
A simple active record pattern library in java that makes programming DAL easier
Java · 0 人关注
akka-java-examples
Example implementation of various akka patterns in Java
JavaScript · 0 人关注
akka-workshop
0 人关注
api-guidelines
Microsoft REST API Guidelines
0 人关注
apollo
An experimental distributed ledger platform based on a sea of DAG Nodes
0 人关注
apollo-server
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
0 人关注
awesome-graphql
Awesome list of GraphQL & Relay
0 人关注
azure-aks-kubernetes-masterclass
Azure AKS Kubernetes Masterclass
0 人关注
Become-A-Full-Stack-Web-Developer
Free resources for learning Full Stack Web Development
JavaScript · 0 人关注
bitcoin-on-nodejs
《Node.js区块链开发》(网名《Nodejs开发加密货币》),纸质书籍
Python · 0 人关注
BurstLink
Fake multi connection proxy based on Twisted
0 人关注
cassandra
Mirror of Apache Cassandra
0 人关注
cassandra-1
A distributed storage system for managing structured data while providing reliability at scale.
Shell · 0 人关注
Command-line-text-processing
From finding text to search and replace, from sorting to beautifying text and more
Java · 0 人关注
concurrent-trees
Concurrent Radix and Suffix Trees for Java
0 人关注
container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Java · 0 人关注
cqrs-hotel
Example application about CQRS and Event Sourcing
0 人关注
CREST
Continuous REactive SysTems DSL
Java · 0 人关注
cron-parser
Java Parser For Cron Expressions
Java · 0 人关注
cron-utils
Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
Java · 0 人关注
CuckooFilter4J
High performance Java implementation of a Cuckoo filter - Apache Licensed
0 人关注
customer-service
Spring Boot microservice to demo integration with Dapr for event-driven, Pact for consumer-driven contract testing, Cucumber BDD, Liquibase, etc.
hekailiang

hekailiang

V2EX 第 54501 号会员,加入于 2014-01-19 08:35:21 +08:00
hekailiang 最近回复了
@hantsy 多谢,回头瞅瞅。。。
@k9982874 puppet 没用过,是一个东西吗?
@hantsy 状态机也是我写的。为啥要替换掉?
2015-12-04 18:19:33 +08:00
回复了 crytis 创建的主题 Java 使用 spring 和 mybatis 能实现数据源的动态切换么
2014-07-23 10:22:49 +08:00
回复了 ccming 创建的主题 分享发现 Pingly beta 开始排队了
I joined Pingly, check it out http://pingly.me?ref=1316
可以考虑先设计benchmark test,先拿到性能测试的基准数据。
2014-02-20 23:19:03 +08:00
回复了 levan 创建的主题 MacBook Pro 笔记本支架 开启第三批预定
2014-01-20 09:26:37 +08:00
回复了 hekailiang 创建的主题 Java [开源项目]轻量级Java有限状态机 Squirrel State Machine
@Tankpt 所谓状态机简单来说就是管理程序执行时刻的上下文(或者说是内部状态)。一般在代码逻辑还不是很复杂的时候我们会使用if-elseif-else来管理这些执行状态,但随着需求不断变化,代码内部状态越来越复杂,会出现if-else深层嵌套,if-else的判断条件复杂难懂,这样造成代码的扩展性和可以维护性急剧下降。一般出现这种情况时可以考虑使用状态机来优化实现。常用的场景有游戏控制器,词法分析器,执行单元控制器等等。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5540 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 09:28 · PVG 17:28 · LAX 02:28 · JFK 05:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.