MCPcopy Create free account

hub / github.com/Swiftie13st/LearningNote / types & classes

Types & classes299 in github.com/Swiftie13st/LearningNote

↓ 1 callersClassColorTupleStruct
Rust/rustlings/exercises/07_structs/structs1.rs:9
↓ 1 callersClassPositiveNonzeroInteger
Rust/rustlings/exercises/13_error_handling/errors5.rs:37
StructAddress
收货地址结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo4.go:17
InterfaceAnimal
Golang/Code/basicCode/interface.go:84
InterfaceAnimal
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:15
StructAnimal
结构体的继承 用户结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo5.go:6
StructAnimal
Animal 使用`AnimalID`作为主键
Golang/Code/Gin/main.go:29
StructAnimal
Animal 使用`AnimalID`作为主键
Golang/Code/Gin/GORM/V1/model.go:29
InterfaceAnimal1
定义一个Animal的接口,Animal中定义了两个方法,分别是setName 和 getName,分别让DOg结构体和Cat结构体实现
Golang/Code/basicCode/interface.go:75
InterfaceAnimal1
定义一个Animal的接口,Animal中定义了两个方法,分别是setName 和 getName,分别让DOg结构体和Cat结构体实现
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:6
InterfaceAnimal2
接口2
Golang/Code/basicCode/interface.go:80
InterfaceAnimal2
接口2
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:11
InterfaceAppendBar
The trait `AppendBar` has only one function which appends "Bar" to any object implementing this trait.
Rust/rustlings/exercises/15_traits/traits1.rs:3
InterfaceAppendBar
Rust/rustlings/exercises/15_traits/traits2.rs:1
TypeAliasArgs
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:38
TypeAliasArgs
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:38
StructAtomicCounter
原子操作版
Golang/Code/advanceCode/mutex/atomic/main.go:47
ClassBook
TODO: Fix the compiler errors about the struct.
Rust/rustlings/exercises/16_lifetimes/lifetimes3.rs:4
StructCInfo
自定义数据类型
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:13
StructCInfo
自定义数据类型
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:13
StructCUser
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:65
StructCUser
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:65
StructCamera
如果接口里面有方法的话,必须要通过结构体或自定义类型实现这个接口 使用相机结构体来实现 接口
Golang/Code/basicCode/Code/goProject/interfaceDemo/Camera.go:8
StructClass
定义一个班级结构体
Golang/Code/basicCode/go_basic/struct.go:268
StructClass
定义一个班级结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructJsonDemo3.go:18
ClassColor
Rust/rustlings/exercises/23_conversions/try_from_into.rs:11
ClassColorRegularStruct
Rust/rustlings/exercises/07_structs/structs1.rs:1
EnumCommand
Rust/rustlings/exercises/quizzes/quiz2.rs:20
StructCommonCounter
普通版
Golang/Code/advanceCode/mutex/atomic/main.go:16
StructComputer
电脑
Golang/Code/basicCode/Code/goProject/interfaceDemo/Computer.go:4
InterfaceCounter
Golang/Code/advanceCode/mutex/atomic/main.go:10
EnumCreationError
Rust/rustlings/exercises/13_error_handling/errors4.rs:4
EnumCreationError
Rust/rustlings/exercises/13_error_handling/errors5.rs:18
EnumCreationError
Rust/rustlings/exercises/13_error_handling/errors6.rs:10
StructCustomerClaims
Golang/Code/Gin/jwt/go/gojwt.go:72
EnumDivisionError
Rust/rustlings/exercises/18_iterators/iterators3.rs:2
StructDog
Golang/Code/basicCode/interface.go:89
StructDog
子结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo5.go:13
StructDog
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:20
StructDog
Golang/Code/GORM-v2/GORM-v2/many2many.go:14
StructDog
Golang/Code/GORM-v2/关系/many2many.go:14
StructDog
has one
Golang/Code/GORM-v2/关系/one2one.go:10
StructDog
has one
Golang/Code/GORM-v2/关系/preload_gorm.go:10
StructDog
Golang/Code/GORM-v2/关系/one2many.go:14
StructDog1
belongsTo
Golang/Code/GORM-v2/关系/belongs_to_gorm.go:9
StructDog2
has one
Golang/Code/GORM-v2/关系/has_one_gorm.go:9
InterfaceEmptyA
空接口表示没有任何约束,任意的类型都可以实现空接口
Golang/Code/basicCode/Code/goProject/EmptyInterface/EmptyA.go:6
ClassEvil
Rust/Code/us.rs:4
EnumFruit
Rust/rustlings/exercises/11_hashmaps/hashmaps2.rs:14
StructGoddess
Golang/Code/GORM-v2/GORM-v2/many2many.go:21
StructGoddess
Golang/Code/GORM-v2/关系/many2many.go:21
StructGoddess
Golang/Code/GORM-v2/关系/one2one.go:17
StructGoddess
Golang/Code/GORM-v2/关系/preload_gorm.go:16
StructGoddess
Golang/Code/GORM-v2/关系/one2many.go:21
StructGoddess1
Golang/Code/GORM-v2/关系/belongs_to_gorm.go:16
StructGoddess2
Golang/Code/GORM-v2/关系/has_one_gorm.go:15
InterfaceHelloGRPCClient
HelloGRPCClient is the client API for HelloGRPC service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.
Golang/Code/gRPC/HelloWorld/pb/hello_grpc_grpc.pb.go:24
InterfaceHelloGRPCServer
HelloGRPCServer is the server API for HelloGRPC service. All implementations must embed UnimplementedHelloGRPCServer for forward compatibility
Golang/Code/gRPC/HelloWorld/pb/hello_grpc_grpc.pb.go:48
StructHome
Golang/Code/gRPC/basic/pb/home/home.pb.go:23
StructInfo
Golang/Code/GORM-v2/GORM-v2/many2many.go:8
StructInfo
Golang/Code/GORM-v2/关系/many2many.go:8
StructInfo
Golang/Code/GORM-v2/关系/one2many.go:8
EnumIntoColorError
Rust/rustlings/exercises/23_conversions/try_from_into.rs:19
StructJiazi
Golang/Code/GORM-v2/GORM-v2/association_tags.go:3
StructJiazi
Golang/Code/GORM-v2/关系/association_tags.go:3
StructJiazi
Golang/Code/GORM-v2/关系/polymorphic.go:3
ClassJobStatus
Rust/rustlings/exercises/20_threads/threads2.rs:11
InterfaceLicensed
Rust/rustlings/exercises/15_traits/traits3.rs:3
InterfaceLicensed
Rust/rustlings/exercises/15_traits/traits4.rs:1
EnumList
Rust/rustlings/exercises/19_smart_pointers/box1.rs:14
TypeAliasLogLevel
往终端写日志相关内容
Golang/Code/standard library/log/main.go:15
StructLogger
Logger日志结构体
Golang/Code/standard library/log/main.go:29
StructLogin
Binding from JSON
Golang/Code/Gin/Params/bind.go:11
EnumMessage
Rust/rustlings/exercises/08_enums/enums2.rs:10
EnumMessage
Rust/rustlings/exercises/08_enums/enums3.rs:6
EnumMessage
Rust/rustlings/exercises/08_enums/enums1.rs:2
StructModel
Golang/Code/GORM-v2/GORM-v2/model.go:8
StructModel
Golang/Code/GORM-v2/模型/model.go:8
StructModel
Golang/Code/GORM-v2/增删改查/model.go:8
StructMutexCounter
互斥锁版
Golang/Code/advanceCode/mutex/atomic/main.go:29
StructMyConcurrentMap
Golang/Code/advanceCode/goroutine/MyConcurrentMap/main.go:18
ClassOrder
Rust/rustlings/exercises/07_structs/structs2.rs:2
ClassOtherSoftware
Rust/rustlings/exercises/15_traits/traits3.rs:17
ClassOtherSoftware
Rust/rustlings/exercises/15_traits/traits4.rs:8
ClassOtherStruct
Rust/rustlings/exercises/15_traits/traits5.rs:17
InterfaceOtherTrait
Rust/rustlings/exercises/15_traits/traits5.rs:7
ClassPackage
Rust/rustlings/exercises/07_structs/structs3.rs:5
EnumParsePersonError
Rust/rustlings/exercises/23_conversions/from_str.rs:19
EnumParsePosNonzeroError
Rust/rustlings/exercises/13_error_handling/errors6.rs:17
ClassPerson
Rust/rustlings/exercises/23_conversions/from_str.rs:12
ClassPerson
Rust/rustlings/exercises/23_conversions/from_into.rs:7
StructPerson
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo2.go:8
StructPerson
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo3.go:8
StructPerson
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo.go:8
StructPerson
Golang/Code/gRPC/basic/pb/person/person.pb.go:76
StructPersonReq
Golang/Code/gRPC/basicGateway/pb/person/person.pb.go:24
StructPersonReq
Golang/Code/gRPC/server/4种模式/普通服务/pb/person/person.pb.go:23
StructPersonReq
Golang/Code/gRPC/server/4种模式/流式传入/pb/person/person.pb.go:23
StructPersonReq
Golang/Code/gRPC/server/4种模式/流式返回/pb/person/person.pb.go:23
StructPersonReq
Golang/Code/gRPC/server/4种模式/流式出入/pb/person/person.pb.go:23
next →1–100 of 299, ranked by callers