This commit is contained in:
qiuqiu 2025-04-10 18:26:24 +08:00
parent a8e1a03eb1
commit 2400a63ff7
5 changed files with 29 additions and 5 deletions

20
.idea/workspace.xml generated
View File

@ -8,8 +8,6 @@
<component name="ChangeListManager">
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/安卓依赖库 导入 后处理.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/安卓依赖库 导入 后处理.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_09_星期三.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_09_星期三.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -60,7 +58,7 @@
<workItem from="1743923141849" duration="49000" />
<workItem from="1743923197347" duration="53000" />
<workItem from="1743923256222" duration="1432000" />
<workItem from="1744012644631" duration="2965000" />
<workItem from="1744012644631" duration="5485000" />
</task>
<task id="LOCAL-00001" summary="测试提交">
<created>1742956649478</created>
@ -181,7 +179,21 @@
<option name="project" value="LOCAL" />
<updated>1744025445201</updated>
</task>
<option name="localTasksCounter" value="18" />
<task id="LOCAL-00018" summary="提交">
<created>1744196785110</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1744196785110</updated>
</task>
<task id="LOCAL-00019" summary="提交">
<created>1744275726720</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1744275726721</updated>
</task>
<option name="localTasksCounter" value="20" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

@ -50,4 +50,16 @@
![[Pasted image 20250407134132.png]]
![[Pasted image 20250407134143.png]]
![[Pasted image 20250407134143.png]]
这里是go服务器检测和创建数据库表的相关逻辑
![[Pasted image 20250410175502.png]]
这里是整个go服务器的main启动函数入口
![[Pasted image 20250410175637.png]]
main函数运行到这里就可以判断和创建数据库了
![[Pasted image 20250410175756.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB