Commit 0fc272af authored by lixiaofang's avatar lixiaofang

add

parent 74ef1dab
......@@ -43,14 +43,14 @@
<entry key="comment" value="59" />
<entry key="dummy" value="6" />
<entry key="guanshui" value="2" />
<entry key="py" value="6659" />
<entry key="py" value="6671" />
<entry key="xuqiu" value="223" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PLAIN_TEXT" value="290" />
<entry key="Python" value="6659" />
<entry key="Python" value="6671" />
</counts>
</usages-collector>
</session>
......@@ -166,8 +166,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/offline_comment.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-46">
<caret line="60" lean-forward="true" selection-start-line="60" selection-end-line="60" />
<state relative-caret-position="112">
<caret line="59" column="45" selection-start-line="59" selection-start-column="45" selection-end-line="59" selection-end-column="45" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......@@ -534,6 +534,7 @@
</component>
<component name="ToolWindowManager">
<frame x="-23" y="33" width="1553" height="724" extended-state="0" />
<editor active="true" />
<layout>
<window_info id="Structure" order="0" sideWeight="0.21188119" side_tool="true" weight="0.19112115" />
<window_info id="Favorites" order="1" side_tool="true" />
......@@ -547,7 +548,7 @@
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Version Control" order="7" show_stripe_button="false" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.52052546" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.32840723" />
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
<window_info anchor="bottom" id="Python Console" order="10" />
<window_info anchor="bottom" id="DB Execution Console" order="11" />
......@@ -897,8 +898,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/offline_comment.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-46">
<caret line="60" lean-forward="true" selection-start-line="60" selection-end-line="60" />
<state relative-caret-position="112">
<caret line="59" column="45" selection-start-line="59" selection-start-column="45" selection-end-line="59" selection-end-column="45" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......
......@@ -56,8 +56,8 @@ if __name__ == "__main__":
try:
time_list = [[0, 10000], [10000, 20000], [20000, 30000], [30000, 40000], [40000, 50000],
[50000, 60000], [60000, 70000]]
time_list = [[0, 100], [100, 200], [200, 300], [300, 400], [400, 500],
[500, 600], [600, 700],[800,900],[900,1000]]
# time_list = [[5479344,5479354]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment