上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页
摘要: services 1. directory 2. generate model 3. MD5: asymmetric salt: to prevent "brute force cracking" by using rainbow table import "github.com/anaskhan9 阅读全文
posted @ 2023-11-01 17:45 PEAR2020 阅读(30) 评论(0) 推荐(0)
摘要: 1.quick start package main import "github.com/gin-gonic/gin" func main() { r := gin.Default() //default: router with logger and recovery(crash-free) m 阅读全文
posted @ 2023-10-30 16:22 PEAR2020 阅读(17) 评论(0) 推荐(0)
摘要: Xshell连接阿里云服务器详细: https://blog.csdn.net/weixin_43122090/article/details/103548798 修改Aliyun安全策略, enable port : https://developer.aliyun.com/article/767 阅读全文
posted @ 2023-10-28 20:36 PEAR2020 阅读(15) 评论(0) 推荐(0)
摘要: install and config //Installing on Linux: sudo dnf install git-all git config --global user.name "wenyan" git config --global user.email "sabertobihwy 阅读全文
posted @ 2023-10-27 23:52 PEAR2020 阅读(14) 评论(0) 推荐(0)
摘要: Pain point: The front-end cannot be tested until the back-end interface has been developed.The front end only needs: response of the interfaceTest set 阅读全文
posted @ 2023-10-27 16:45 PEAR2020 阅读(11) 评论(0) 推荐(0)
摘要: challenges: 1. version control After testing the branch A, pull the latest code(merged B) -> confilcts ? no conflicts? -> regression testing 2. change 阅读全文
posted @ 2023-10-27 13:53 PEAR2020 阅读(19) 评论(0) 推荐(0)
摘要: Quick Start 1. protobuf & JSON download protoc-3.14.0-win64.zip unzip, add to env variable go install google.golang.org/protobuf/cmd/protoc-gen-go@v1. 阅读全文
posted @ 2023-10-24 11:40 PEAR2020 阅读(28) 评论(0) 推荐(0)
摘要: Use HTTP2.0: Compatible with HTTP1.X, retaining the high performance of TCPprotobuf是协议grpc无缝集成了protobuf 阅读全文
posted @ 2023-10-23 18:51 PEAR2020 阅读(8) 评论(0) 推荐(0)
摘要: https://www.yuque.com/bobby-zpcyu/fgg66n/bqqmru 1. 原理 RPC: remote procedure call: one node asks for another node's servicelocal procedure call: invoki 阅读全文
posted @ 2023-10-22 18:18 PEAR2020 阅读(23) 评论(0) 推荐(0)
摘要: 1. demo with time.Sleep() py java 多线程编程,多进程编程,问题:cost memoryweb 2.0 用户级线程,绿程,轻量级线程,协程 java-nettycoroutine:内存占用小(2k),切换快go only has -goroutine,convenie 阅读全文
posted @ 2023-10-17 14:17 PEAR2020 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页