gorpc

Posted by 夏泽民

gRPC初体验 96 作者 CZ_Golang 关注 2016.03.11 16:38 字数 1629 阅读 16506评论 2喜欢 29 gRPC是由Google主导开发的RPC框架,使用HTTP/2协议并用ProtoBuf作为序列化工具。其客户端提供Objective-C、Java接口,服务器侧则有Java、Golang、C++等接口,从而为移动端(iOS/Androi)到服务器端通讯提供了一种解决方案。 当然在当下的环境下,这种解决方案更热门的方式是RESTFull API接口。该方式需要自己去选择编码方式、服务器架构、自己搭建框架(JSON-RPC)。gRPC官方对REST的声音是:



spark-kafka

Posted by 夏泽民

参考文档: https://spark.apache.org/docs/latest/structured-streaming-kafka-integration.html



mysqldump

Posted by 夏泽民

mysqldump -P端口 -hIP -u用户名 -p密码 表名 库名 > 目标文件.sql



mysql-time

Posted by 夏泽民

MySQL 获得当前日期时间 函数 获得当前日期+时间(date + time)函数:now()



mac 安装 sshfs

Posted by 夏泽民
1
2
$brew cask install osxfuse
$brew install sshfs

挂载(如果配上ssh key就可以完全自动化了): sshfs root@192.168.9.109:/opt /opt/s109 卸载: fusermount -u /opt/s109



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