英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

mortmain    
n. 永久保管

永久保管

mortmain
n 1: real property held inalienably (as by an ecclesiastical
corporation) [synonym: {mortmain}, {dead hand}]
2: the oppressive influence of past events or decisions [synonym:
{dead hand}, {dead hand of the past}, {mortmain}]

Mortification \Mor`ti*fi*ca"tion\, n. [F., fr. L. mortificatio a
killing. See {Mortify}.]
1. The act of mortifying, or the condition of being
mortified; especially:
(a) (Med.) The death of one part of an animal body, while
the rest continues to live; loss of vitality in some
part of a living animal; gangrene. --Dunglison.
(b) (Alchem. & Old Chem.) Destruction of active qualities;
neutralization. [Obs.] --Bacon.
(c) Subjection of the passions and appetites, by penance,
abstinence, or painful severities inflicted on the
body.
[1913 Webster]

The mortification of our lusts has something in
it that is troublesome, yet nothing that is
unreasonable. --Tillotson.
[1913 Webster]

2. Deep humiliation or shame, from a loss of pride; painful
embarassment, usually arising from exposure of a mistake;
chagrin; vexation.
[1913 Webster PJC]

3. That which mortifies; the cause of humiliation, chagrin,
or vexation.
[1913 Webster]

It is one of the vexatious mortifications of a
studious man to have his thoughts discovered by a
tedious visit. --L'Estrange.
[1913 Webster]

4. (Scots Law) A gift to some charitable or religious
institution; -- nearly synonymous with {mortmain}.
[1913 Webster]

Syn: Chagrin; vexation; shame. See {Chagrin}.
[1913 Webster]


Mortmain \Mort"main`\, n. [F. mort, morte, dead main hand; F.
main-morte. See {Mortal}, and {Manual}.] (Law)
Possession of lands or tenements in, or conveyance to, dead
hands, or hands that cannot alienate.
[1913 Webster]

Note: The term was originally applied to conveyance of land
made to ecclesiastical bodies; afterward to conveyance
made to any corporate body. --Burrill.
[1913 Webster]


请选择你想看的字典辞典:
单词字典翻译
Mortmain查看 Mortmain 在百度字典中的解释百度英翻中〔查看〕
Mortmain查看 Mortmain 在Google字典中的解释Google英翻中〔查看〕
Mortmain查看 Mortmain 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What exactly does the . join () method do? - Stack Overflow
    I'm pretty new to Python and am completely confused by join() which I have read is the preferred method for concatenating strings I tried: strid = repr(595) print array array('c', random sample(
  • Whats the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN and . . .
    An SQL JOIN clause is used to combine rows from two or more tables, based on a common field between them There are different types of joins available in SQL: INNER JOIN: returns rows when there is a match in both tables LEFT JOIN: returns all rows from the left table, even if there are no matches in the right table
  • What is the difference between JOIN and INNER JOIN?
    INNER JOIN = JOIN INNER JOIN is the default if you don't specify the type when you use the word JOIN You can also use LEFT OUTER JOIN or RIGHT OUTER JOIN, in which case the word OUTER is optional, or you can specify CROSS JOIN
  • sql - Update statement with inner join on Oracle - Stack Overflow
    UPDATE (SELECT table1 value as OLD, table2 CODE as NEW FROM table1 INNER JOIN table2 ON table1 value = table2 DESC WHERE table1 UPDATETYPE='blah' ) t SET t OLD = t NEW It depends if the inline view is considered updateable by Oracle ( To be updatable for the second statement depends on some rules listed here)
  • sql - How to Join to first row - Stack Overflow
    My first naive attempt was to only join to the "TOP 1" line items: SELECT Orders OrderNumber, LineItems Quantity, LineItems Description FROM Orders INNER JOIN ( SELECT TOP 1 LineItems Quantity, LineItems Description FROM LineItems WHERE LineItems OrderID = Orders OrderID) LineItems2 ON 1=1 But that gives the error:
  • What is the difference between join and merge in Pandas?
    That can be overridden by specifying df1 join(df2, on=key_or_keys) or df1 merge(df2, left_index=True) left vs inner join: df1 join(df2) does a left join by default (keeps all rows of df1), but df merge does an inner join by default (returns only matching rows of df1 and df2) So, the generic approach is to use pandas merge(df1, df2) or df1
  • How to do an update + join in PostgreSQL? - Stack Overflow
    Postgres wants a ON clause after the JOIN so you cannot only use where clauses This means that basically, the following queries are not valid: UPDATE join_a_b SET count = 10 FROM a JOIN b on b id = join_a_b b_id -- Not valid since join_a_b is used here WHERE a id = join_a_b a_id AND a name = 'A' AND b name = 'B'
  • sql - Oracle (+) Operator - Stack Overflow
    FROM a INNER JOIN b ON a id=b id Or simply: SELECT a id, b id, a col_2, b col_2, FROM a JOIN b ON a id=b id It will only return all data where both 'a' 'b' tables 'id' value is same, means common part If you want to make your query a Right Join This is just the same as a LEFT JOIN, but switches which table is optional Old Oracle syntax:
  • How can I delete using INNER JOIN with SQL Server?
    BEGIN TRANSACTION; -- create temporary table create table #deletedRecords (employeeId int); -- INSERT INTO #deletedRecords SELECT e EmployeeNo FROM WorkRecord2 w INNER JOIN Employee e ON e EmployeeNo = w EmployeeRun AND w Company = 1 AND w date = '2013-05-06'; -- delete from WorkRecord2 DELETE w FROM WorkRecord2 w INNER JOIN #deletedRecords d
  • Why do multiple-table joins produce duplicate rows?
    Now, if I JOIN A JOIN B with C, why do I end up with duplicate rows? I have run into this problem on several occasions and I do not understand it It seems like it should produce the same result as JOINing A and B since it has the same number of rows but, instead, duplicates are produced Queries that produce results like this are of the format





中文字典-英文字典  2005-2009