Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Swiftie13st/LearningNote
/ types & classes
Types & classes
299 in github.com/Swiftie13st/LearningNote
⨍
Functions
1,167
◇
Types & classes
299
↓ 1 callers
Class
ColorTupleStruct
Rust/rustlings/exercises/07_structs/structs1.rs:9
↓ 1 callers
Class
PositiveNonzeroInteger
Rust/rustlings/exercises/13_error_handling/errors5.rs:37
Struct
Address
收货地址结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo4.go:17
Interface
Animal
Golang/Code/basicCode/interface.go:84
Interface
Animal
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:15
Struct
Animal
结构体的继承 用户结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo5.go:6
Struct
Animal
Animal 使用`AnimalID`作为主键
Golang/Code/Gin/main.go:29
Struct
Animal
Animal 使用`AnimalID`作为主键
Golang/Code/Gin/GORM/V1/model.go:29
Interface
Animal1
定义一个Animal的接口,Animal中定义了两个方法,分别是setName 和 getName,分别让DOg结构体和Cat结构体实现
Golang/Code/basicCode/interface.go:75
Interface
Animal1
定义一个Animal的接口,Animal中定义了两个方法,分别是setName 和 getName,分别让DOg结构体和Cat结构体实现
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:6
Interface
Animal2
接口2
Golang/Code/basicCode/interface.go:80
Interface
Animal2
接口2
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:11
Interface
AppendBar
The trait `AppendBar` has only one function which appends "Bar" to any object implementing this trait.
Rust/rustlings/exercises/15_traits/traits1.rs:3
Interface
AppendBar
Rust/rustlings/exercises/15_traits/traits2.rs:1
TypeAlias
Args
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:38
TypeAlias
Args
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:38
Struct
AtomicCounter
原子操作版
Golang/Code/advanceCode/mutex/atomic/main.go:47
Class
Book
TODO: Fix the compiler errors about the struct.
Rust/rustlings/exercises/16_lifetimes/lifetimes3.rs:4
Struct
CInfo
自定义数据类型
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:13
Struct
CInfo
自定义数据类型
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:13
Struct
CUser
Golang/Code/GORM-v2/自定义数据类型/customize_data_types.go:65
Struct
CUser
Golang/Code/GORM-v2/GORM-v2/customize_data_types.go:65
Struct
Camera
如果接口里面有方法的话,必须要通过结构体或自定义类型实现这个接口 使用相机结构体来实现 接口
Golang/Code/basicCode/Code/goProject/interfaceDemo/Camera.go:8
Struct
Class
定义一个班级结构体
Golang/Code/basicCode/go_basic/struct.go:268
Struct
Class
定义一个班级结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructJsonDemo3.go:18
Class
Color
Rust/rustlings/exercises/23_conversions/try_from_into.rs:11
Class
ColorRegularStruct
Rust/rustlings/exercises/07_structs/structs1.rs:1
Enum
Command
Rust/rustlings/exercises/quizzes/quiz2.rs:20
Struct
CommonCounter
普通版
Golang/Code/advanceCode/mutex/atomic/main.go:16
Struct
Computer
电脑
Golang/Code/basicCode/Code/goProject/interfaceDemo/Computer.go:4
Interface
Counter
Golang/Code/advanceCode/mutex/atomic/main.go:10
Enum
CreationError
Rust/rustlings/exercises/13_error_handling/errors4.rs:4
Enum
CreationError
Rust/rustlings/exercises/13_error_handling/errors5.rs:18
Enum
CreationError
Rust/rustlings/exercises/13_error_handling/errors6.rs:10
Struct
CustomerClaims
Golang/Code/Gin/jwt/go/gojwt.go:72
Enum
DivisionError
Rust/rustlings/exercises/18_iterators/iterators3.rs:2
Struct
Dog
Golang/Code/basicCode/interface.go:89
Struct
Dog
子结构体
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo5.go:13
Struct
Dog
Golang/Code/basicCode/Code/goProject/SecondInterface/main.go:20
Struct
Dog
Golang/Code/GORM-v2/GORM-v2/many2many.go:14
Struct
Dog
Golang/Code/GORM-v2/关系/many2many.go:14
Struct
Dog
has one
Golang/Code/GORM-v2/关系/one2one.go:10
Struct
Dog
has one
Golang/Code/GORM-v2/关系/preload_gorm.go:10
Struct
Dog
Golang/Code/GORM-v2/关系/one2many.go:14
Struct
Dog1
belongsTo
Golang/Code/GORM-v2/关系/belongs_to_gorm.go:9
Struct
Dog2
has one
Golang/Code/GORM-v2/关系/has_one_gorm.go:9
Interface
EmptyA
空接口表示没有任何约束,任意的类型都可以实现空接口
Golang/Code/basicCode/Code/goProject/EmptyInterface/EmptyA.go:6
Class
Evil
Rust/Code/us.rs:4
Enum
Fruit
Rust/rustlings/exercises/11_hashmaps/hashmaps2.rs:14
Struct
Goddess
Golang/Code/GORM-v2/GORM-v2/many2many.go:21
Struct
Goddess
Golang/Code/GORM-v2/关系/many2many.go:21
Struct
Goddess
Golang/Code/GORM-v2/关系/one2one.go:17
Struct
Goddess
Golang/Code/GORM-v2/关系/preload_gorm.go:16
Struct
Goddess
Golang/Code/GORM-v2/关系/one2many.go:21
Struct
Goddess1
Golang/Code/GORM-v2/关系/belongs_to_gorm.go:16
Struct
Goddess2
Golang/Code/GORM-v2/关系/has_one_gorm.go:15
Interface
HelloGRPCClient
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
Interface
HelloGRPCServer
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
Struct
Home
Golang/Code/gRPC/basic/pb/home/home.pb.go:23
Struct
Info
Golang/Code/GORM-v2/GORM-v2/many2many.go:8
Struct
Info
Golang/Code/GORM-v2/关系/many2many.go:8
Struct
Info
Golang/Code/GORM-v2/关系/one2many.go:8
Enum
IntoColorError
Rust/rustlings/exercises/23_conversions/try_from_into.rs:19
Struct
Jiazi
Golang/Code/GORM-v2/GORM-v2/association_tags.go:3
Struct
Jiazi
Golang/Code/GORM-v2/关系/association_tags.go:3
Struct
Jiazi
Golang/Code/GORM-v2/关系/polymorphic.go:3
Class
JobStatus
Rust/rustlings/exercises/20_threads/threads2.rs:11
Interface
Licensed
Rust/rustlings/exercises/15_traits/traits3.rs:3
Interface
Licensed
Rust/rustlings/exercises/15_traits/traits4.rs:1
Enum
List
Rust/rustlings/exercises/19_smart_pointers/box1.rs:14
TypeAlias
LogLevel
往终端写日志相关内容
Golang/Code/standard library/log/main.go:15
Struct
Logger
Logger日志结构体
Golang/Code/standard library/log/main.go:29
Struct
Login
Binding from JSON
Golang/Code/Gin/Params/bind.go:11
Enum
Message
Rust/rustlings/exercises/08_enums/enums2.rs:10
Enum
Message
Rust/rustlings/exercises/08_enums/enums3.rs:6
Enum
Message
Rust/rustlings/exercises/08_enums/enums1.rs:2
Struct
Model
Golang/Code/GORM-v2/GORM-v2/model.go:8
Struct
Model
Golang/Code/GORM-v2/模型/model.go:8
Struct
Model
Golang/Code/GORM-v2/增删改查/model.go:8
Struct
MutexCounter
互斥锁版
Golang/Code/advanceCode/mutex/atomic/main.go:29
Struct
MyConcurrentMap
Golang/Code/advanceCode/goroutine/MyConcurrentMap/main.go:18
Class
Order
Rust/rustlings/exercises/07_structs/structs2.rs:2
Class
OtherSoftware
Rust/rustlings/exercises/15_traits/traits3.rs:17
Class
OtherSoftware
Rust/rustlings/exercises/15_traits/traits4.rs:8
Class
OtherStruct
Rust/rustlings/exercises/15_traits/traits5.rs:17
Interface
OtherTrait
Rust/rustlings/exercises/15_traits/traits5.rs:7
Class
Package
Rust/rustlings/exercises/07_structs/structs3.rs:5
Enum
ParsePersonError
Rust/rustlings/exercises/23_conversions/from_str.rs:19
Enum
ParsePosNonzeroError
Rust/rustlings/exercises/13_error_handling/errors6.rs:17
Class
Person
Rust/rustlings/exercises/23_conversions/from_str.rs:12
Class
Person
Rust/rustlings/exercises/23_conversions/from_into.rs:7
Struct
Person
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo2.go:8
Struct
Person
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo3.go:8
Struct
Person
** 定义一个人结构体 */
Golang/Code/basicCode/Code/goStudy/main/12_StructDemo.go:8
Struct
Person
Golang/Code/gRPC/basic/pb/person/person.pb.go:76
Struct
PersonReq
Golang/Code/gRPC/basicGateway/pb/person/person.pb.go:24
Struct
PersonReq
Golang/Code/gRPC/server/4种模式/普通服务/pb/person/person.pb.go:23
Struct
PersonReq
Golang/Code/gRPC/server/4种模式/流式传入/pb/person/person.pb.go:23
Struct
PersonReq
Golang/Code/gRPC/server/4种模式/流式返回/pb/person/person.pb.go:23
Struct
PersonReq
Golang/Code/gRPC/server/4种模式/流式出入/pb/person/person.pb.go:23
next →
1–100 of 299, ranked by callers