join oor Engels

join

Vertalings in die woordeboek Sjinees - Engels

annex,join , add to 合併

Rene Sini

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

Advanced filtering
劳工部还协调了部分由欧洲联盟资助的另外一个项目(JOIN;共同提倡在地方一级禁止歧视),其中最有关的目标是通过加强政府部门同面临歧视风险的群体之间的合作和对话来推动这些部门的工作。
The Ministry of Labour has also coordinated another project partly financed by the European Union (JOIN - Joint Promotion of Anti-discrimination at Local Level), the most relevant objective of which is to develop the work of authorities by strengthening the cooperation and dialogue between authorities and groups facing the risk of discrimination.UN-2 UN-2
从2002年以来一直在执行JOIN项目,其目的是要通过查明和防止歧视性的做法,推动地方一级各个有关部门之间的对话,同时提倡良好做法。
JOIN projects have been implemented since 2002, with the purpose of developing the dialogue between the relevant bodies at the local level as well as good practices by aiming at the identification and prevention of discriminatory practices.UN-2 UN-2
原则上, join可以在之前作业的 reduce 阶段进 行。
In principle, this join could have been placed in the reduce stage of the prior job.Literature Literature
JOIN项目已在2004年8月底完成,但是这个项目在罗姆人问题上的成果已经融入日常做法。
The JOIN project was completed at the end of August 2004 but its results have, in respect of the Roma issues, been integrated in every-day practices.UN-2 UN-2
关系数据库设计的第五范式 (5NF),也称投影-连接范式(project-join normal form,PJ/NF)是数据库规范化的一个级别,以去除多个关系之间的语义相关。
Fifth normal form (5NF), also known as project-join normal form (PJ/NF), is a level of database normalization designed to reduce redundancy in relational databases recording multi-valued facts by isolating semantically related multiple relationships.LASER-wikipedia2 LASER-wikipedia2
将您在第 1 步下载的证书、单点登录网址和实体 ID 提供给您在 Join.Me 的帐号代表。
Send the Certificate, SSO URL, and the Entity ID you downloaded in step 1 to your account representative at Join.Me.support.google support.google
若线程并未分离(detached,见 29.7 节) ,则必须使用 ptherad_join()来进行连接。
If a thread is not detached (see Section 29.7), then we must join with it using pthread_join().Literature Literature
在这种情况下,一 方的每 一个变化都与另 一 方 的最新状态相join
In this case, every change on one side is joined with the latest state of the other side.Literature Literature
SELECT e.ID, e.LastName, e.FirstName, pn.Number FROM Employee e LEFT OUTER JOIN PhoneNumber pn ON e.ID = pn.ID; 此查詢生成的結果集演示 SQL如何使用 Null作為右側(PhoneNumber)表中缺少的值的佔位符,如下所示。
SELECT e.ID, e.LastName, e.FirstName, pn.Number FROM Employee e LEFT OUTER JOIN PhoneNumber pn ON e.ID = pn.ID; The result set generated by this query demonstrates how SQL uses Null as a placeholder for values missing from the right-hand (PhoneNumber) table, as shown below.LASER-wikipedia2 LASER-wikipedia2
JPQL/标准增强-算子查询,通用数据库的功能,Join 联合查询,TREAT 选项。
JPQL/Criteria enhancements - arithmetic sub-queries, generic database functions, join ON clause, TREAT option.LASER-wikipedia2 LASER-wikipedia2
例如, 和g中的倾斜join方法首 先运行一个抽样作业来确定哪些属于热键 ( 39] 。
For example, the skewed join method in Pig first runs a sampling job to determine which keys are hot [39].Literature Literature
如果不给 join()方法传入任何值,或者给它传入 undefined,则使用逗号作为分隔 符。
If no value or undefined is passed into the join() method, then a comma is used as the separator.Literature Literature
如果不 能,那么应该试一下利用 STRAIGHT_JOIN 强制按特定次序使用表来完成一个连接。
If not, you might try using STRAIGHT_JOIN to force a join to be done using tables in a particular order.Literature Literature
該專輯在10月28日發行,並且在除了北美與英國的其他地區由Roadrunner Records發行,在英國方面專輯是由樂團自己的唱片公司Join Us發行。
It was also released via Roadrunner Records in the rest of the world, apart from the UK, where it was released through the band's own label, Join Us.WikiMatrix WikiMatrix
正如以前所看到 的那样,“那些未给出的值”这一类的问题是 LEFT JOIN 可能有用的一个线索。
"As we've seen before, the ""which values are not present"" type of problem is a clue that a LEFT JOIN may be helpful."Literature Literature
提示:如要避免未獲邀請的使用者在會議開始後要求存取權,請依序點選「透過連結加入」圖示 [Join with link] > [變更] > [僅限 <貴機構名稱> 中的人員和受邀者]。
Tip: You can prevent uninvited guests from requesting access after a meeting starts by clicking the join with link icon [Join with link] > Change > [Your organization] and people invited.support.google support.google
这样将使你得到一 个字符串列表,使用字符串方法 join() 便可重建字符串。
That will give you a list of characters, and you can use the string method join() to reconstruct a string from that.Literature Literature
同时还在JOIN项目的框架内推出了一个网页、一份网上杂志、一个提供培训的网络以及教育资料。
A website and an online magazine, a network of providers of training and educational materials have also been produced within the framework of the JOIN projectsMultiUn MultiUn
本章中,我们将主要精力 放在 SELECT 语句中最可能令人搞不清的方面,即连接( join)上。
In this chapter, we'll concentrate on the aspect of SELECT that is perhaps the most confusing - the join.Literature Literature
从 # 年以来一直在执行JOIN项目,其目的是要通过查明和防止歧视性的做法,推动地方一级各个有关部门之间的对话,同时提倡良好做法。
JOIN projects have been implemented since # with the purpose of developing the dialogue between the relevant bodies at the local level as well as good practices by aiming at the identification and prevention of discriminatory practicesMultiUn MultiUn
STRAIGHT_JOIN 与全连接类似,但各表按 FROM 子句中指定的次序进行连接。
A STRAIGHT_JOIN is like a full join but the tables are joined in the order named in the FROM clause.Literature Literature
有多种系统都支持该方法, 包括和g (称为repl icated join) , Hive (称为MapJoin) , Cascading和Crunch等。
This join method is supported by Pig (under the name “replicated join”), Hive (“MapJoin”), Cascading, and Crunch.Literature Literature
(4) 自然连接 (Natural Join) 给定两个关系,比较两个关系中的每对元组。
(4)Natural Join: Given two relations, compare each pair of tuples, one from each relation.Literature Literature
同时还在JOIN项目的框架内推出了一个网页、一份网上杂志、一个提供培训的网络以及教育资料。
A website and an online magazine, a network of providers of training and educational materials have also been produced within the framework of the JOIN projects.UN-2 UN-2
总之,这里的 join 方法将 list 中的元素连接成单个字符串,每个元素用一个分 号隔开。
The join method joins the elements of the list into a single string, with each element separated by a semi-colon.Literature Literature
139 sinne gevind in 5 ms. Hulle kom uit baie bronne en word nie nagegaan nie.