|
The code 301is interpreted as moved permanently.
|
|
|
代码301被解释为永久移动。 |
|
The code above illustrates a limitation in Classic ASP: The code block has to be placed where you want the output to appear.
|
|
|
上面的代码说明了在经典ASP中的一个局限性:代码块必须放置在需要显示的地方。 |
|
The code above is the same as the square we set up in the last lesson; but with the added texture coordinates.
|
|
|
上面的代码和上节课设置多边形的代码很相似,但添加了纹理坐标。 |
|
The code also shows how to dynamically change the menu items according to list of MRU's.
|
|
|
这个代码也展示了如何根据MRU列表动态的更改菜单的项目。 |
|
The code below demonstrates how to load the file located on the server into the stream and store it to the HTTP response stream.
|
|
|
下面的代码演示了怎样加载服务器上的文件使生成文件流,并保存到HTTP响应流中。 |
|
The code below is my implementation.The background color of those text is set by the improved background color button I provide.
|
|
|
下面代码就是实现。这段代码的背景色就是采用它实现的。 |
|
The code fragment above displays a MIDI file as background music for a web page.
|
|
|
上述代码片断显示了作为网页背景音乐的MIDI文件。 |
|
The code fragment above displays a MIDI file embedded in a web page.
|
|
|
上述代码片断显示了嵌套在网页中的MIDI文件。 |
|
The code fragment above displays a WAVE file embedded in a web page.
|
|
|
上述代码片断显示了嵌套在网页中的WAVE文件。 |
|
The code in Figure 2 is the complete source for a DLL that exports four functions that wrap the managed class library type System.
|
|
|
这是一个DLL的完整的代码,可以导出四个函数,封装了受管理的类库类型系统。 |
|
The code in the recipe is just for reading configuration files, but writing them is also easy to implement.
|
|
|
上面代码只是读取配置文件,写入配置文件也很容易实现。 |