english words


718.commodity n.日用品,商品,物品 Intra-Commodity
comex is a trademark of commodity exchange, inc
719.tray n. 托盘;文件盒;隔底匣;(无线电的)发射箱
to stop the server, right click on the system tray icon and select [exit]
720.Troi 特洛伊
how could troi promote to rank commander so easily and why didn't la forge, data and others do that
721.Trolleys n.手推车;<美>电车 trolley n.手推车;无轨电车
this means no subway, trolleys or commuter rail trains will depart boston after 7:00 pm'
722.exhibit vt.显示;陈列,展览
through exhibiting the photos with the theme of taste of chinese new year, we would like to share the chinese traditional culture with all the staffs and enjoy the moment of happiness
723.jurisdictions n.司法管辖区;行政辖区(jurisdiction的复数)
the royal bank of scotland plc are authorised to act as agent for each other in certain jurisdictions
724.champion n. 冠军;拥护者;战士
we have awards for the champion
725.gratitude n. 感谢的心情
Let me express my deepest gratitude for the privilege of addressing this convention.
很荣幸能有此机会在这个大会上致辞,感激之情,无以言表。
726. dream
My grandfather had big/larger dreams for his son. 祖父对父亲寄予厚望
727.opportunity 机会
The family moved west all the way to Hawaii in search of opportunity 为了寻找机会,他们举家西迁,搬到了夏威夷
728. passed away
They’re both passed away, And yet, I know that on this night they look down on me with great pride.
现在他们都已去世。但是,我知道,在这个特别的夜晚,他们都在自豪地注视着我。
729. hold the truth
We hold these truths to be self-evident, that all men are created equal, that they are endowed by their creator with certain inalienable right, that among these are Life, Liberty and the pursuit of Happiness.
我们认为一下真理不言而喻:人人生而平等,人人享有造物主赐予的不可剥夺的权利,包括生命的权利、自由的权利和追求幸福的权利
730. 人不可貌相
You can't judge a tree by its bark.
731. spice 调味品
Variety is the spice of life.
变化是生活的调味品。
732.doubt 怀疑
Doubt is the key to knowledge.
怀疑是知识的钥匙。
733.warmly adv.亲切地;温暖地;热烈地
there were creative and brilliant performances and they were warmly received by the audience
734.showcased n.(玻璃)陈列柜;显示优点的东西 vt.使展示;陈列
this celebration showcased our staff’s talent and also demonstrated the rich enterprise culture of our company.
our linkedin alternatives showcase page .
735.dinosaur n.恐龙n.(俚)过时、落伍的人或事物
736.outright adv. 全部地;立刻地;率直地;一直向前;痛快地 adj. 完全的,彻底的;直率的;总共的
coverting outrights to swaps business concept document
737.daemon n.半神半人的精灵;守护神;恶魔;[计]守护进程
daemon thread
738.upcoming adj.即将来临的;预定将要
to understand the canteen, ac, shuttle bus and cleaning service arrangements during the upcoming chinese new year period from feb 18 to 24, 2015
739.adhere vi.粘附;追随;坚持 adherence n.坚持;固守;粘附
ensure adherence to the production calendar.



package camelinaction;

import java.io.File;
import java.io.FileOutputStream;

import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;

public class ExcelTool {

public static void main(String[] args) throws Exception {
String content = FileUtils.readFileToString(new File("test.txt"));
// System.out.println("content:" + content);
String[] lineArr = content.split("\n");
int startIndex = 651;
int rowsIndex = 0;
Workbook wb = new HSSFWorkbook();
FileOutputStream fileOut = new FileOutputStream("workbook.xls");
Sheet s1 = wb.createSheet();
StringBuilder sb = new StringBuilder();
for (int i = 0; i < lineArr.length; i++) {
String oneLine = StringUtils.trim(lineArr[i]);
// System.out.println(oneLine);
if (oneLine.startsWith(startIndex + "")) {
sb = new StringBuilder();
oneLine = oneLine.substring(oneLine.indexOf(".") + 1);
oneLine = StringUtils.trim(oneLine);
// System.out.println("###" + oneLine);
sb.append(oneLine);
String nextLine = null;
while (i + 1 <= lineArr.length - 1) {
nextLine = lineArr[i + 1];
if (!nextLine.startsWith((startIndex + 1) + "")) {
sb.append("\n" + nextLine);
} else {
startIndex++;
break;
}
i++;
}
;
System.out.println("###sb:" + sb);
String word = StringUtils.trim(sb.toString().split("\\s+")[0]);
String others1 = StringUtils.replaceOnce(sb.toString(), word,
"");
String[] others1Arr = others1.split("\\n");
String explain = StringUtils.trim(others1Arr[0]);
String demo = "";
if (others1Arr.length > 1) {
for (int j = 1; j < others1Arr.length; j++) {
demo += StringUtils.trim(others1Arr[j] + "\n");
}
}
System.out.println("word:" + word + " explain:" + explain
+ " demo:" + demo);


Row row = s1.createRow(rowsIndex++);
Cell c1 = row.createCell(0);
c1.setCellValue(word);
Cell c2 = row.createCell(1);
c2.setCellValue(explain);
Cell c3 = row.createCell(2);
c3.setCellValue(demo);




}
}
wb.write(fileOut);
fileOut.close();
}

}




701.accomodate v. 容纳;使…适应;留宿
Ext JS comes with a full set of layouts out of the box and can accomodate almost any type of layout you can imagine.
Every Component has a symbolic name called an xtype.
702.deem vt. 认为,视作;相信 vi. 认为,持某种看法;作某种评价
instantiate a Ext.panel.Panel when it deems necessary
703.fire
The alert for the second tab does not get displayed until the tab is clicked on. This shows that the tab was not rendered until needed, since the render event did not fire until the tab was activated.
704.toll n. 通行费;代价;钟声 n. 通行费;代价;钟声
china toll-free number: 10-800-xxxx
705.hereby adv.特此
if the reader of this message is not the intended recipient or person responsible for delivering it to the intended recipient, you are hereby notified that you have received this communication in error.
705.synthesizers n.合成器;综合器(synthesizer的复数) synthesis n.合成;综合,综合物
there’s no critical funds on synthesizers
706.sheer a.纯粹的;全然的
just experience the sheer pleasure of knowing that you contributed to development of a quality product.
707.incentive adj.刺激的;鼓励的 n.刺激;鼓励;动机
incentive compensation awards for most employees will be paid by the end of February
708.tweak v.拧;扭;拉;微调n.拧;扭;捏;<俚>妙计
can we tweak the solution such that the cron’s time zone and the ui’s timezone are identical at present cron follows – gmt , ui follows et, thanks
709.encapsulate v.装入胶囊;封进内部;压缩;概括
it would be better to encapsulate the common error handling code in a single method or class to avoid duplicating it in several places
710.Domicile n.住所;住宅
the lei domicile is Germany
711.shuttle n.梭子;穿梭;往返移动之物;航天飞机v.往返运送;
the shuttle bus and the campus are in normal operation
712.scheme vt.计划 vi.搞阴谋
the existing phase 1 colour scheme is sufficient
713.bragging n.吹牛;自夸 动词brag的现在分词.
test your fx trading skills against your colleagues for the ultimate in industry bragging rights
714.anticipate vt.预料,预期,期望
are we likely to get this resolved today as if you anticipate it won’t be fixed i’d rather arrange for the file to be moved manually (considering the approval process we have to go through)
715.prone adj.易于 ... 的;有 ... 倾向的;俯卧的
this is too confusing and very likely error prone
716.seminar n.研讨会;(大学的)研究班
tech seminar
717.client-centric
has launched and includes an updated look and navigation, making the site more client-centric and user-friendly



651.intraday adj.当天的;一天内的
similarly there will be no publication of intraday reports for this period whilst the onboarding environment remains closed
652.moratorium n.暂停;延期偿付;延期偿付期间
changes during moratorium require two svp approvals
653.scattered adj.分散的;稀疏的
record being scattered across those objects
654.Chartered adj.特许的;
XXX is a uk trained chartered accountant and for the last ten years, was man’s coo for apac
655.Intragroup adj.社会团体内部的;社会团体成员之间的
656.submission n. 投降;提交(物);服从;[律](向法官提出的)意见;谦恭
we will inform as soon as the web services submissions are available again
657.sprint vi.全力奔跑;冲刺n.短距离赛跑;冲刺
these changes will be implemented in the next sprint
658.Skew adj.斜交的(不对称的;误解的)n.斜交
skew margin
659.transparency n.透明度;幻灯片
provides transparency into multi-asset class portfolios
660.ultra adj.超;过激的;极端的n.过激论者;急进论者
ultra edit
661.videoconference n.视频会议
participation details including host and videoconference locations, webcast, audio are now available on china connects
662.infer vt.推论,推断;猜想
i think we can analyze client side the content of the trade and infer the type block ssp or block xccy
663.and is usually used in conjunction with another Controller function
664.In brief though, it allows us to pass a CSS-like selector that will find every matching component on the page.
665.This works well enough but in Ext JS 4 we have a powerful Ext.data.Model class that we'd like to take advantage of when it comes to editing our Users.
666.Our refactoring will make the next section easier but should not have affected the application's current behavior.
667.We can satisfy ourselves that the updateUser function is called when we click the Save button
668.Finally we close the window to bring attention back to the grid
669.Let's break down what's going on here.
670.We started out simple and gradually refactored our code to make it cleaner and more organized.
671.handover n.移交;交接

672.Diversity n.多样性;差异
updated supplier diversity mission statement

673.diverge v.分歧;分叉;[数]发散
be opinionated out of the box, but get out of the way quickly as requirements start to diverge from the defaults

674.diet n.饮食,食物
675.dirt n.尘,土;污物,污垢
676.auction n.拍卖 vt.拍卖
additional advisory notices will be published detailing the auction and final processing dates
677.Whilst conj.<英>当 ... 时;尽管
whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that the onward transmission...
678.regulated vt.调整;校准;管理;控制 Regulation n.管理;规章;规则adj.规定的 Prudential adj.谨慎的;细心的;深谋远虑的
authorised by the prudential regulation authority and regulated by the financial conduct authority and prudential regulation authority
679.legacy n.遗赠物;先人或过去遗留下来的东西 adj.[计算机]旧系统的
the description must have a colon “ : “ , which was a design from legacy scheduler
680.criteria n.标准;尺度;准则
just to double confirm the criteria of 102b us
681.folk n.人们,家属,亲属
hi folks, please resume your testing
682.buddy n. 伙伴,好朋友
Hi Buddies, ...
thanks buddy for the illustration
683.bulk n.物体,容积,大批
i think we have made a good start and hope we get the bulk of the data we need in the next week or so
684.followup n.后续工作adj.后续的,增补的
685.fond adj.喜爱的;爱好的
686.above-named adj.上述的
the information contained in this email is intended for the confidential use of the above-named recipient
687.Reconciliation n.和解;调和
describe the importance of a stock reconciliation and how it may impact fund valuation
688.bloat 使肿胀
most of the components in camel are in separate java modules from the camelcore module, because they usually depend on third-party dependencies that would bloat the core
689.Webinar n.网上讨论会 =Web-based seminar
live webinar on 5 february: gx investment analytics
690.Surefire adj.一定会发生的;定成功的
maven surefire plugin
691.inadvertently adv.不注意地;疏忽地;非故意地 3 5
if you inadvertently enter the crontab command with no argument(s), do not attempt to get out with control-d
692.invert v. 上下倒置,相反放置
to completely invert the control of creating applications using spring xml
693.intent adj.热切的;专心的;决心的 n.意图;目的;意向;含义
hi team, we are still finalizing the jira workflow with xxx and others in xxx, but the intent is that tickets should be only be closed when 100% complete
694.navy n.海军
695.onsite adj.在现场的;就地的
we are calling the onsite person
696.prerequisite n.先决条件;前提 adj.作为前提的;必备的
the prerequisite for running consumer and producer actors is a started camelservice that manages an application’s camelcontext
697.Gateway n.门;通路
all trades submitted after this time will remain parked at the gateway until the environment opens on monday morning
698.overly adv.过度地;极度地
if camel is making things overly complicated, then we need to figure out what is going wrong
699.Pension n.养老金;退休金;抚恤金;年金;(欧洲等地的)私人小旅店 v.发退休金
pensions expert
700.Bankruptcy n.破产;倒闭
a bankruptcy credit event occurred



601.Notional adj.想像的;概念上的;抽象的;名义上的;估计的 notion n.概念,意念;看法
the column(s) notional amount

602.emotional a.感情的,情绪的 emotion n. 情感;情绪

603.rational a.理性的,合理的
please be aware that the all production rational team concert systems ...

604.fractional adj. 部分的;分数的,小数的
it appears that it is being interpretted as decimal rather than fractional quoting

605.bidirectional adj.双向的;双向作用的
at least get rid of the bidirectional relationships if possible

606.displace vt.移置;取代;置换
put out of the right or usual position

607.recurring adj.再发的;循环的 动词recur的现在分词.
the timer component is useful for simple recurring tasks, but when you need more control of when things get started, the quartz component is a must

608.Counterparty n.交易对手;对手方
excellent communication skills, and english skills to communicate directly to counterparty and business

609.Counterpart n.职务相当的人;对应物;相似之物;副本
note the direct component in camel is the counterpart to seda

610.Jasper n.碧玉;绿色装饰用宝石

611.prosper vi.繁盛;成功;兴旺
we hope this book brings great value to you and helps you prosper in the camel community

612.county n.英国的郡,美国的县

613.aspect-oriented 面向方面 task-oriented

614.Short-Dated n.短期 adj.短期的; 时间很短的

615.lighthearted adj.心情愉快的;无忧无虑的
lists other lighthearted reasons for the name

616.Excel vt.优于;超过vi.胜出n.[计] 电子表格(软件名称)

617.excellent adj.极好的,优秀的
the cloud foundry java buildpack has excellent support for spring applications, including spring boot

618.exceed vt.超过,胜过;超出
the line lengths of some of the examples exceed the page width

619.excess n.超越;过量;过度 excessive a.过多的,极度的

620.nexus n.连系;联络;关系;网络;节;段;连杆;连接
in nexus that includes enhancements that were added to fcm-core

621.Planex planning exercise 计划演习

622.Yangtze n.长江(中国河流名称)
yangtze river and yellow river

623.enroll v.登记;招收;入伍
how to enroll to the courses

624.rose n.玫瑰;蔷薇adj.玫瑰色的;玫瑰

625.bi-weekly n.双周刊 adv.两星期一次

626.clutter cluttering n.杂乱;语言错乱
this avoids cluttering up your logic, which otherwise could become harder to maintain

627.enumeration n.计算;列举;细目
see the enumeration in XXX.

628.ledger n.总帐;分类帐
perform a detailed review of the general ledger balances

629.vulnerability n.易受攻击;弱点,脆弱;[计]漏洞
buffer overflow vulnerability

630.mobility n. 移动性;机动性;迁移率
please find the detail policy description for internal mobility via https://chinaconxxxx




  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值