Commit fba31b70 authored by lixiaofang's avatar lixiaofang

add

parent d3c14378
......@@ -2,7 +2,7 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="fd1f0b61-1139-44e5-87e7-f8b86ff52376" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/auto_click1.py" beforeDir="false" afterPath="$PROJECT_DIR$/auto_click1.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/auto_comment1.py" beforeDir="false" afterPath="$PROJECT_DIR$/auto_comment1.py" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
......@@ -43,7 +43,7 @@
<entry key="comment" value="59" />
<entry key="dummy" value="7" />
<entry key="guanshui" value="2" />
<entry key="py" value="7887" />
<entry key="py" value="7888" />
<entry key="txt" value="86" />
<entry key="xuqiu" value="223" />
</counts>
......@@ -51,7 +51,7 @@
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="PLAIN_TEXT" value="377" />
<entry key="Python" value="7887" />
<entry key="Python" value="7888" />
</counts>
</usages-collector>
</session>
......@@ -122,11 +122,11 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/auto_click1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="213">
<caret line="27" column="59" lean-forward="true" selection-start-line="27" selection-start-column="59" selection-end-line="27" selection-end-column="59" />
<state relative-caret-position="372">
<caret line="62" column="44" selection-start-line="62" selection-start-column="44" selection-end-line="62" selection-end-column="44" />
<folding>
<element signature="e#0#11#0" expanded="true" />
<marker date="1556247289000" expanded="true" signature="1410:1599" ph="..." />
<marker date="1556247487000" expanded="true" signature="1410:1599" ph="..." />
</folding>
</state>
</provider>
......@@ -159,8 +159,8 @@
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="876">
<caret line="59" column="42" selection-start-line="59" selection-start-column="42" selection-end-line="59" selection-end-column="42" />
<state relative-caret-position="260">
<caret line="52" lean-forward="true" selection-start-line="52" selection-end-line="52" />
<folding>
<element signature="e#0#11#0" expanded="true" />
</folding>
......@@ -301,8 +301,8 @@
<option value="$PROJECT_DIR$/auto_click3.py" />
<option value="$PROJECT_DIR$/auto_comment2.py" />
<option value="$PROJECT_DIR$/auto_comment3.py" />
<option value="$PROJECT_DIR$/auto_comment1.py" />
<option value="$PROJECT_DIR$/auto_click1.py" />
<option value="$PROJECT_DIR$/auto_comment1.py" />
</list>
</option>
</component>
......@@ -520,6 +520,7 @@
</component>
<component name="ToolWindowManager">
<frame x="0" y="23" width="1280" 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" />
......@@ -533,7 +534,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.2413793" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.0" />
<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" />
......@@ -855,8 +856,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/auto_comment1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="876">
<caret line="59" column="42" selection-start-line="59" selection-start-column="42" selection-end-line="59" selection-end-column="42" />
<state relative-caret-position="260">
<caret line="52" lean-forward="true" selection-start-line="52" selection-end-line="52" />
<folding>
<element signature="e#0#11#0" expanded="true" />
</folding>
......@@ -865,11 +866,11 @@
</entry>
<entry file="file://$PROJECT_DIR$/auto_click1.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="213">
<caret line="27" column="59" lean-forward="true" selection-start-line="27" selection-start-column="59" selection-end-line="27" selection-end-column="59" />
<state relative-caret-position="372">
<caret line="62" column="44" selection-start-line="62" selection-start-column="44" selection-end-line="62" selection-end-column="44" />
<folding>
<element signature="e#0#11#0" expanded="true" />
<marker date="1556247289000" expanded="true" signature="1410:1599" ph="..." />
<marker date="1556247487000" expanded="true" signature="1410:1599" ph="..." />
</folding>
</state>
</provider>
......
......@@ -59,7 +59,7 @@ if __name__ == "__main__":
data1 = open("save_topic_id.txt", "w")
data1.truncate()
numtime, numtime2 = time_conv(10, 0)
numtime, numtime2 = time_conv(5, 0)
user_id = get_data(numtime, numtime2)
dicts = {}
......
......@@ -57,7 +57,7 @@ if __name__ == "__main__":
data1 = open("save_topic_comment_id.txt", "w")
data1.truncate()
numtime1, numtime2 = time_conv(10,0)
numtime1, numtime2 = time_conv(5, 0)
user_id = get_data(numtime1, numtime2)
dicts = {}
......
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