提交 9c9593d5 编写于 作者: S Shengliang Guan

scripts

上级 51c09bb1
......@@ -30,10 +30,9 @@ print =============== step 1
$x = $N
$y = $N / 2
while $x > $y
$y = $x * 60000
$ms = 1601481600000 - $y
$z = $x * 60000
$ms = 1601481600000 - $z
$ms = $x . m
$xt = - . $x
sql insert into $tb values ($ms , -$x )
$x = $x - 1
......@@ -48,8 +47,8 @@ endi
$x = $N / 2
$y = $N
while $x < $y
$y = $x * 60000
$ms = 1601481600000 + $y
$z = $x * 60000
$ms = 1601481600000 + $z
sql insert into $tb values ($ms , $x )
$x = $x + 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册