blog icon indicating copy to clipboard operation
blog copied to clipboard

极客兔兔的博客,Coding Coding 创建有趣的开源项目。

Results 103 blog issues
Sort by recently updated
recently updated
newest added

https://geektutu.com/post/hpg-timeout-goroutine.html Go 语言/golang 高性能编程,Go 语言进阶教程,Go 语言高性能编程(high performance go)。本文介绍了 Go 语言中实现超时(timeout)退出时常见的错误,即子协程(goroutine)不能正常关闭,导致内存泄漏。常见的实现超时的方式有 time.After 和 context.WithTimeout。

Gitalk
/post/hpg-timeout-goroutine.html

https://geektutu.com/post/quick-go2.html#GO-%E7%9A%84%E6%BC%94%E8%BF%9B GO 2 (golang 2) 的变化和新特性,与Go1相比Go2的变化。GO2草案,GO2设计草案。包管理机制(package)、错误处理(Error handling),错误值(Error values)和泛型(Generics)。GO语言的历史。difference between GO 2 and GO 1.

Gitalk
/post/quick-go2.html

Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0. Release notes Sourced from striptags's releases. v3.2.0 This release fixes a potential type confusion vulnerability when passing in a non-string argument to the function....

dependencies

https://geektutu.com/post/quick-go-rpc.html 本文介绍了 Go 语言(Golang)中远程过程调用(Remote Procedure Call, RPC)的使用方式,使用 Golang 标准库 net/rpc,同时介绍了异步调用,以及如何使用 TLS/SSL/HTTPS 实现服务器端和客户端的单向鉴权、双向鉴权。

Gitalk
/post/quick-go-rpc.html

https://geektutu.com/post/quick-rust.html Rust简明教程,Rust入门教程,Rust 是一门系统编程语言(Systems Programming Language),兼顾安全(Safety)、性能(Speed)和并发(Concurrency)。包括 Rust 和 Cargo 安装、基本类型(字符串str,整形等)、控制流(if, if let, while let, loop, for循环等)、复杂类型(struct, enum等),以及错误处理(panic, Result),Cargo 项目的代码结构,如何测试 Rust 代码等。

Gitalk
/post/quick-rust.html

https://geektutu.com/post/blog-experience-4.html 极客兔兔(Geektutu)的博客折腾记的第四篇,介绍原创维权经历,与在 V2EX 发帖的一些总结思考。

Gitalk
/post/blog-experience-4.html

https://geektutu.com/post/tensorflow2-gym-nn.html TensorFlow 入门系列文章,第六篇,监督学习玩转 OpenAI gym game。

Gitalk
/post/tensorflow2-gym-nn.html

https://geektutu.com/post/qa-golang-1.html Go 语言/golang 笔试题,面试题,基础语法与内部实现原理,包括不限于垃圾回收机制(GC)、面向对象、并发编程等。

Gitalk
/post/qa-golang-1.html

https://geektutu.com/post/hpg-reduce-size.html Go 语言/golang 高性能编程,Go 语言进阶教程,Go 语言高性能编程(high performance go)。介绍了 2 种方式(编译选项和 UPX 工具) 来减小 Go 代码编译后的二进制文件/可执行文件的体积/大小。

Gitalk
/post/hpg-reduce-size.html