Commit 74cd54e6 authored by lixiaofang's avatar lixiaofang

add

parent 45fe7a8d
......@@ -2,7 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="fd1f0b61-1139-44e5-87e7-f8b86ff52376" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/offline_comment.py" beforeDir="false" afterPath="$PROJECT_DIR$/offline_comment.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/comment.xlsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
......@@ -285,8 +286,8 @@
<recent name="$PROJECT_DIR$/epp_scripts" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/tasks" />
<recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/tasks" />
</key>
</component>
<component name="RunDashboard">
......@@ -467,7 +468,7 @@
<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" />
<window_info content_ui="combo" id="Project" order="2" sideWeight="0.7872763" visible="true" weight="0.0" />
<window_info content_ui="combo" id="Project" order="2" sideWeight="0.7872763" visible="true" weight="0.32964718" />
<window_info id="DB Browser" order="3" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" weight="0.32909092" />
......@@ -477,7 +478,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.3865285" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.37720206" />
<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" />
......
......@@ -46,7 +46,7 @@ if __name__ == "__main__":
try:
time_list = [["2019-03-30 15:57:49.000000", "2010-03-30 15:57:49.000000"]]
time_list = [["2012-03-30 15:57:49.000000", "2010-03-30 15:57:49.000000"],["2015-03-30 15:57:49.000000", "2012-03-30 15:57:49.000000"]]
for i in time_list:
......@@ -60,7 +60,7 @@ if __name__ == "__main__":
comment_list = get_offline_comment()
for i in rand_num:
for i in range(rand_num):
cook = logins()
comment = get_offline_comment()
......
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