graphql

Posted by 夏泽民

https://zhuanlan.zhihu.com/p/88009926 https://blog.5udou.cn/#/blog/detail/GraphQLXue-Xi-Zhi-Ji-Chu-Pian-99 http://spec.graphql.org/June2018/ http://blog.thankbabe.com/2018/04/20/graphql/ https://graphql.org/graphql-js/ https://github.com/graphql/graphql-js https://graphql.cn/code/#javascript GraphQL 请求体: 使用GraphQL语言定义的一个或多个操作或者数据片段,类型是字符串。 操作: 可以被GraphQL执行引擎理解的一次查询、修改或订阅。



goplus

Posted by 夏泽民

Python 的优势



ast

Posted by 夏泽民

clang static analyzer基于的是经典符号执行,经典的符号执行中存在的问题,clang static analyzer中也都存在,例如内存开销,路径爆炸,内存模型



graphql Schema

Posted by 夏泽民

Schema定义结构 schema { #定义查询 query: UserQuery } type UserQuery { #定义查询的类型 user(id:ID) : User #指定对象以及参数类型 } type User { #定义对象 id:ID! # !表示该属性是非空项 name:String age:Int } 标量类型(Scalar Types)



tcpdump

Posted by 夏泽民

sudo tcpdump -i lo tcp and host 127.0.0.1 -vvvX -w xiazemin.cap tcpdump tcpdump - dump traffic on a network



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