Commit cbdae591 authored by lixiaofang's avatar lixiaofang

add

parent e872172d
......@@ -164,8 +164,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="73">
<caret line="59" column="69" selection-start-line="59" selection-start-column="69" selection-end-line="59" selection-end-column="69" />
<state relative-caret-position="217">
<caret line="63" column="64" selection-start-line="63" selection-start-column="8" selection-end-line="63" selection-end-column="64" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......@@ -545,7 +545,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.63875204" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.44334975" />
<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" />
......@@ -895,8 +895,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/offline_comment.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="73">
<caret line="59" column="69" selection-start-line="59" selection-start-column="69" selection-end-line="59" selection-end-column="69" />
<state relative-caret-position="217">
<caret line="63" column="64" selection-start-line="63" selection-start-column="8" selection-end-line="63" selection-end-column="64" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......
......@@ -56,8 +56,8 @@ if __name__ == "__main__":
try:
time_list = [[1000, 1100], [1100, 1200], [1200, 1300], [1300, 1400], [1400, 1500],
[1500, 1600], [1600, 1700],[1800,1900],[1900,10000]]
time_list = [[0, 10000], [10000, 20000], [20000, 30000], [30000, 40000], [40000, 50000],
[50000, 60000], [60000, 70000], [70000, 80000], [80000, 90000], [90000, 100000]]
# time_list = [[5479344,5479354]]
......@@ -79,7 +79,7 @@ if __name__ == "__main__":
for i in range(rand_num):
num = random.randint(0, len(user_list)-1)
num = random.randint(0, len(user_list) - 1)
user_id = user_list[num]
......
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