返回正在运行的线程数量()
A: threading.currentThread()
B: threading.enumerate()
C: threading.activeCount()
D: isAlive()
A: threading.currentThread()
B: threading.enumerate()
C: threading.activeCount()
D: isAlive()
C
举一反三
- 返回当前活动线程对象的列表() A: threading.enumerate() B: threading.activeCount() C: currentCount() D: count()
- python要使用多线程,导入()模块 A: re B: threading C: math D: report
- python中的多进程模块是() A: multiprocessing B: math C: random D: threading
- Python中使用线程需引入的模块是( ) 。 A: C。 B: thread C: numpy D: D。 E: time F: 5() G: B。 H: threading I: J: A
- 下列关于Thread类提供的线程控制方法的说法中,错误的一项是() A: 在线程A中执行线程B的join()方法,则线程A等待直到B执行完成 B: 线程组A通过调用activeCount()方法返回当前组中的活跃线程数量 C: 若线程A调用方法isAlive()返回值为true,则说明A正在执行中 D: currentThread()方法返回当前线程组的引用
内容
- 0
下列能得到主线程的是() A: threading.main_thread() B: threading.enumerate() C: threading.activeCount() D: currentCount()
- 1
下列关于Thread类提供的线程控制方法的说法中,错误的选项是( )。 A: 在线程A中执行线程B的join()方法,则线程A等待直到B执行完成 B: 线程A通过调用start()方法使其进入可运行状态 C: 若线程A调用isAlive()方法并返回true,说明A正在运行中 D: currentThread()方法返回当前正在运行的线程对象
- 2
Which is not the custom of the Double-Seventh Day? A: Threading needles for wisdom and dexterity B: Throwing the ribbons on the roof C: Worshiping the Weaving Maid D: Dressing up in costumes.
- 3
( )方法返回CPU正在执行的线程的对象。 A: stop B: un C: currentThread D: sleep
- 4
在ADO.NET2.0中,事物的提交和会滚是由哪个专门的对象负责?() A: RegularExpressions对象 B: Threading对象 C: Transaction对象 D: Single对象