
akka net
一片
这个作者很懒,什么都没留下…
展开
-
Akka in .Net Core – Part 1 (Creating an Akka Actor)
Distributed and concurrent systems are norms rather than exception these days. And there is no other better framework to build a distributed system than Akka. Akka is an implementation of Actor model....转载 2018-10-18 02:10:48 · 419 阅读 · 0 评论 -
Guice 快速入门
Guice是谷歌推出的一个轻量级依赖注入框架,帮助我们解决Java项目中的依赖注入问题。如果使用过Spring的话,会了解到依赖注入是个非常方便的功能。不过假如只想在项目中使用依赖注入,那么引入Spring未免大材小用了。这时候我们可以考虑使用Guice。本文参考了Guice官方文档,详细信息可以直接查看Guice文档。 基本使用 引入依赖 如果使用Maven的话,添加下面的依赖项。 &...转载 2019-08-22 14:09:50 · 1501 阅读 · 0 评论