后端开发
-
Go Engineer System Course 011
Inverted Index for Queries 1. What is an Inverted Index? An Inverted Index is a data structure used for quickly finding documents that contain specific terms. It is one of the core…
-
Go Senior Engineer Lecture (MOOC) 007_godoc and Code Generation
Go Documentation Generation and Example Code Corresponds to Video 8-6: Generating Documentation and Example Code 1. godoc Documentation Generation Go's documentation is extracted d…
-
Programming Basics 0013_Go Enterprise Practical Case Studies Highlights
Essence of Go Enterprise Practice Cases Knowledge Source: Compiled based on the following e-book materials- "Go Application in Baidu BFE for Gopher China"- "Go Application in Distr…
-
Go Senior Engineer's Lecture (MOOC) 008_GMP Scheduler and Go Design Philosophy
Go GMP Scheduler and Design Philosophy Corresponding videos: 9-2 Go Language Scheduler, 18-1 Understanding Go Language Design, 18-2 Course Summary 1. Evolution of Go Scheduler 1.0 …
-
Go Engineer Systematic Course 002
Differences between GOPATH and Go Modules 1. Concepts GOPATH Is Go's early dependency management mechanism. All Go projects and dependency packages must be placed in the GOPATH dir…
-
Go Engineer System Course 003
grpc grpc grpc-go grpc seamlessly integrates protobuf protobuf For those of you accustomed to using Json and XML data storage formats, I believe most have never heard of Protocol B…
-
Go Engineer Systematic Course 004
Requirements Analysis Backend Management System Product Management Product List Product Categories Brand Management Brand Categories Order Management Order List User Information Ma…
-
Go Engineering System Course 005
Microservice Development Create a microservice project. All project microservices will reside within this project. Create joyshop_srv. We don't have a user login/registration servi…
-
Go Engineer System Course 006
Project Structure Description: user-web Module user-web is the user service web layer module in the joyshop_api project, responsible for handling user-related HTTP requests, parame…
-
Go Engineer System Course 007
Product Microservice Entity Structure Description This module includes the following core entities: Goods Category Brands Banner GoodsCategoryBrand 1. Goods Describes the goods inf…