compiled applications meaning in Chinese
经过编译的应用程序
Examples
- Overrides settings defined in the application s source configuration files to force debug information to be included in the compiled application
重写应用程序源配置文件中定义的设置,强制在编译的应用程序中包括调试信息。 - In a dynamically compiled application , asp . net compiles the code in the app code folder on the initial request to your application
在动态编译的应用程序中,当对应用程序发出首次请求时, asp . net编译app _ code文件夹中的代码。 - By default , asp . net 2 . 0 automatically compiles application code and dependent resources when a request is made to a resource on your web site
默认情况下,当对网站上的某个资源发出请求时, asp . net 2 . 0自动编译应用程序代码和依赖资源。 - The next time you debug the same application , you can open the solution instead of having to load the source file and the compiled application separately
下次调试同一个应用程序时,可以打开该解决方案,而不必分别加载源文件和已编译的应用程序。 - Option compiles the application in such a way that you can make changes to certain files in the compiled application without recompiling it
选项将以下面的方式编译应用程序:可以对编译好的应用程序中的某些文件做出更改,而无需重新编译该应用程序。