forking
n. 分岔路;分岔,分支
v. 分岔;走岔路中的一条;叉运,叉掘;叉起(食物);(棋)用一个棋同时进攻两个棋(fork 的现在分词)
2026-03-21 07:59 浏览次数 16
n. 分岔路;分岔,分支
v. 分岔;走岔路中的一条;叉运,叉掘;叉起(食物);(棋)用一个棋同时进攻两个棋(fork 的现在分词)
dinner fork餐叉
knife and fork刀叉
code forking可避免源代码发展分歧
shifting fork变速叉,换挡拨叉;齿轮换档叉
fork truck[机] 叉车;叉式运货车
leaf forking叶片分叉
tuning fork[声] 音叉
salad fork生菜叉;糕点叉
forking out支付;放弃
Dynamic Forking动态分叉
fish fork鱼叉;吃鱼用叉
fork lift铲车,叉车;叉式装卸车;万能装卸车
forking thrust叉刺
front fork前叉
forking bed分叉巖层
fork in the road岔路,三岔路口
fork and spoon叉子与勺子
forking larkspur琉璃飞燕草
forking g分支
fork out支付;放弃
fork lifter叉车;叉式升降机
dual forking双重分支处理
However, even HTTP users can see the growing need for this type of function, since portlets began essentially forking HTTP requests.
不过,甚至HTTP用户都看到了对这种功能的需求的增长,因为Portlet已开始对HTTP请求进行实际分叉操作了。
You can experience forking right from the comfort of your private command line.
您可以在自己的命令行,很方便地体验分叉操作。
One of the big assumptions brought into this debate is that forking is a bad thing.
这场讨论的一个重大假设是,自立门户是一件坏事。
The right is guaranteed because forking is sometimes necessary, and rights are meaningless if they are not exercised.
因为自己搞自己的,有时候还是有必要的,所以这种权利必须被保证。没有实践机会的权利是毫无意义的。
The standard library subprocess module in particular can be much simpler to deal with if you only require forking many processes and listening for a response.
特别是,当您仅需要创建许多子进程并对响应进行侦听时,那么标準库子进程模块可能使用起来更加容易。
One defense — I「m sure I」ll receive comments in this regard — is that this comment is referring to forking of the kernel rather than a multiplicity of distributions.
我要做一个辩护——在这一点上我会接受这篇评论,就是这篇评论与其说是众多发行版更胜于用在Linux内核的分支上。
Instead of forking out for a meal at a restaurant, pack a picnic and head down to a romantic spot, like a park or even your own garden, for an intimate dinner for two.
你们可以去个浪漫的地方,比如公园,甚至是你自家的花园亦可,就只你们两个,来次浪漫的,亲密的野餐。
The days of cheap credit are over, and private equity firms will have to start forking over more of their own money when they do deals, analysts say.
低信贷利率的时代已经过去,私募企业也应该开始拿出更多自己的钱来做生意了。 这对他们意味着贷款成本的上升以及利润的减少。
While we agree with his point, the word 「forking」 is problematic if only because there is nothing wrong with forking code. In fact, it「s the norm in the open source world.
虽然我们基本上同意他的观点,但是这个「分支」这个词是有问题的,因为分支代码没有任何错误,事实上这是开源世界中的规范(你在使用Git或者是Mercurial吗?)
For example, not all platforms used to implement Ruby support forking a process. So the specs have guards for which implementations provide that feature.
例如,并非所有实现Ruby的平台都支持fork进程,哪些实现提供了该特性,RubySpec会提供相应的保障。
They could get involved by just submitting patches through the GitHub system of forking and pushing.
他们可以通过GitHub的分叉和推动系统提交补丁以加入这个项目。
Out of pressing need, the mother complies but the donator disappeared without forking up.
迫于所需的母亲照办了,但是捐赠者却食言消失了。
Pessimists counsel that, given election-riggers」 growing sophistication and reluctance to accept defeat, it is not worth forking out precious aid money to support democracy and elections in Africa.
悲观主义者的建议是,考虑到操纵选举手法的日益老练,领导人不愿意承认失败的事实,为非洲的民主和选举投入宝贵的援助资金根本就不值得。
As I already mentioned, the ProcessBuilder class is a bit more than just forking off a process and getting the results.
如前所述,processbuilder类不仅能生成新的进程,而且还能获得其结果。
James reiterated that forking can be a good thing, but only if the results are merged back.
詹姆斯重申了自立门户可以变成一件好事,只要开发成果能够回归。
Even people who were determined not to pay often ended up forking over the money when a little boy was staring up at them, which was why Tengo’s father saved his most difficult routes for Sunday.
试想,即使你不想交钱,但是当一个孩子盯着你看的时候,那就不得不交,这就是为什么父亲把最难搞定的事留在星期天的原因。
And no matter what you have done, forking your life over as collateral is not a smart move.
不管你做了什么,拿人生来偿债都不是明智之举。
「It「s rumoured that there are multiple experiments going on with countries forking the Internet, various countries have discussed this,」 he said.
「有谣传称要分离因特网的国家进行了多次试验,而且不同的国家已经谈论了这一点。」他表示。
Android started by forking the kernel and writing its own user space mostly from scratch, and the community has duly condemned these moves.
Android一开始就自己单搞了一套内核,然后另起炉灶开发了自己的用户空间代码。内核社区适时地谴责了这种做法。
They are more open to life」s forking paths, so they see possibilities others miss.
他们有着更开放的视角去看待生活的不同路径,因此他们能够发现其他人错失的机遇。
There are architectures that work around this such as forking a pool of processes each running an instance of Node.js. It is up to you as the developer to implement it.
有些架构可以解决这类问题,比如将一个池中的进程分流到每个Node.js实例上运行,但需要由开发人员去实现它。
diverge使偏离;使分叉
divide分歧,差异;分水岭;界限
part断裂;分手
separate分开的;单独的;不同的;各自的;不受影响的
spread传播,散布;展开;伸展;铺开
converge聚集;靠拢;收敛
join参加;结合;连接