If he only had a clean Sunday-school record he could be willing to go, and be done with it all.
要是他在主日学校里表现清白,他就会心甘情愿地去,一了百了。
Are users willing to let things be done with it?
用户们会愿意吗?这些都是问题。
Why not just encode it in binary, or XML, and be done with it?
为何不直接采用二进制或者XML编码?
He keeps pestering me to go and see him, so I'll go now, and have done with it.
他不断吵着要我去看他,所以我现在去了,从而了结了这件事。
In addition, you must be conscientious to close the EntityManager when you are done with it.
此外,您必须在加载完成时关闭entitymanager。
It might then seem simple to just call the old Perl code from new Python and be done with it.
这样,事情看起来就简单了,只需从新的Python调用旧的Perl代码,问题就会迎刃而解。
Why is creating a new installer such a big deal, can't you just recompile Ruby and be done with it?
为什么创建一个全新的安装器是如此重要呢?你为啥不能仅仅重编译一下Ruby然后进行处理呢?
Since the session is a malloc'd object, we also have to free the session when we're done with it.
因为这个会话是一个malloc过的对象,所以我们在使用完它时还必须将其释放。
I know you might be disappointed that you can't just organize a space and be done with it forever.
我知道你可能会感到很失望你不能在组织了一个地方之后就永远没负担了。
So why don't they just be done with it and adopt English as the national language, asks Mr Joseph?
所以为什么他们不痛快点,将英语作为国家语言呢?约瑟夫先生问道。
The interesting question is, why don't all players just level the two buildings and be done with it?
一个有趣的问题是,为什么不是所有的玩家都直接夷平那两幢建筑然后完事呢?
Be sure to throw out the used coke when you are done with it or you might be taking a trip to the doctor.
辛苦地除完锈之后,您一定要记得把这些用过的可乐给丢掉哟,不然您可能得受累去找医生了。
How many times had people hoped to have that axe fall once and be done with it, only to have…oh, I can’t go on.
不知道有多少次,人们希望斧头只需一次落地,死刑的实施者与被实施者就都能马上得到解脱,因此只需……喔,我没法再说下去了。
Stateful command instances are generally used only once, or are pooled and recycled once the client is done with it.
有状态command实例通常仅仅使用一次,或者被放入池中,每次客户端使用完以后便回收。
So the all-important thing is not what food you put into your stomach, but what your mind decides shall be done with it.
所以真正重要的不是你吃了什么到胃里,而是你的意识准备怎么处理这些吃进去的东西。
Then close the original GIF file because we are done with it, and then open the image with the new format you have just saved.
接着关闭GIF文件打开你刚存储的图片。
I am tempted to just put it into hibernation or standby when I am done with it for the day, so that starting up will be quicker.
因此当我使用完电脑后,我就让它处于休眠或待机状态,这样下次开机就能节约不少时间。
Dunn: I want to know what you've done with it and how you feel and what you think about and what's the impact you've had with people.
邓恩:我想要知道你是如何发挥自己的热情的,你对此的感觉怎样,是如何看待它的,以及你对人们带来的影响有哪些。
In fact, all the privacy policy does is define what information the company collects, why it is collected, and what can be done with it.
实际上,隐私策略所做的只是定义这家公司收集哪些信息、为什么要收集这些信息以及可能会对这些信息进行怎样的处理。
We need some way to keep thread 1 and thread 2 from doing this; some way for thread 1 to say "no one else can touch I until I'm done with it."
我们需要采取一些方法避免线程1和线程2出现上述情况;这些方法要保证线程1“在完成对i的操作前不允许其他线程对i操作”。
Sometimes, people need to get the negative thoughts out …speak them to a good friend, write them down on a piece of paper, and be done with it.
有时候,人们需要避开消极的思想……把那些消极的思想向好朋友倾诉,写在纸上,然后与之拜拜。
Sometimes, people need to get the negative thoughts out... speak them to a good friend, write them down on a piece of paper, and be done with it.
有时候,人们需要避开消极的思想……把那些消极的思想向好朋友倾诉,写在纸上,然后与之拜拜。
For example, if you're using PHP, you could simply upgrade to PHP 5.2 and be done with it; this recent version of PHP includes the JSON extension by default.
例如,如果使用的是PHP,可以简单将其升级至PHP 5.2并用它完成操作;在PHP这个最新版本默认包含了JSON扩展。
He is rational about the radiation risks to himself, but fears his daughter growing up in such a potentially poisonous environment. "I'm done with it," he says.
芝口先生能理性估计自己所遭受的辐射风险,但是他害怕自己女儿在这种可能有毒的环境中长大,他说:“我不会回去,我跟南相马市缘分已尽。”
Our intention is to have the celebration of the writing of the Agile Manifesto on the Friday evening and first thing on Saturday morning, and then be done with it.
我们想要在周五晚上和周六早上庆祝敏捷宣言的创建,然后就完成这个阶段。
If the data happens to be text, you can dump it into a CDATA section and be done with it, but true binary data needs to be encoded in a safe and recoverable manner.
如果这些数据碰巧是文本,您只需将它们放到CDATA区域中,但真正的二进制数据需要以一种安全且可恢复的方式编码。
Dump it all on the floor, make her try on things and give her my honest opinion of how she looks in it, then shift things into a Donate pile, Toss pile and be done with it.
把它们倒在地板上,让她试穿每一件并且对于她穿起来怎么样给她我最真诚的意见。之后把衣物分为可以捐赠的一堆,可以扔掉的一堆,把它们了结掉。
The data protected by these locks is needed constantly by many threads, and you can expect that when you go to acquire this lock, you may have to wait until someone else is done with it.
不断地会有许多线程需要这些锁保护的数据,所以可以想象,当要取得这个锁的时候,可能不得不等候其他人用完它。
The data protected by these locks is needed constantly by many threads, and you can expect that when you go to acquire this lock, you may have to wait until someone else is done with it.
不断地会有许多线程需要这些锁保护的数据,所以可以想象,当要取得这个锁的时候,可能不得不等候其他人用完它。
应用推荐