ZhangZhihui's Blog |
|
||
2024年9月27日
摘要:
Install Anaconda: https://docs.anaconda.com/anaconda/install/linux/ Create a Conda virtual environment: (base) zzh@ZZHPC:~/zd/Github$ conda create -n 阅读全文
2024年9月18日
摘要:
Just disable the preview mode: 阅读全文
2024年9月12日
摘要:
问题1:在数据库表中看不到通过Web页面创建的数据 创建过程成功执行,没有数据库连接错误,也没有页面错误和数据处理错误,并且同样的操作以前创建的数据能在数据库表中查看到,突然之间就出现这样的问题。 先检查了代码,没有跟数据库相关的改动,怀疑是docker中的mysql容器在持久化方面出了问题。 将所 阅读全文
2024年9月10日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. 阅读全文
摘要:
autocommit Command-Line Format --autocommit[={OFF|ON}] System Variable autocommit Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type Boole 阅读全文
摘要:
Using request context At the moment our logic for authenticating a user consists of simply checking whether a "authenticatedUserID" value exists in th 阅读全文
2024年9月5日
摘要:
User authentication Open up your handlers.go file and add placeholders for the five new handler functions as follows: func (app *application) userSign 阅读全文
摘要:
The http.Server struct Although http.ListenAndServe() is very useful in short examples and tutorials, in real-world applications it’s more common to m 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |