compile keyboard command [计] 编译键盘命令
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 工作文档中,请使用 Flex 3 SDK 中的 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文件上运行cheetah compile命令生成了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.
通常这里的类路径与编译程序所使用的类路径相同,只是多了一个放置编译后的输出的目录。
So, it's getting more interesting but we'll soon see that things don't always compile as easily as this command suggests.
更有意思了,但我们很快就会发现,并不是所有的编译都,像这条命令这么简单。
Essentially, this command make is just another program that uses GCC to compile my program for me but make is configurable.
从本质上来看,make命令就是一个,调用GCC来编译我们程序的程序,只不过make是可以配置的。
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这样要输入命令,文件名,只需点击按钮就可以了。
应用推荐