To compile this Flex code into a working SWF document, use the mxmlc utility from the Flex 3 SDK. The most basic compile command is shown in Listing 5
要将这段Flex代码编译到SWF工作文档中,请使用 Flex3SDK 中的mxmlc实用程序。
Recall that running the cheetah compile command on the Skeleton.tmpl file generates Skeleton.py, a package containing a Python class called Skeleton that ACTS just like Skeleton.tmpl.
回忆一下前面的内容,我们通过在Skeleton .tmpl文件上运行cheetahcompile命令生成了Skeleton . py,这是一个包含称作Skeleton的python类的包,这个包的作用类似于Skeleton . tmpl。
Usually the classpath is the same classpath you used to compile the program, with the addition of the directory where the compiled output was placed. For example, if the compile command was this.
通常这里的类路径与编译程序所使用的类路径相同,只是多了一个放置编译后的输出的目录。
This command does not compile every file found in either of those hierarchies.
该命令并不编译在这两个层次结构中所找到的每个文件。
Now open your command prompt, navigate to the project folder, and compile the MXML source file once more.
现在,打开命令提示符并导航到项目文件夹,然后再次编译mxml源文件。
It is a command line tool. You download a tarball, compile and install the source.
命令行工具。下载一个打包文件,从源文件编译安装。
And you can write your source code in it but to compile something you don't run a command like GCC and then the name of the file, you instead click a button.
你们可以在上面写源代码,如果要编译的话,不用像GCC这样要输入命令,文件名,只需点击按钮就可以了。
Compile it and archive it in a Jar file, which will be run with the hadoop command later.
对它执行编译并存档在一个Jar文件中,后面hadoop命令将运行这个文件。
Compile and run the application from the command line, and you should get the expected response.
编译该程序然后在命令行中运行就可以得到预期的结果。
Now you can compile this program and the SOAP wrapper by entering the following command.
现在您可以使用下面的命令来编译这个程序和SOAP封装程序了。
Compile txtgroup.c by issuing the following command.
发出以下命令来编译txtgroup . c。
Compile txtclient.c by issuing the following command.
发出以下命令来编译txtclient. c。
Compile txtserver.c by issuing the following command.
发出以下命令,编译txtserver. c。
If you want to skip ahead, download the completed text.c file included in the source code repository and compile it with the make command.
如果需要跳到前面,请下载源代码存储库中包含的完整text . c文件并用make命令编译该文件。
Save the above source into a file called myenv.c, and then compile it by issuing the command.
将上面的代码保存到文件myenv . c中,然后发出以下命令进行编译。
If you have installed the toolkit, you can use the wstkenv command to set up the classpath that is needed to compile and run these examples.
如果已经安装了工具包,就可以使用wstkenv命令来设置编译和运行这些示例所必需的classpath。
Essentially, this command make is just another program that USES GCC to compile my program for me but make is configurable.
从本质上来看,make命令就是一个,调用GCC来编译我们程序的程序,只不过make是可以配置的。
Once we have successfully configured the source files, we must compile PHP using the make command.
在成功地配置了源文件之后,我们必须使用make命令来编译PHP。
To compile and link, type the following at the command line using the JScript libraries that we built.
为了编译和链接,使用我们所构建的jscript库,在命令行输入下面这些命令。
You'll run a command to "fully compile" a target script or scripts, and it will create the.class file it does now along with all the method binding.class files it normally generates at runtime.
你可以通过命令来“完全编译”目标脚本,这样就会创建。class文件,其中绑定了运行时会生成的所有方法。
To compile your MXML file, issue the following command: MXMLC hello.mxml.
要编译mxml文件,发出以下命令:mxmlc hello . mxml。
Compile all source files by entering the following command at the Windows SDK command shell prompt.
通过在WindowsSDK命令Shell提示符处输入以下命令编译所有源文件。
Download and compile the ListUrls program, and run it by passing in a URL on the command line (see the Download section for a link to this article's full source code).
下载并编译ListUrls程序,通过在命令行传入一个URL来运行该程序(要获取本文的完整源代码,请参阅下载部分的链接)。
When you compile a COBOL program, use the cob2_r command for non-CICS applications for which you need the THREAD compiler.
在编译COBOL程序时,可以对需要THREAD编译器的非cics应用程序使用cob2_r命令。
Note that you can specify options and flags on the command line this way. For instance, if you want to compile with debugging symbols, try this.
要注意的是,这样您可以在命令行中指定选项和标记。
This command creates the Audacity source directory for the version you downloaded and puts all of the source modules into it. After that, you're ready to configure, compile, and install as follows.
此命令为您下载的Audacity版本创建源目录并将所有源模块放在该目录下。
A bit of care and some attention paid to naming conventions, command-line arguments, and directory structures should enable you to compile and run programs with a minimum of fuss.
些许的谨慎加上对本文所介绍的命名约定、命令行参数和目录结构的注意,应该能够使您在问题最少的情况下编译和运行程序了。
Use the following command to compile the files.
使用下面的命令来编译文件。
If you want to use assertions, you'll have to use some special command-line options to compile and run your programs.
如果您想使用断言,那么您必须使用一些专门的命令行选项来编译并运行程序。
Run the command shown in Listing 6 to compile the system classes and create the WAR file.
运行清单6中所示的命令来编译系统类并创建WAR文件。
应用推荐