2020年9月3日
摘要: 定时任务启动的shell 脚本,脚本内部使用绝对路径 #!/bin/bash # Minutes, hour, day, month, week,Use the absolute path 1 4 * * * /home/zhang/script/testCase/uu/start.sh 25 4 阅读全文
posted @ 2020-09-03 22:05 如尘如水 阅读(520) 评论(0) 推荐(0)
摘要: 看了c的,用Python写下list0 = [3,42, 6, 7, 100,13]a=''b=''j=1class Solution: def findSubsequences(self, list): h = len(list0) while j < h: for i in range(h-1) 阅读全文
posted @ 2020-09-03 21:57 如尘如水 阅读(264) 评论(0) 推荐(0)