1. An embeddedcode block is server code that executes during the page's render phase.
内嵌的程序码区块是在网页呈现阶段执行的伺服端程序码。
来自互联网
2. These techniques are also independent of the language with which developers choose to write server-side or embeddedcode.
这些优化技巧并不依赖于服务端或者嵌入代码所用的语言。
来自互联网
3. Using this technology, you can perform complex database queries without the use of any programmatic constructs or embeddedcode.
使用这一技术,您就可以在无需使用任何程序性结构或者嵌入式代码的情况下,执行复杂的数据库查询。
来自互联网
4. The actual verification shows that attack description language can correspondingly construct suitable embeddedcode and launch attack automatically.
实际验证表明,该缓冲区溢出攻击描述语言能够动态地构造植入代码,实现缓冲区溢出攻击的自动化。
来自互联网
5. The user of your script will never know the difference, except that the first invocation of Inline-enabled code takes a little time to complete the compilation of the embeddedcode.
6. In a C-based API, embeddedcode would almost certainly be able to cause a crash; using the Lua interface, if user interface code can cause a crash, there is a bug that ought to get fixed.
7. In general, using embeddedcode blocks for complex programming logic is not a best practice, because when the code is mixed on the page with markup, it can be difficult to debug and maintain.
8. Embedded software that is stored as object code within a ROM.
是作为目标代码存贮在ROM中的嵌入式软件。
来自互联网
9. Many administrative commands can also be embedded in application code by executing the administrative commands through the special stored procedure ADMIN_CMD.
可以通过特殊的存储过程ADMIN_CMD执行许多管理命令,从而把管理命令嵌入在应用程序代码中。
来自互联网
10. This aspect could be made to use the same logging framework as the embedded logging code so that the merged output gave a combined view of the program execution.
11. Because this is an embedded application, this code is also responsible for creating and initializing the embedded database itself.
由于这是嵌入式应用程序,因此这段代码还负责创建和初始化嵌入式数据库本身。
来自互联网
12. And you can change technologies reasonably quickly as needed because the important design information is in an abstract model, not embedded in the code.
还可以根据需要相对较快地改变技术,因为重要的设计信息是一个抽象模型,没有嵌入到代码中。
来自互联网
13. A developer can authorize or deny arbitrary functionality as needed, but the application's authorization policy is now partially or completely embedded in its code.
开发人员可以根据需要授权或拒绝任意功能,但是应用程序授权策略现在部分或全部嵌入在其代码中。
来自互联网
14. That said, it's arguable whether the UI is more maintainable now that it lacks linguistic context, and significant portions of the HTML remain embedded in the PHP code.
15. To see how a code generator works, let's look at a short Embedded SQL program.
为了了解代码生成器是如何工作的,让我们先来看一个简短的嵌入式SQL程序。
来自互联网
16. In traditional applications, rules are embedded with the code inside the application.
在传统的应用程序中,规则被嵌入到应用程序中的代码中。
来自互联网
17. Can they replace logging statements embedded in the program code?
它们可以取代嵌入到程序代码中的日志语句吗?
来自互联网
18. The server processes this content using PHP (or any scripting language of your choice), reads or stores data using a database, and returns the results embedded within HTML code.
19. You don't need to create a directory tree or message database for the default locale; the strings for that locale are already embedded in the code.
无需为默认语言环境创建目录树或消息数据库;用于该语言环境的字符串已经被嵌入到代码中。
来自互联网
20. It's also much easier to maintain your documentation if it's embedded directly in the code to help keep everything in sync.
如果文档直接嵌入在代码中,就非常容易维护文档,有助于保持代码与文档同步。
来自互联网
21. AppConfig does not handle codeembedded in variables.
AppConfig不处理变量中嵌入的代码。
来自互联网
22. So you will be able to design full-page layouts on screen as an alternative to writing ERb (embedded Ruby) templates in code.
有了它,你能够在屏幕上设计全页面的布局,而不用去写ERb(嵌入的Ruby)模板代码了。
来自互联网
23. In terms of embedded Perl code, the things you always need are a "noun" (the thing affected) and a "verb" (the action taken).
就嵌入式Perl代码而言,必须要有的是“名词”(被影响的内容)和“动词”(采取的动作)。
来自互联网
24. It works harmoniously with HTML, and PHP code is frequently embedded within standard HTML Web pages to facilitate dynamic content.
它能与HTML协调工作,并且PHP代码也经常会嵌入在标准HTMLWeb页面内以帮助实现动态内容。
来自互联网
25. Rails contains a very nice template language for .rhtml files that combines pure HTML with embedded Ruby code.
26. That is, embedded scripting just intermixes code with uninterpreted HTML; the code portion is still responsible for issuing print statements when it wants to say something to the client.
27. Support for Unicode is embedded into both the kernel and the code development libraries.
Unicode支持被嵌入到内核和代码开发库中。
来自互联网
28. But that infrastructure has been embedded deep in the code of Samba, all over the place.
但这种基础结构深深地嵌入到了Samba代码的各个部分。
来自互联网
29. How can we make it so that the Ruby codeembedded in the RHTML file is executed by JRuby while the rest of the content (plain HTML) is sent to the client without modification?