Commit 40948cce authored by lixiaofang's avatar lixiaofang

add

parent cbdae591
......@@ -41,14 +41,14 @@
<entry key="comment" value="59" />
<entry key="dummy" value="6" />
<entry key="guanshui" value="2" />
<entry key="py" value="6719" />
<entry key="py" value="6776" />
<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="6719" />
<entry key="Python" value="6776" />
</counts>
</usages-collector>
</session>
......@@ -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="217">
<caret line="63" column="64" selection-start-line="63" selection-start-column="8" selection-end-line="63" selection-end-column="64" />
<state relative-caret-position="157">
<caret line="59" column="97" selection-start-line="59" selection-start-column="97" selection-end-line="59" selection-end-column="97" />
<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.44334975" />
<window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.15599343" />
<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="217">
<caret line="63" column="64" selection-start-line="63" selection-start-column="8" selection-end-line="63" selection-end-column="64" />
<state relative-caret-position="157">
<caret line="59" column="97" selection-start-line="59" selection-start-column="97" selection-end-line="59" selection-end-column="97" />
<folding>
<element signature="e#0#15#0" expanded="true" />
</folding>
......
#
#
# import datetime
#
# now = datetime.datetime.now()
#
# yes_time = now - datetime.timedelta(days=2)
# yes_time_str = yes_time.strftime('%Y-%m-%d')
# yes_time_str = yes_time_str+' 23:59:59.000000'
#
# yes_time2 = now - datetime.timedelta(days=0)
# yes_time_str2 = yes_time2.strftime('%Y-%m-%d')
# yes_time_str2 = yes_time_str2+' 00:00:00.000000'
#
# print(yes_time_str)
# print(yes_time_str2)
# import random
# rand_num = random.randint(0,2)
# print(rand_n
#
# um)
import datetime
time_list = [[0, 1000], [1000, 2000], [2000, 3000], [3000, 4000], [4000, 5000],
[5000, 6000], [6000, 7000], [8000, 9000], [9000, 10000]]
for i in range(1,30000000):
now = datetime.datetime.now()
yes_time = now - datetime.timedelta(days=1)
yes_time_str = yes_time.strftime('%Y-%m-%d')
yes_time_str = yes_time_str + ' 23:59:59.000000'
print(yes_time_str)
\ No newline at end of file
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