to make the class compile中,compile是什么词性与成分

yupaopaohao2022-10-04 11:39:543条回答

to make the class compile中,compile是什么词性与成分
感觉这里应该放一个形容词的啊...

已提交,审核后显示!提交回复

共3条回复
wuming309 共回答了16个问题 | 采纳率87.5%
是不带to的不定式作宾语the class的补足语,译作"叫全班同学编译".
1年前
ALan_大赢家 共回答了1个问题 | 采纳率
compile
[kEm5pail]
vt.
编译, 编辑, 汇编
compile
com.pile
AHD:[k…m-pºl“]
D.J.[k*m6pail]
K.K.[k*m6pa!l]
v.tr.(及物动词)
com.piled, com.pil.ing, com.piles
To gathe...
1年前
qianhong00 共回答了1个问题 | 采纳率
vt.
1. 汇编;编辑
It takes years of hard work to compile a good dictionary.
编纂一部好词典要花多年心血。
compile an anthology of poems
汇编诗歌选
2. 收集(资料等)
He compiled enough information on his t...
1年前

相关推荐

Pattern pattern = Pattern.compile("[0-9]{4}-[0-9]{2}-[0-9]{2
Pattern pattern = Pattern.compile("[0-9]{4}-[0-9]{2}-[0-9]{2}");是什么意思?
zhbwl5731年前1
mott2 共回答了27个问题 | 采纳率85.2%
Pattern.compile 这个是预编译正则表达式. [0-9]{4}-[0-9]{2}-[0-9]{2} 这个是正则表达式,意思是:4个数字-两个数字-两个数字
采纳哦
正则表达式的意思,求指点.Matcher m = Pattern.compile("[frb][aiu][gx]").m
正则表达式的意思,求指点.
Matcher m = Pattern.compile("[frb][aiu][gx]").matcher("fix the rug with bags");
while(m.find())
System.out.print(m.group() + " ");
三日晶Wendy1年前1
**手 共回答了22个问题 | 采纳率90.9%
[frb][aiu][gx]
这里匹配一个3个字符的字符串
第一个字符是f,r,b中的任意一个
第二个字符是a,i,u中的任意一个
第三个字符是g,x中的任意一个
VC 6.0变异的时候提示no compile tool is associated with the file ext
VC 6.0变异的时候提示no compile tool is associated with the file extension
编译后有一个错误,怎样查看错误的信息?
xuexue80121年前1
zylovechj 共回答了14个问题 | 采纳率85.7%
你的源文件 扩展名不对.
Pattern pattern = Pattern.compile("[0-9]{4}-[0-9]{2}-[0-9]{2
Pattern pattern = Pattern.compile("[0-9]{4}-[0-9]{2}-[0-9]{2}");是什么意思?如题
3gfjgty1年前1
wavow 共回答了19个问题 | 采纳率84.2%
Pattern.compile 这个是预编译正则表达式.[0-9]{4}-[0-9]{2}-[0-9]{2} 这个是正则表达式,意思是:4个数字-两个数字-两个数字
./libtool --mode=compile gcc -O2 -I.-c ./jcapimin.c make:./l
./libtool --mode=compile gcc -O2 -I.-c ./jcapimin.c make:./libtool:Command not found make:*** [
./libtool --mode=compile gcc -O2 -I.-c ./jcapimin.c
make:./libtool:Command not found
make:*** [jcapimin.lo] Error 127
这是我在安装php的库文件时报的错误 我不太懂
闹钟29个1年前1
ah_cai 共回答了25个问题 | 采纳率88%
libtool是一个包,你看看有没有安装:
rpm -qa | grep libtool
看看是什么版本,如果是比较早的1.3版本,会用到ltconfig,可能会有兼容性问题.
以下转贴,
在RHEL 4 64 位下编译jpeg-6b时候报以下错误:
make:./libtool:Command not found
make:*** [jcapimin.lo] Error 127
错误分析:由于libtool版本过低导致的,重新下载新版本的libtool以默认方式安装,执行以下命令:
./configure
make
make install
然后进入jpeg-6b的源码目录,然后执行以下步骤,切记!
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure --enable-shared --enable-static
make
mkdir -p /usr/local/man/man1
make install