graphql-code-generator 生成graphql

Posted by 夏泽民

类似的工具比较多,比如prisma 、qloo、golang 的gqlgen、apollo-codegen graphql-code-generator 也是一个不错的工具(灵活、模版自定义 npm install –save-dev graphql-code-generator graphql Or yarn add -D graphql-code-generator graphql 参考demo 项目初始化 yarn init -y 添加依赖 yarn add –dev graphql-code-generator graphql package.json:



Debug实现原理

Posted by 夏泽民

https://tpaschalis.github.io/delve-debugging/ https://jiajunhuang.com/articles/2020_04_23-go_gdb.md.html



品类管理

Posted by 夏泽民

http://www.woshipm.com/operate/1746.html 品类管理在传统行业中并不新鲜,只是在电子商务的领域中很少见而已;



Reflections on 2 Years of Golang

Posted by 夏泽民

https://wgyn.github.io/2020/04/12/reflections-on-2-years-of-golang.html Go was clearly designed with production code in mind. Most strikingly, Assembled had a period of serious performance issues (knock on wood) that we were able to debug with net/pprof and runtime/pprof. These were super powerful and easy to enable via HTTP handlers, as below. My one nit would be that the best guide I found to interpret the output was buried in a blog post.



自动换肤系统设计

Posted by 夏泽民

https://github.com/hongyangAndroid/AndroidChangeSkin 我认为目前的换肤主要分成3种,一种是返回图片的地址,APP再根据图片日志去取图片,另一种是下载zip包然后再解压去替换图标,再一种是图片资源放到包里,接口控制是否显示。



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