ZhangZhihui's Blog  

2024年9月7日

摘要: Creating a unit test In Go, it’s standard practice to write your tests in *_test.go files which live directly alongside the code that you’re testing. 阅读全文
posted @ 2024-09-07 16:29 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑
 
摘要: autocommit Command-Line Format --autocommit[={OFF|ON}] System Variable autocommit Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type Boole 阅读全文
posted @ 2024-09-07 10:31 ZhangZhihuiAAA 阅读(13) 评论(0) 推荐(0) 编辑
 
摘要: Using request context At the moment our logic for authenticating a user consists of simply checking whether a "authenticatedUserID" value exists in th 阅读全文
posted @ 2024-09-07 09:22 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑