April 2024
2024-05-01 2024-05-03 2024-05-04 2024-05-05 2024-05-09 2024-6-17 2024-05-18 2024-05-19 2024-05-26
more...The Convolutional Neural Network - Theory and Implementation of LeNet5
# # # 参考 [1] Gradient-Based Learning Applied to Document Recognition [2] The Convolutional Neural Network - Theory and Implementation of LeNet-5 and AlexNet
more...gRPC for Python
# gRPC 介绍 “gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of...
more...GRPC for C++
# GRPC For C++ # What is RPC? RPC(Remote Procedure Call) ,远程过程调用,一种通过网络调用远程计算机的服务,而不需要了解底层网络技术的协议,使调用者可以像调用本地服务一样调用远程的方法。主要用于分布式服务器之间的通信,微服务 # RPC 框架 Dobbo Motan Tars SpringCloud gRPC Thrift # RPC 特性 RPC 是基于 HTTP2 协议的,使用的是长连接,不需要每次通信 # Windows 编译 grpc for QT 通过 git 把 github 下的 grpc 源码 clone...
more...