什么是runtime?
this application has requested the runtime to terminate it an unususal way迅雷自动关闭时候出现的,里面的runtime是什么意思啊谢谢
解决方法
runtime的意义是运行时间。
this application has requested the runtime to terminate it an unususal way.
整句话的意思是:这个程序需要一段运行时间以终止其非正常方式。
运行的时候
runtime是运行时间,运行时刻的意思,你关闭迅雷的时候会运行关闭,那句话就是关闭正在运行的意思.
运行时间
runtime-[计]运行时间
runtime就是程序运行时的状态
还有一个compiletime,就是编译时代状态
程序设计中要避免runtime的错误,compiletime的错误由编译器检测。