英文字典中文字典


英文字典中文字典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       







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

footing    音标拼音: [f'ʊtɪŋ]
n. 立足点,立场,关系

立足点,立场,关系

footing
合计 FTG

footing
注脚

footing
n 1: status with respect to the relations between people or
groups; "on good terms with her in-laws"; "on a friendly
footing" [synonym: {footing}, {terms}]
2: a relation that provides the foundation for something; "they
were on a friendly footing"; "he worked on an interim basis"
[synonym: {footing}, {basis}, {ground}]
3: a place providing support for the foot in standing or
climbing [synonym: {foothold}, {footing}]

Foot \Foot\ (f[oo^]t), v. i. [imp. & p. p. {Footed}; p. pr. &
vb. n. {Footing}.]
1. To tread to measure or music; to dance; to trip; to skip.
--Dryden.
[1913 Webster]

2. To walk; -- opposed to ride or fly. --Shak.
[1913 Webster]


Footing \Foot"ing\, n.
1. Ground for the foot; place for the foot to rest on; firm
foundation to stand on.
[1913 Webster]

In ascent, every step gained is a footing and help
to the next. --Holder.
[1913 Webster]

2. Standing; position; established place; basis for
operation; permanent settlement; foothold.
[1913 Webster]

As soon as he had obtained a footing at court, the
charms of his manner . . . made him a favorite.
--Macaulay.
[1913 Webster]

3. Relative condition; state.
[1913 Webster]

Lived on a footing of equality with nobles.
--Macaulay.
[1913 Webster]

4. Tread; step; especially, measured tread.
[1913 Webster]

Hark, I hear the footing of a man. --Shak.
[1913 Webster]

5. The act of adding up a column of figures; the amount or
sum total of such a column.
[1913 Webster]

6. The act of putting a foot to anything; also, that which is
added as a foot; as, the footing of a stocking.
[1913 Webster]

7. A narrow cotton lace, without figures.
[1913 Webster]

8. The finer refuse part of whale blubber, not wholly
deprived of oil. --Simmonds.
[1913 Webster]

9. (Arch. & Enging.) The thickened or sloping portion of a
wall, or of an embankment at its foot.
[1913 Webster]

{Footing course} (Arch.), one of the courses of masonry at
the foot of a wall, broader than the courses above.

{To pay one's footing}, to pay a fee on first doing anything,
as working at a trade or in a shop. --Wright.

{Footing beam}, the tie beam of a roof.
[1913 Webster]

219 Moby Thesaurus words for "footing":
Anschauung, account, adding, advantage, allowance, ambit, ambling,
ambulation, angle, angle of vision, assessment, backpacking,
bailiwick, balance, base, baseboard, basement, basis, bear hug,
bearing wall, bearings, bed, bedding, bedrock, bill, bite,
blackmail, blood money, bottom, calculation, calculus, capacity,
case, caste, casting, character, chassis, ciphering, circumstance,
clamp, clasp, class, clench, clinch, cling, clinging, clutch,
computation, condition, constituency, dado, death grip, distance,
echelon, embrace, emolument, estate, estimation, eye, fee,
firm hold, fix, floor, flooring, fond, foot, foothold, footing it,
footplate, footrail, footrest, footwork, foundation, frame,
frame of reference, framework, fundament, fundamental,
going on foot, grapple, grasp, grip, gripe, ground, grounds,
groundwork, hardpan, hierarchy, hiking, hitchhiking, hitching,
hold, hoofing, hug, hush money, infrastructure, initiation fee,
iron grip, jam, keel, legwork, level, light, location,
locus standi, lot, lumbering, marching, mental outlook, mileage,
modality, mode, mopboard, nadir, nip, orbit, order, outlook, pass,
pavement, pedestrianism, perambulation, perch, perspective, pickle,
place, plight, point of view, position, post, posture,
power structure, precedence, predicament, principle, purchase,
radical, rank, rate, rating, reckoning, reference system, regard,
respect, retainer, retaining fee, riprap, rock bottom, rudiment,
sauntering, scot, seat, seating, seizure, shoemold, side, sight,
sill, situation, slant, sole, solid ground, solid rock, sphere,
sphere of influence, spot, stability, stage, staggering,
stamping ground, stance, stand, standing, standing place,
standpoint, state, station, status, stereobate, stipend, strolling,
stylobate, substratum, substruction, substructure, system, terms,
terra firma, territory, thumbing, thumbing a ride, tight grip,
toddling, toe, toehold, totaling, toting, tottering, traction,
tramping, treading, tribute, trudging, turf, underbuilding,
undercarriage, undergirding, underpinning, understruction,
understructure, universe, vantage, venue, view, viewpoint,
waddling, wainscot, walking, warrant


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





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


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

































































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


  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • JSON: why are forward slashes escaped? - Stack Overflow
    JSON stems from Javascript (JavaScript Object Notation), it only makes sense that it was originally adapted for use in Javascript Unfortunately, as with all things related to Javascript, it has gained widespread use in all kinds of places
  • How to escape special characters in building a JSON string?
    356 A JSON string must be double-quoted, according to the specs, so you don't need to escape ' If you have to use special character in your JSON string, you can escape it using \ character See this list of special character used in JSON :
  • Is there any standard for JSON API response format?
    Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response
  • pretty-print JSON using JavaScript - Stack Overflow
    How can I display JSON in an easy-to-read (for human readers) format? I'm looking primarily for indentation and whitespace, with perhaps even colors font-styles etc
  • How to style a JSON block in Github Wiki? - Stack Overflow
    ```json Here goes your json object definition ``` Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • Whats the difference between tilde(~) and caret(^) in package. json?
    5605 After I upgraded to the latest stable node and npm, I tried npm install moment --save It saves the entry in the package json with the caret ^ prefix Previously, it was a tilde ~ prefix Why are these changes made in npm? What is the difference between tilde ~ and caret ^? What are the advantages over previous ones?
  • Representing null in JSON - Stack Overflow
    What is the preferred method for returning null values in JSON? Is there a different preference for primitives? For example, if my object on the server has an Integer called quot;myCount quot; wit
  • JSON Naming Convention (snake_case, camelCase or PascalCase)
    JSON-LD - camelCased Conclusions Choosing the right JSON naming convention for your JSON implementation depends on your technology stack There are cases where you can use snake_case, camelCase, or any other naming convention Another thing to consider is the weight to be put on the JSON-generator vs the JSON-parser and or the front-end JavaScript





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