程序线 meaning in English
program line
Examples
- The following driver threading scenarios are valid
下列驱动程序线程方案是有效的: - A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set
断点会导致程序线程的执行在设置断点的地方中止。 - This guarantees that application threads are no longer using resource - adapter objects and that all transactions have completed
这可保证程序线程不再使用资源适配器对象,并且所有事务都已完成。 - Cause : various program threads are stuck waiting for input from a thread that exited after an uncaught exception was thrown
致因:多个程序线程一直等待来自某个线程的输入,而该线程在抛出一个未被捕捉的异常后就退出了。 - It is easy to " forget " this rule , especially when reading - but doing so creates numerous risks for the thread - safety of your program
很容易“忘记”这个规则,特别是在读取时但是这么做可以造成很多有关程序线程安全的风险。