摘要: gRPC calls between a client and server on different machines are usually sent over TCP sockets. TCP is a good choice for communicating across a networ 阅读全文
posted @ 2024-08-31 20:56 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: spring boot nginx + javascript, to authenticate and matlab save to .mat file https://cplusplus.com/forum/general/282729/ https://github.com/ami-iit/ma 阅读全文
posted @ 2024-08-31 20:28 ChrainY 阅读(1) 评论(0) 推荐(0) 编辑
摘要: httpUrl = "http://requestserver.mathworks.com"; employeeUrl = strcat(httpUrl,"/employee"); options = weboptions("ContentType","text"); sBrown = webrea 阅读全文
posted @ 2024-08-31 19:53 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ui = typecast(single(1.75), 'uint32'); char('0' + bitget(ui,32👎1)); a = uint8(63) b = uint8(224) c = uint8(0) y = typecast([c c b a], 'single') 阅读全文
posted @ 2024-08-31 19:50 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑