单词 | development server | ||||||||||
释义 | development server
更多释义 收起释义 例句释义: 程序开发服务器,开发伺服器,程式开发伺服器 1. In general, it is a best practice to secure your development server as if it was running in production. 通常情况下,保护开发服务器安全的最佳方法,就好似它正在生产环境中运行那样对它进行保护。 msdn2.microsoft.com 2. To solve this, you could maintain two separate settings files: one for your development server and one for your production server. 为了解决这个问题,您可以保留2个独立的设置文件:一个用于开发服务器,一个用于生产服务器。 www.ibm.com 3. This ensures that an ASP. NET Development Server site is started and that you know the URL. 这样可确保ASP.NETDevelopmentServer站点启动,而且您知道URL。 msdn2.microsoft.com 4. However, if you cannot create an application using IIS, you might still be able to use an emulator with the ASP. NET Development Server. 但是,如果无法使用IIS创建应用程序,应该仍能够将ASP.NETDevelopmentServer与仿真程序配合使用。 msdn2.microsoft.com 5. If you are working with a file-system Web site, Visual Web Developer automatically uses the ASP. NET Development Server to run pages. 如果您正在处理文件系统网站,则VisualWebDeveloper将自动使用ASP.NETDevelopmentServer来运行网页。 msdn2.microsoft.com 6. For file system Web sites, this option allows you to use your local IIS Web server instead of the ASP. NET Development Server. 对于文件系统网站,此选项允许您使用本地IISWeb服务器,但不允许使用ASP.NETDevelopmentServer。 msdn2.microsoft.com 7. This instructs Visual Studio to specify a fixed port instead of a randomly selected port when it starts the ASP. NET Development Server. 这将指示VisualStudio在启动ASP.NETDevelopmentServer时指定一个固定端口而不是一个随机选择的端口。 msdn2.microsoft.com 8. If you want to run the ASP. NET Development Server on a specific port, you can configure the server to do so. 如果要在特定端口上运行ASP.NETDevelopmentServer,可以为此相应地配置服务器。 msdn2.microsoft.com 9. On the address bar, enter the URL of the personal website, including the port selected by the ASP. NET Development Server. 在地址栏中,输入个人网站的URL,包括ASP.NETDevelopmentServer选择的端口。 msdn2.microsoft.com 10. Instead, it runs in either the IIS process, or if your Web site is file-based, in an ASP. NET Development Server process. 而是在IIS进程中运行,或者,如果网站是基于文件的,则在ASP.NETDevelopmentServer进程中运行。 msdn2.microsoft.com 1. The error occurs as a run-time error when you try to run a page using the ASP. NET Development Server. 如果尝试使用ASP.NETDevelopmentServer运行页,则此错误是在运行时发生的错误。 msdn2.microsoft.com 2. Provides a tutorial on creating a Web site in a local folder on your computer and testing it using the ASP. NET Development Server. 提供有关教程,说明如何使用ASP.NETDevelopmentServer在计算机的本地文件夹中创建网站并进行测试。 msdn2.microsoft.com 3. The ASP. NET Development Server works only with individual pages and does not include the extra facilities of IIS. ASP.NETDevelopmentServer只能处理单独的网页,且不包括IIS的附加设备。 msdn2.microsoft.com 4. The ASP. NET Development Server works exclusively with localhost, and by default, uses a randomly selected port number for each request. ASP.NETDevelopmentServer以独占方式使用localhost,在默认情况下,对每个请求都使用随机选择的端口号。 msdn2.microsoft.com 5. If your emulator can access Web pages served by the ASP. NET Development Server, you can create or open a file system Web site instead. 如果仿真程序可以访问由ASP.NETDevelopmentServer提供服务的网页,则可以改为创建或打开文件系统网站。 msdn2.microsoft.com 6. However, to test a page, you can use the ASP. NET Development Server, which runs locally and does not require IIS. 但是要测试页,可以使用ASP.NETDevelopmentServer,它在本地运行因此不需要IIS。 msdn2.microsoft.com 7. When you are testing ASP. NET code, the test code runs in either the IIS process or in an ASP. NET Development Server process. 测试ASP.NET代码时,测试代码要么运行在IIS进程中,要么运行在ASP.NETDevelopmentServer进程中。 msdn2.microsoft.com 8. QUESTION 46You create a Web site that you must copy from a development server to a testing server, along with all source files. 您创建一个Web站点,您必须从开发服务器复制到一个测试服务器以及所有源代码文件。 www.qqi7.com 9. Visual Studio builds the project and deploys it to the designated development server. VisualStudio生成项目并将其部署到指定的开发服务器中。 msdn2.microsoft.com 10. If the site of the Web service is on your local file system, it uses ASP. NET Development Server and it is not an IIS site. 如果Web服务的站点位于本地文件系统中,它将使用ASP.NETDevelopmentServer,并且不是IIS站点。 msdn2.microsoft.com 1. Under some circumstances, working with the ASP. NET Development Server can result in errors. 某些情况下,使用ASP.NETDevelopmentServer会产生错误。 msdn2.microsoft.com 2. Cannot access the WSDL file because IIS or ASP. NET Development Server might not be running. 由于IIS或ASP.NETDevelopmentServer未运行而无法访问WSDL文件。 msdn2.microsoft.com 3. The ASP. NET Development Server only accepts authenticated requests on the local computer. ASP.NETDevelopmentServer只接受本地计算机上的经身份验证的请求。 msdn2.microsoft.com 4. In other words, the ASP. NET Development Server will serve pages to browser requests on the local computer. 换句话说,ASP.NETDevelopmentServer会针对本地计算机上的浏览器请求提供网页。 msdn2.microsoft.com 5. If you leave it like that, it will delete your local data store every time you start your development server. 如果留下实参,它将在每次启动开发服务器时删除本地数据库。 www.ibm.com 6. This might apply if you are using dynamic port assignment and you start a new instance of the ASP. NET Development Server. 如果您要使用动态端口分配机制并启动ASP.NETDevelopmentServer的新实例,这一条可能适用。 msdn2.microsoft.com 7. It also may not be possible to capture a snapshot of the production database to transfer to the development server. 捕捉生产数据库的快照以转移到开发服务器上也可能无法实现。 www-128.ibm.com 8. For file system Web sites, Visual Web Developer launches the ASP. NET Development server. 对于文件系统网站,VisualWebDeveloper启动ASP.NETDevelopmentServer。 msdn2.microsoft.com 9. The ASP. NET Development Server cannot serve pages to another computer. ASP.NETDevelopmentServer不能向其他计算机提供网页。 msdn2.microsoft.com 10. This starts the ASP. Net Development Server that runs the Web application your Web test will test. 这将启动ASP.NetDevelopmentServer,它会运行Web测试要测试的Web应用程序。 msdn2.microsoft.com 1. If you cannot or do not want to use IIS as your Web server, you can still test your ASP. NET pages by using the ASP. NET Development Server. 如果您不能或不想使用IIS作为Web服务器,仍然可以通过使用ASP.NETDevelopmentServer来测试ASP.NET网页。 msdn2.microsoft.com 2. Under Location, click File System to indicate ASP. NET Development Server. 在“位置”之下单击“文件系统”指示ASP.NETDevelopmentServer。 msdn2.microsoft.com 3. For more information, see Ensuring Access to ASP. NET Development Server. 有关更多信息,请参见确保对ASP.NETDevelopmentServer的访问。 msdn2.microsoft.com 4. The ASP. NET Development Server is temporary, and the Web reference would fail after the server is stopped. ASP.NETDevelopmentServer是临时的,Web引用在服务器停止后将会失败。 msdn2.microsoft.com 5. This guarantees that the host process will be ASP. NET Development Server. 这样可保证宿主进程将是ASP.NETDevelopmentServer。 msdn2.microsoft.com 6. You develop Web applications on a development server. 您在开发服务器上开发Web应用程序。 msdn2.microsoft.com 7. Redirects a Web service object to the ASP. NET Development Server instead of what is defined in the Web reference. 重定向Web服务对象,以便它指向服务器而不是Web引用中定义的内容。 msdn2.microsoft.com 8. You develop XML Web services in managed code on a development server. 您在“开发服务器”上开发托管代码中的XMLWebservices。 msdn2.microsoft.com 9. You will see the ASP. NET Development Server icon in the notification area, at the far right of the taskbar. 您将在任务栏最右侧的通知区域中看到ASP.NETDevelopmentServer图标。 msdn2.microsoft.com 10. You cannot run your Web site unless you use the ASP. NET Development Server, which is the default Web server for file-system Web sites. 除非使用ASP.NETDevelopmentServer(文件系统网站的默认Web服务器),否则不能运行网站。 msdn2.microsoft.com 1. For details about the ASP. NET Development Server, see Web Servers in Visual Web Developer. 有关ASP.NETDevelopmentServer的详细信息,请参见VisualWebDeveloper中的Web服务器。 msdn2.microsoft.com 2. When you are using the ASP. NET Development Server, the browser must remain open in order for the application services to remain active. 使用ASP.NETDevelopmentServer时,浏览器必须一直打开以使应用程序服务保持活动状态。 msdn2.microsoft.com 3. When you close the browser, the ASP. NET Development Server shuts down again. 关闭浏览器时,ASP.NETDevelopmentServer再次关闭。 msdn2.microsoft.com 4. You develop XML Web services on a development server. 在开发服务器上开发XMLWebservices。 msdn2.microsoft.com 5. In unit tests to test Web services that run on ASP. NET Development Server. 在单元测试中,测试运行在ASP.NETDevelopmentServer上的Web服务。 msdn2.microsoft.com 6. For more information about how to test Web sites with ASP. NET Development Server, see Overview of ASP. NET Unit Tests. 有关如何使用ASP.NETDevelopmentServer测试网站的更多信息,请参见OverviewofASP.NETUnitTests。 msdn2.microsoft.com 7. Make sure IIS or ASP. NET Development Server is running. 确保IIS或ASP.NETDevelopmentServer正在运行。 msdn2.microsoft.com 8. Describes how to debug while running an ASP. NET in the IIS process or in the ASP. NET Development Server process. 描述在IIS进程或ASP.NETDevelopmentServer进程中运行ASP.NET时如何进行调试。 msdn2.microsoft.com 9. No escrow no upfront payment and you have to work on our development server. 没有代管无预付款,你必须要在我们的开发服务器。 www.bing.com 10. A common means to do this is by backing up the production database and restoring it onto the development server. 创建开发数据库的常用方法是,备份生产数据库并在开发服务器上恢复它。 www.ibm.com 1. Go ahead and download it, and then add it to your test or development server. 下载这个库,然后将它添加到测试或开发服务器。 www.ibm.com 2. You will see the ASP. Net Development Server icon in the notification area. 您将在通知区域中看到ASP.NetDevelopmentServer图标。 msdn2.microsoft.com 3. The page again runs using the ASP. NET Development Server. 该页再次使用ASP.NETDevelopmentServer运行。 msdn2.microsoft.com 4. The page runs using the ASP. NET Development Server. 该页使用ASP.NETDevelopmentServer运行。 msdn2.microsoft.com 5. Instead, you can test pages by using the ASP. NET Development Server. 可以使用ASP.NETDevelopmentServer来测试网页。 msdn2.microsoft.com 6. Complete the URL field for the development server and path of the Eclipse workspace you defined in Part 3 or 4, and click OK. 在URL字段中,输入第3部分或第4部分中定义的开发服务器和Eclipse工作空间的路径,并点击OK。 www.ibm.com 7. You need to synchronize files from the staging server so that the staging server matches the development server. 您需要同步文件从测试服务器,以便临时服务器与开发服务器相匹配。 www.qqi7.com 8. Let's start the development server and explore the admin site. 我们来启动开发服务器,看看管理后台是什么样的。 wenku.baidu.com 9. For example, the ASP. NET Development Server does not support an SMTP mail server. 例如,ASP.NETDevelopmentServer不支持SMTP邮件服务器。 msdn2.microsoft.com 10. Give the server details a name; for example, Drupal development server. 给服务器细节起一个名字;例如,Drupaldevelopmentserver。 www.ibm.com 1. Industry: Software Development; Server, workstation; Tools; Financial Management Software; Industry-specific software; 所属行业:软件开发;服务器、工作站;工具软件;财务管理软件;行业专用软件;; www.integrity-enterprises.net 2. How to: Specify a Port for the ASP. NET Development Server 如何:指定ASP.NET开发服务器的端口 msdn2.microsoft.com 3. The following are some specific steps you can take to quickly secure your development server 下面是几个具体的步骤,采用这些步骤您就可以快速保护开发服务器 msdn2.microsoft.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。