Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Swiftie13st/LearningNote
/ functions
Functions
1,167 in github.com/Swiftie13st/LearningNote
⨍
Functions
1,167
◇
Types & classes
299
Function
main
()
Golang/Code/gRPC/server/4种模式/流式返回/server/main.go:70
Function
main
()
Golang/Code/gRPC/server/4种模式/流式出入/client/main.go:66
Function
main
()
Golang/Code/gRPC/server/4种模式/流式出入/server/main.go:98
Function
main
()
Golang/Code/gRPC/server/server/main.go:98
Function
main1
()
Golang/Code/standard library/log/main1.go:9
Function
main1
()
Golang/Code/advanceCode/reflect/main1.go:32
Function
missing_age
()
Rust/rustlings/exercises/23_conversions/from_str.rs:93
Function
missing_comma_and_age
()
Rust/rustlings/exercises/23_conversions/from_str.rs:103
Function
missing_name
()
Rust/rustlings/exercises/23_conversions/from_str.rs:108
Function
missing_name_and_age
()
Rust/rustlings/exercises/23_conversions/from_str.rs:113
Function
missing_name_and_invalid_age
()
Rust/rustlings/exercises/23_conversions/from_str.rs:118
Function
move_semantics1
()
Rust/rustlings/exercises/06_move_semantics/move_semantics1.rs:19
Function
move_semantics2
()
Rust/rustlings/exercises/06_move_semantics/move_semantics2.rs:20
Function
move_semantics3
()
Rust/rustlings/exercises/06_move_semantics/move_semantics3.rs:17
Function
move_semantics4
()
Rust/rustlings/exercises/06_move_semantics/move_semantics4.rs:10
Method
mustEmbedUnimplementedHelloGRPCServer
()
Golang/Code/gRPC/HelloWorld/pb/hello_grpc_grpc.pb.go:50
Method
mustEmbedUnimplementedHelloGRPCServer
()
Golang/Code/gRPC/HelloWorld/pb/hello_grpc_grpc.pb.go:60
Method
mustEmbedUnimplementedHelloGRPCServer
()
Golang/Code/gRPC/HelloWorld/pb/hello_grpc_grpc.pb.go:66
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basicGateway/pb/person/person_grpc.pb.go:50
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basicGateway/pb/person/person_grpc.pb.go:60
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basicGateway/pb/person/person_grpc.pb.go:66
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basic/pb/person/person_grpc.pb.go:152
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basic/pb/person/person_grpc.pb.go:171
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/basic/pb/person/person_grpc.pb.go:177
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/普通服务/pb/person/person_grpc.pb.go:153
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/普通服务/pb/person/person_grpc.pb.go:172
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/普通服务/pb/person/person_grpc.pb.go:178
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式传入/pb/person/person_grpc.pb.go:153
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式传入/pb/person/person_grpc.pb.go:172
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式传入/pb/person/person_grpc.pb.go:178
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式返回/pb/person/person_grpc.pb.go:153
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式返回/pb/person/person_grpc.pb.go:172
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式返回/pb/person/person_grpc.pb.go:178
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式出入/pb/person/person_grpc.pb.go:153
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式出入/pb/person/person_grpc.pb.go:172
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/4种模式/流式出入/pb/person/person_grpc.pb.go:178
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/pb/person/person_grpc.pb.go:153
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/pb/person/person_grpc.pb.go:172
Method
mustEmbedUnimplementedSearchServiceServer
()
Golang/Code/gRPC/server/pb/person/person_grpc.pb.go:178
Function
mut_box
()
Rust/rustlings/exercises/23_conversions/as_ref_mut.rs:58
Function
negative_height
()
Rust/rustlings/exercises/17_tests/tests3.rs:49
Function
negative_width
()
Rust/rustlings/exercises/17_tests/tests3.rs:41
Method
new
构造函数,创建一个新的 Philosopher 实例
Rust/Code/dining_philosophers.rs:14
Method
new
()
Rust/rustlings/exercises/20_threads/threads3.rs:10
Method
new
(value: i64)
Rust/rustlings/exercises/13_error_handling/errors4.rs:13
Method
new
(value: i64)
Rust/rustlings/exercises/13_error_handling/errors5.rs:40
Method
new
(value: i64)
Rust/rustlings/exercises/13_error_handling/errors6.rs:37
Method
new
Don't change this function.
Rust/rustlings/exercises/17_tests/tests3.rs:8
Method
new
(sender_country: String, recipient_country: String, weight_in_grams: u32)
Rust/rustlings/exercises/07_structs/structs3.rs:12
Method
new
(value: T)
Rust/rustlings/exercises/14_generics/generics2.rs:9
Function
owned_mutation
()
Rust/rustlings/exercises/19_smart_pointers/cow1.rs:59
Function
owned_no_mutation
()
Rust/rustlings/exercises/19_smart_pointers/cow1.rs:46
Function
placeholder
Calls of this function should be replaced with calls of `string_slice` or `string`.
Rust/rustlings/exercises/09_strings/strings4.rs:2
Function
power_of_2
Calculates the power of 2 using a bit shift. `1 << n` is equivalent to "2 to the power of n".
Rust/rustlings/exercises/17_tests/tests2.rs:3
Method
print
(&self)
Rust/rustlings/exercises/quizzes/quiz3.rs:23
Function
processConn
用于接收请求的方法
Golang/Code/advanceCode/tcp/server/main.go:13
Function
process_ori
(conn net.Conn)
Golang/Code/advanceCode/tcp/server/main.go:27
Function
raw_value
()
Rust/rustlings/exercises/12_options/options1.rs:26
Function
rc1
()
Rust/rustlings/exercises/19_smart_pointers/rc1.rs:39
Function
reference_mutation
()
Rust/rustlings/exercises/19_smart_pointers/cow1.rs:27
Function
reference_no_mutation
()
Rust/rustlings/exercises/19_smart_pointers/cow1.rs:36
Function
reflectFun
(x interface{})
Golang/Code/basicCode/reflect.go:8
Function
reflectType
(x interface{})
Golang/Code/advanceCode/reflect/main1.go:10
Function
reflectValue
(x interface{})
Golang/Code/basicCode/Code/goStudy/main/16_reflectDemo.go:14
Function
regular_structs
()
Rust/rustlings/exercises/07_structs/structs1.rs:27
Function
replace_a_string
()
Rust/rustlings/exercises/09_strings/strings3.rs:38
Function
replace_me
(input: &str)
Rust/rustlings/exercises/09_strings/strings3.rs:11
Function
result_with_list
TODO: Add the correct return type and complete the function body. Desired output: `Ok([1, 11, 1426, 3])`
Rust/rustlings/exercises/18_iterators/iterators3.rs:27
Function
returns_proper_type_and_value
()
Rust/rustlings/exercises/23_conversions/using_as.rs:21
Function
sale_price
TODO: Fix the function signature.
Rust/rustlings/exercises/02_functions/functions4.rs:11
Function
same_counts
()
Rust/rustlings/exercises/23_conversions/as_ref_mut.rs:40
Function
same_counts_using_string
()
Rust/rustlings/exercises/23_conversions/as_ref_mut.rs:52
Function
sayHello
()
Golang/Code/basicCode/Code/goStudy/main/15_ChannelDemo5.go:5
Function
server
()
Golang/Code/gRPC/server/4种模式/流式返回/client/main.go:49
Function
serverSideStreamingRpc
(client person.SearchServiceClient)
Golang/Code/gRPC/server/client/main.go:50
Function
serverSideStreamingRpc
(client person.SearchServiceClient)
Golang/Code/gRPC/server/4种模式/流式出入/client/main.go:50
Function
simple
(client person.SearchServiceClient)
Golang/Code/gRPC/server/4种模式/流式返回/client/main.go:15
Function
simpleRpc
(client person.SearchServiceClient)
Golang/Code/gRPC/server/client/main.go:16
Function
simpleRpc
(client person.SearchServiceClient)
Golang/Code/gRPC/server/4种模式/流式出入/client/main.go:16
Function
simple_option
()
Rust/rustlings/exercises/12_options/options2.rs:8
Function
slice_out_of_array
()
Rust/rustlings/exercises/04_primitive_types/primitive_types4.rs:8
Function
snake_lives_in_desert
()
Rust/rustlings/exercises/03_if/if3.rs:40
Function
some_func
TODO: Fix the compiler error by only changing the signature of this function.
Rust/rustlings/exercises/15_traits/traits5.rs:22
Method
start
相机要实现Usber接口的话,必须实现usb接口的所有方法
Golang/Code/basicCode/Code/goProject/interfaceDemo/Camera.go:12
Method
start
手机要实现Usber接口的话,必须实现usb接口的所有方法
Golang/Code/basicCode/Code/goProject/interfaceDemo/Phone.go:12
Method
stop
()
Golang/Code/basicCode/Code/goProject/interfaceDemo/Camera.go:15
Method
stop
()
Golang/Code/basicCode/Code/goProject/interfaceDemo/Phone.go:15
Function
store_str_in_wrapper
()
Rust/rustlings/exercises/14_generics/generics2.rs:28
Function
store_u32_in_wrapper
()
Rust/rustlings/exercises/14_generics/generics2.rs:23
Function
subFn
(x int, y int)
Golang/Code/basicCode/go_basic/function.go:60
Function
sumFn
求两个数的和
Golang/Code/basicCode/go_basic/function.go:57
Function
sumFn
求两个数的和
Golang/Code/basicCode/Code/goStudy/main/9_FunctionDemo.go:6
Function
sumFn2
可变参数
Golang/Code/basicCode/go_basic/function.go:65
Function
sumFn3
方法多返回值
Golang/Code/basicCode/go_basic/function.go:74
Function
sunFn
传递两个参数和一个方法
Golang/Code/basicCode/go_basic/function.go:83
Function
sunFn
** 传递两个参数和一个方法 */
Golang/Code/basicCode/Code/goStudy/main/9_FunctionDemo.go:36
Function
sunFn2
(x ...int)
Golang/Code/basicCode/Code/goStudy/main/9_FunctionDemo.go:9
Function
sunFn3
可变参数必须在后面
Golang/Code/basicCode/Code/goStudy/main/9_FunctionDemo.go:18
Function
sunFn4
方法多返回值
Golang/Code/basicCode/Code/goStudy/main/9_FunctionDemo.go:27
Function
ten_is_bigger_than_eight
()
Rust/rustlings/exercises/03_if/if1.rs:25
← previous
next →
1,001–1,100 of 1,167, ranked by callers