diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1a3b8a6..89e361c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,8 +8,6 @@ - - diff --git a/笔记文件/2.笔记/性能检测平台 临时记录.md b/笔记文件/2.笔记/性能检测平台 临时记录.md index 6f85620..11ff0ee 100644 --- a/笔记文件/2.笔记/性能检测平台 临时记录.md +++ b/笔记文件/2.笔记/性能检测平台 临时记录.md @@ -50,4 +50,16 @@ ![[Pasted image 20250407134132.png]] -![[Pasted image 20250407134143.png]] \ No newline at end of file +![[Pasted image 20250407134143.png]] + +这里是go服务器,检测和创建数据库表的相关逻辑 + +![[Pasted image 20250410175502.png]] + +这里是整个,go服务器的main启动函数入口: + +![[Pasted image 20250410175637.png]] + +main函数运行到这里,就可以判断和创建数据库了 + +![[Pasted image 20250410175756.png]] \ No newline at end of file diff --git a/笔记文件/附件/Pasted image 20250410175502.png b/笔记文件/附件/Pasted image 20250410175502.png new file mode 100644 index 0000000..63c2f26 Binary files /dev/null and b/笔记文件/附件/Pasted image 20250410175502.png differ diff --git a/笔记文件/附件/Pasted image 20250410175637.png b/笔记文件/附件/Pasted image 20250410175637.png new file mode 100644 index 0000000..09eaaba Binary files /dev/null and b/笔记文件/附件/Pasted image 20250410175637.png differ diff --git a/笔记文件/附件/Pasted image 20250410175756.png b/笔记文件/附件/Pasted image 20250410175756.png new file mode 100644 index 0000000..e7df62f Binary files /dev/null and b/笔记文件/附件/Pasted image 20250410175756.png differ