This commit is contained in:
2025-10-17 10:37:32 +08:00
parent 9ef1a4fb29
commit 0bb93f5d52
2 changed files with 46 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" version="28.2.7">
<diagram name="第 1 页" id="2lZzeRQ-LY907unkggkz">
<mxGraphModel dx="981" dy="649" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1000" pageHeight="300" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="WmgobyKLWOVPGY74CFsv-1" value="" style="image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;spacingTop=3;image=img/lib/active_directory/web_server.svg;" vertex="1" parent="1">
<mxGeometry x="80" y="50" width="144" height="180" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-2" value="&lt;font style=&quot;font-size: 120px;&quot;&gt;🐛&lt;/font&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="730" y="50" width="200" height="190" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-3" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="470" y="65" width="460" height="160" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-4" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;网络服务&lt;/font&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="80" y="230" width="130" height="40" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-5" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;爬虫&lt;/font&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="635" y="230" width="130" height="40" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-6" value="&lt;font style=&quot;font-size: 17px;&quot;&gt;1. 根据 Fund id 拼接URL&lt;/font&gt;&lt;div&gt;&lt;font style=&quot;font-size: 17px;&quot;&gt;2. 通过 HTTP 请求获取 HTML&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font style=&quot;font-size: 17px;&quot;&gt;3. 使用 Jsoup 解析 HTML&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font style=&quot;font-size: 17px;&quot;&gt;4. 结构化存储数据&lt;/font&gt;&lt;/div&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="510" y="108" width="240" height="85" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-7" value="" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="460" y="120" as="sourcePoint" />
<mxPoint x="240" y="120" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-8" value="" style="shape=flexArrow;endArrow=none;html=1;rounded=0;strokeColor=default;startArrow=block;startFill=0;endFill=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="460" y="190" as="sourcePoint" />
<mxPoint x="240" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-9" value="HTTP &lt;i&gt;GET&lt;/i&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="280" y="80" width="140" height="30" as="geometry" />
</mxCell>
<mxCell id="WmgobyKLWOVPGY74CFsv-10" value="&lt;b&gt;HTML&lt;/b&gt;" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" vertex="1" parent="1">
<mxGeometry x="280" y="200" width="140" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB