Skip to content

Commit

Permalink
mmap文档
Browse files Browse the repository at this point in the history
  • Loading branch information
min0911Y authored Aug 1, 2024
1 parent e815d1a commit 8f9ca23
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions mmap的简易实现.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" version="24.7.6">
<diagram name="第 1 页" id="OqjmnoflcJ4hPiNoqBpy">
<mxGraphModel dx="545" dy="1512" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="AOGR9R5tmrVUl7C9qbWo-6" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-1" target="AOGR9R5tmrVUl7C9qbWo-5" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-1" value="找到给用户页表中的不可写的页表" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="130" y="-440" width="190" height="30" as="geometry" />
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-5" target="AOGR9R5tmrVUl7C9qbWo-7" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-5" value="将它所对应的线性地址放到page_link_share函数中" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="430" y="-440" width="190" height="30" as="geometry" />
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-7" value="将它所对应的线性地址放到page_link_share函数中" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="410" y="-340" width="190" height="30" as="geometry" />
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-13" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="AOGR9R5tmrVUl7C9qbWo-7" target="AOGR9R5tmrVUl7C9qbWo-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="-370" as="sourcePoint" />
<mxPoint x="380" y="-420" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-18" value="Text" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rotation=30;" parent="AOGR9R5tmrVUl7C9qbWo-13" vertex="1" connectable="0">
<mxGeometry x="-0.0222" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="AOGR9R5tmrVUl7C9qbWo-19" value="&lt;span style=&quot;font-size: 12px; text-wrap: wrap; background-color: rgb(251, 251, 251);&quot;&gt;直至处理完所有页&lt;/span&gt;" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];rotation=-60;" parent="AOGR9R5tmrVUl7C9qbWo-13" vertex="1" connectable="0">
<mxGeometry x="-0.0222" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

0 comments on commit 8f9ca23

Please sign in to comment.