Real-Time Event-Driven Ecosystem

Posted by 夏泽民

https://www.infoq.com/articles/realtime-event-driven-ecosystem/



crocodile

Posted by 夏泽民

https://github.com/labulaka521/crocodile https://github.com/micro-in-cn/starter-kit



xmi

Posted by 夏泽民

phpuml ~/PhpstormProjects/php/ -f html -o ./uml/

phpuml ~/PhpstormProjects/php/ -o ./uml/ https://www.laruence.com/2010/05/14/1473.html Visio2007不支持导入XMI, 我找到了另外的一个工具:Altova Umodel, 没有mac版本



plugin

Posted by 夏泽民

通过在主程序和共享库直接定义一系列的约定或者接口,我们可以通过以下的代码动态加载其他人编译的 Go 语言共享对象,这样做的好处是 — 主程序和共享库的开发者不需要共享代码,只要双方的约定不变,修改共享库后也不再需要重新编译主程序。 ype Driver interface { Name() string }



graphql 查询自省

Posted by 夏泽民

10、自省: GraphQL是可自省的,也就是说你可以通过查询一个GraphQL知道它自己的schema细节。 你可以写一个GraphQL查询来请求GraphQL服务获取它的fields。 每个GraphQL根字段自动包含一个__Schema字段,其包含用来查询的描述自身meta信息的字段–queryType。 查询__schema以列出所有该schema中定义的类型,并获取每一个的细节: 查询__type以获取任意类型的细节: https://www.codenong.com/j5ddb7fe751882573106/



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required