内容导航:
1、
install base
2、
eclipse打jar包生成.classpath和用ant build.xml来打包
1、
install base
英:
美:
常用释义:
安装基础:指在进行某项工程或设备的安装时所需的基础设施或基础工作。
安装用户
安装数据库
1、What is the
install base
?───安装的基础是什么?
2、The PS3
install base
isnt what they thought it would be and the machine is too expensive.───PS3游戏机的安装基础不是他们认为这将是和机器的成本太高了。
3、This setup is optimized for a smaller
install base
which runs on a local area network (LAN).───这个设置已针对一个更小的安装基础优化,该安装基础在一个局域网(LAN)上运行。
4、
install base
for app developers is growing fast.───应用程序开发商的安装平台正在快速增长。
5、Low height, no need to
install base
and additional devices. So it can replace the stock-bin cone and other cones.───安装高度低,可取代料仓锥体或部分锥体,不需要基础和附加装置。
6、What is the current product
install base
?───当前产品的安装基础是什么?
7、I see a lot of potential in Pulse as revolutionizing the way the Eclipse community manages their plug-in
install base
.───Pulse作为Eclipse社区管理插件安装库的革命性方法,我认为它很有潜力。
8、The two explained that the
install base
on each platform wasnt the top consideration for choosing the handheld to release the game in.───这两位解释说当他们发售一款游戏的时候,能安装在哪个平台之上并不是最优先的考量。
9、Mr. Pickup: As PC sales come back, infrastructure starts to get refreshed -- 65% of the
install base
is still on Windows XP.───皮卡普:从个人电脑销售的回暖可以看出,硬件开始进入一个更新期,而65%的电脑仍在使用WindowsXP操作系统。
1、install image───安装映像
2、putty install───腻子安装
3、crouton install───克劳顿安装
4、install zip───安装zip
5、install toner───安装碳粉
6、grandiloquent base───夸夸其谈的基础
7、smoothing base───平滑基底
8、install all───全部安装
9、base───n.(Base)(英、美、爱尔兰)马濑(人名);adj.卑鄙的;低劣的;v.以……作基础;将……的活动中心设在某地;n.基底;基础;基地;基本成分;碱;(晶体管的)基极;词根;(数系的)基数;(棒球)垒
2、
eclipse打jar包生成.classpath和用ant build.xml来打包
.classpath是项目中所要引用的包的所在的路径。
.project是eclipse在项目中注册的一个标志性文件,里面有该项目的描述,以便导入eclipse时被识别,这2个文件不是绝对的,之所以你用eclipse打包的时候,为什么会有这2个文件,就是eclipse要根据.classpath导入相应的jar,而.project是eclipse用来标志项目的你如果想要打包进去的话,可以在build.xml中加上类似的话