An embedded code block is server code that executes during the page's render phase.
内嵌的程序码区块是在网页呈现阶段执行的伺服端程序码。
Because you are working with an embedded database that will not only be used by your application, but will also be created by it, you have to provide code for creating the database.
因为您将要使用一个嵌入式数据库,不仅是您的应用程序要使用它,而且也要通过应用程序来创建它。您需要提供代码来创建该数据库。
And you can change technologies reasonably quickly as needed because the important design information is in an abstract model, not embedded in the code.
还可以根据需要相对较快地改变技术,因为重要的设计信息是一个抽象模型,没有嵌入到代码中。
Because this is an embedded application, this code is also responsible for creating and initializing the embedded database itself.
由于这是嵌入式应用程序,因此这段代码还负责创建和初始化嵌入式数据库本身。
Power management on embedded hardware is an advanced topic, and it is easy to get it wrong; instead, just hand the job off to the specialized code provided.
嵌入式硬件中的电源管理是一个高级主题,而且容易出错;所以要将这项工作交给专门的代码处理。
Listing 3 provides an example of an embedded style declaration that really should be held within an external CSS file for greater code maintainability.
清单3提供了嵌入样式声明的一个例子,该声明应该保留在一个外部CSS文件内以便获得更好的代码可维护性。
Listing 10 shows the code we used to include an embedded font declaration in the application DataGridDeveloperExample1.mxml file.
清单10显示了在应用程序的DataGridDeveloperExample1 . mxml文件中包含嵌入字体声明所需的代码。
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)模板代码了。
(Separating the isValidEmail() method into reusable code might seem like an obvious thing to do, but I have seen the code for isValidEmail() embedded directly into the page.)
将isValidEmail()方法分离到可重用的代码中似乎是当然的选择,但我曾见过直接嵌入网页中的 isValidEmail() 代码。
Little did I know 30 years later, as an embedded firmware engineer, I would still spend much of my time trying to squeeze more code and data into a smaller address space.
没想到30年后,作为嵌入式固件工程师,我还一直花费大量的时间试图将更多的代码和数据挤入较小的地址空间。
Typically, an embedded database is packaged as a library and is linked directly to application code.
通常情况下,嵌入式数据库打包为库,与应用程序代码直接链接。
Running a JAX-RS service in an embedded mode is easy and simple and requires only a few lines of code.
以嵌入式模式运行JAX-RS服务比较简单,只需几行代码。
One straightforward way to test your implementation is with some code embedded in an HTML Web page.
对实现进行测试的简单方法之一是在HTMLweb页面中嵌入一些测试代码。
This last point is important: When you're using Apache Derby as an embedded database, the default location for the database files is in the directory where your code resides.
最后一点很重要:在将ApacheDerby用作嵌入式数据库时,数据库文件的默认位置是在代码所在的目录中。
For example, if you have embedded a SQL file and an XML file in a Windows Forms-based application, you can access them using code like that in Figure 2.
例如你已经在一个基于WindowsForms的应用程序中嵌入了一个SQL文件和XML文件,你能像图2中代码那样去访问。Figure 2。
Furthermore, once the spe code has been generated, it is embedded into an ELF (Executable and Linking Format) object code file and incorporated into the main program through the fib_spe_handle.
另外,生成了spe代码之后,将它嵌入一个ELF (Executable and Linking Format)对象代码文件,并通过fib_spe_handle合并进主程序。
The fibdata data structure is passed down to an spe by the PPE along with the code that is embedded through the fib_spe_handle.
PPE将fibdata数据结构传递给spe,还通过fib_spe_handle传递嵌入的代码。
The following code example demonstrates how to extract an icon from an embedded resource and convert it to a bitmap for display in every cell of an image column.
下面的代码示例演示如何从嵌入式资源提取图标并将其转换为位图以便在图像列的每个单元格中显示。
The following code example demonstrates how to extract an icon from an embedded resource and convert it to a bitmap for display in every cell of an image column.
下面的代码示例演示如何从嵌入式资源提取图标并将其转换为位图以便在图像列的每个单元格中显示。
应用推荐