Machine screws or nuts and bolts used to attach balance weights are specifically prohibited.

  • 特别禁止采用机械螺丝,螺母和螺栓来固定平衡重装置.
  • 来源:互联网摘选更新时间:2025-01-19 22:16:35

  • 重点词汇
  • used to过去经常,曾经;
  • orconj.或,或者;还是;不然,否则;左右;
  • nuts and boltsn.具体细节;基本要点;
  • arevi.(用于第二人称单复数现在时,第一、三人称复数现在时)是;
  • screwsn.螺丝钉( screw的名词复数 );螺旋桨;监狱看守;性交对象;
  • machinen.机器,机械;机械般的人;核心;
  • prohibitedv.禁止,阻止( prohibit的过去式和过去分词 );不许;
  • specificallyadv.特有地,明确地;按种别地;按特性地;
  • attachvt.& vi.贴上,系;附上;
  • balance weights[医]天平砝码;
  • 相关例句
1、

More like a summer afternoon tea, regardless of the window vitis uproar, regardless of the hot sun burning Xiren, weak tea in hand, Managing, and faint, they want you to taste slowly.

更象夏日午后的茶,无论窗外蝉鸣鼓噪,无论烈日灼热袭人,淡茶在握,温温的,淡淡的,要你慢慢去品味。

互联网摘选

2、

Realized in family's meal was the how attraction, although it did not compare in the is big hotel delicacies, but in the family weak tea cup of taste also let me yearn for it.

体会到了家里的饭菜是多么的诱人,虽然它比不上大酒店里的佳肴,但家里淡茶一杯的滋味也让我为之向往。

互联网摘选

3、

GAUHATI, India ( AP) In this humid, lush region where an important part of the world's breakfast is born, the evidence of climate change is literally a weak tea.

高哈蒂,印度(美联社)-在这个潮湿,茂密的所在地区的重要组成部分,世界的早餐是天生的,气候变化的证据是-从字面上-一淡茶。

互联网摘选

4、

Sit down at your desk with a weak tea and watch a couple of episodes of Homes Under the Hammer on your computer.

在你的办公桌旁坐下来泡一杯清茶,在你的计算机上看两集《Homes Under the Hammer》。

互联网摘选

5、

She prefers weak tea to black coffee.

比起清咖啡来,她更喜欢淡茶。

provided by jukuu

6、

" I prefer weak tea," cried daisy.

“我情愿喝一杯淡茶!”戴西叫道。

provided by jukuu

7、

Actually managed a weak tea yesterday, before... Mail's here.

昨天确实成功变出了淡茶,不过后来就……来邮件了。

互联网摘选

8、

On the other hand, when you create a weak reference to an object, you do not extend the lifetime of the referent at all; you simply maintain an alternate way to reach it while it is still alive.

另一方面,在创建对一个对象的弱引用时,完全没有扩展referent的生命周期,只是在对象仍然存活的时候,保持另一种到达它的方法。

互联网摘选

9、

If a finalizer ( Final queue) is associated with a soft or weak reference, then only after the soft or weak reference is removed is the finalizer removed on the next GC pass that is run.

如果一个finalizer(Final查询)与一个soft或weak引用相关,那么只有当这个soft或weak引用删除后,这个finalizer才会在所运行的下一个GC pass上被删除。

互联网摘选

10、

If a pointer pointing to an object not in the graph, then the object is not a reachable object, and then garbage collector sets the slot to null in the short weak reference table.

如果一个指针指向一个不在图中的对象,那么此对象就是一个不可到达的对象,垃圾收集器就将短弱引用表相应的槽置空。

互联网摘选

11、

The Entry type, which is used to store the key-value mapping, extends WeakReference, so when expungeStaleEntries() asks for the next expired weak reference, it gets back an Entry.

用于存储键-值映射的Entry类型扩展了WeakReference,因此当expungeStaleEntries()要求下一个失效的弱引用时,它得到一个Entry。

互联网摘选

12、

It would be nice if there was a way to be notified when the referent of a weak reference is garbage collected, and that is what reference queues are for.

如果有一种方法可以在弱引用的referent被垃圾收集时发出通知就好了,这就是引用队列的作用。

互联网摘选

13、

If the weak reference has been cleared ( either because the referent has already been garbage collected or because someone called WeakReference. clear()), get() returns null.

如果弱引用被清除了(不管是referent已经被垃圾收集了,还是有人调用了WeakReference.clear()),get()会返回null。

互联网摘选

14、

Dead mappings could be eliminated by periodically scanning the Map, calling get() on each weak reference, and removing the mapping if get() returns null.

可以通过周期性地扫描Map,对每一个弱引用调用get(),并在get()返回null时删除那个映射而消除死映射。

互联网摘选

15、

The weak reference from the long-lived object to the short-lived object is kept long after the short-lived object has been destroyed.

在短周期对象销毁后,长周期对象对短周期对象的弱引用依然会长久保留下来。

互联网摘选

16、

Using a weak reference here keeps objects that are above the minimum around as long as possible, but makes them available for GC as required.

在此使用弱引用可以使除最低数量对象以外的对象尽可能久地保持活跃状态,但是使它们可供GC根据需要使用。

互联网摘选

17、

If the minimum number of objects is already allocated, then a weak reference to the object is enqueued.

如果已经分配了最低数量的对象,则对象的弱引用被放置到队列中。

互联网摘选

18、

GC is a thread of very low priority, so a weak reference object may not be collected immediately.

因为垃圾回收器是一个优先级很低的线程,所以弱引用对象也不一定会马上就会被回收。

互联网摘选

19、

From above shall we say that an object can't have a soft reference and a weak reference at the same time?

从以上是否能看出,一个对象不能同时具有软引用和弱引用?

互联网摘选

20、

A weak reference is a holder for a reference to an object, called the referent.

弱引用是对一个对象(称为referent)的引用的持有者。

互联网摘选

  • 今日热词
  • 热门搜索

简答网英语词典(dict.jiandongshicai.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:(如需回复请填写联系方式)
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈