Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
2127c945
Commit
2127c945
authored
May 16, 2025
by
liguangyu06
Browse files
新增期初导入脚本
parent
e3ede6f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/手工入库.air/手工入库.py
View file @
2127c945
...
@@ -119,7 +119,7 @@ def l_pur():
...
@@ -119,7 +119,7 @@ def l_pur():
# 创建多线程
# 创建多线程
threads
=
[]
threads
=
[]
for
_
in
range
(
10
):
for
_
in
range
(
5
):
t
=
threading
.
Thread
(
target
=
l_pur
())
t
=
threading
.
Thread
(
target
=
l_pur
())
threads
.
append
(
t
)
threads
.
append
(
t
)
t
.
start
()
t
.
start
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment