gist 音标拼音: [dʒ'ɪst]
n . 要点,要旨,依据
要点,要旨,依据
gist n 1 :
the central meaning or theme of a speech or literary work [
synonym : {
effect }, {
essence }, {
burden }, {
core }, {
gist }]
2 :
the choicest or most essential or most vital part of some idea or experience ; "
the gist of the prosecutor '
s argument ";
"
the heart and soul of the Republican Party "; "
the nub of the story " [
synonym : {
kernel }, {
substance }, {
core }, {
center },
{
centre }, {
essence }, {
gist }, {
heart }, {
heart and soul },
{
inwardness }, {
marrow }, {
meat }, {
nub }, {
pith }, {
sum }, {
nitty -
gritty }]
Gist \
Gist \ (
j [
i ^]
st ),
n . [
OF .
giste abode ,
lodgings ,
F .
g [^
i ]
te ,
fr .
g ['
e ]
sir to lie ,
L .
jac [=
e ]
re ,
prop .,
to be thrown ,
hence ,
to lie ,
fr .
jac [
e ^]
re to throw .
In the second sense fr .
OF .
gist ,
F .
g [^
i ]
t ,
3d pers .
sing .
ind .
of g ['
e ]
sir to lie ,
used in a proverb ,
F .,
c '
est l [`
a ]
que g [^
i ]
t le li [`
e ]
vre ,
it is there that the hare lies ,
i .
e .,
that is the point ,
the difficulty .
See {
Jet }
a shooting forth ,
and cf . {
Agist }, {
Joist },
n ., {
Gest }
a stage in traveling .]
1 .
A resting place . [
Obs .]
[
1913 Webster ]
These quails have their set gists ;
to wit ,
ordinary resting and baiting places . --
Holland .
[
1913 Webster ]
2 .
The main point ,
as of a question ;
the point on which an action rests ;
the pith of a matter ;
as ,
the gist of a question .
[
1913 Webster ]
160 Moby Thesaurus words for "
gist ":
affective meaning ,
axiom ,
basis ,
bearing ,
bench mark ,
best part ,
better part ,
body ,
bulk ,
burden ,
cardinal point ,
case ,
center ,
chapter ,
chief thing ,
climax ,
coloring ,
concern ,
connotation ,
consequence ,
core ,
cornerstone ,
crisis ,
critical point ,
crux ,
denotation ,
direction ,
distillate ,
distillation ,
drift ,
effect ,
elixir ,
essence ,
essential ,
essential matter ,
extension ,
fabric ,
flower ,
focus ,
focus of attention ,
focus of interest ,
force ,
fundamental ,
generality ,
grammatical meaning ,
gravamen ,
great point ,
head ,
heading ,
heart ,
high point ,
hypostasis ,
idea ,
impact ,
implication ,
import ,
important thing ,
inner essence ,
intension ,
issue ,
kernel ,
keystone ,
landmark ,
lexical meaning ,
literal meaning ,
living issue ,
main body ,
main idea ,
main point ,
main thing ,
major part ,
majority ,
marrow ,
mass ,
material ,
material point ,
matter ,
matter in hand ,
meaning ,
meat ,
medium ,
milestone ,
most ,
motif ,
motive ,
nub ,
nucleus ,
nuts and bolts ,
overtone ,
pertinence ,
pith ,
pivot ,
plurality ,
point ,
point at issue ,
point in question ,
postulate ,
practical consequence ,
principle ,
problem ,
purport ,
question ,
quid ,
quiddity ,
quintessence ,
range of meaning ,
real issue ,
real meaning ,
recap ,
recapitulation ,
reference ,
referent ,
relation ,
relevance ,
resume ,
rubric ,
run -
through ,
rundown ,
salient point ,
sap ,
scope ,
semantic cluster ,
semantic field ,
sense ,
short ,
significance ,
signification ,
significatum ,
signifie ,
sine qua non ,
soul ,
span of meaning ,
spirit ,
structural meaning ,
stuff ,
subject ,
subject matter ,
subject of thought ,
substance ,
substantive point ,
sum ,
sum and substance ,
summary ,
summation ,
symbolic meaning ,
tenor ,
text ,
the bottom line ,
the nitty -
gritty ,
the point ,
theme ,
thrust ,
topic ,
totality of associations ,
transferred meaning ,
turning point ,
unadorned meaning ,
undertone ,
upshot ,
value GIST ,
pleading .
Gist of the action is the essential ground or object of it ,
in point of law ,
and without which there is no cause of action .
Gould on Pl .
c .
4 ,
Sec .
12 .
But it is observable that the substance or gist of the action is not always the principal cause of the plaintiff Is complaint in point of fact ,
nor that on which he recovers all or the greatest part of his damages .
2 .
It frequently happens that upon that part of his declaration which contains the substance or gist of the ,
action ,
he only recovers nominal damages ,
and he gets his principal satisfaction on account of matter altogether collateral thereto .
A familiar instance of this is the case where a father sues the defendant for a trespass for the seduction of his daughter .
The gist of the action is the trespass ,
and the loss of his daughter '
s services ,
but the collateral cause is the injury done to his feelings ,
for which the principal damages are given .
In stating the substance or gist of the action ,
every thing must be averred which is necessary to be proved at the trial .
Vide 1 Vin .
Ab .
598 ;
2 Phil .
Ev .
1 ,
note .
See Bac .
Abr .
Pleas ,
B ;
Doct .
P .
85 .
See Damages ,
special ,
in pleading ;
1 Vin .
At .
598 ;
2 Phil .
Ev .
1 ,
n .
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
What is the difference between GitHub and gist? - Stack Overflow What is the purpose of gist and how is it different from regular code sharing maintaining using GitHub?
github - Gist Vs. Repository for Tutorial - Stack Overflow Gist is a simple way to share snippets and pastes with others Whereas Repo is simply a place where the history of your work is stored There is no good answer, it's personal preference I make mine a conceptual distinction If it's code designed to demonstrate a technique, teach a principle, or show off a solution it goes in a gist Doesn't matter if it's one file or 30 files If it's actual
How to convert files in GitHub repository to a Gist Gist is different than how GitHub works: Gist is a simple way to share snippets and pastes with others All gists are Git repositories, so they are automatically versioned, forkable and usable from Git However, if you try to push directories in Gists you will get errors from remote: $ git push Counting objects: 32, done Delta compression using up to 8 threads Compressing objects: 100% (21
git - Gist: How are images uploaded to a gist? - Stack Overflow Gist: How are images uploaded to a gist? Asked 12 years, 1 month ago Modified 1 year, 2 months ago Viewed 52k times
How to embed code from Github repository like what you can do with a gist? I would like to be able to embed code from files from my repository in my github pages I found this is working wonderful for gists but I do not find a way for a repository file Let's take an exa
How do you manage your gists on GitHub? - Stack Overflow 69 Now gist github com supports search So you can search your gist I use #hashtag in description, so I can search my gist by tags via user:myusername #tag For offline usage, I cloned all my gists And use find and grep to search them I also search them with gonzui (open source code search engine) I've written a shell script: gister sh
Github gist editing without changing URL - Stack Overflow Learn how to edit a GitHub gist without changing its URL on Stack Overflow
git - Managing and viewing branches in a GIST - Stack Overflow I created a gist and cloned it locally where I am happily managing it I also created a development branch and committed pushed it (mainly as an exercise to understand git) I can see and manage
github - How to create a gist on command line - Stack Overflow I am trying to create a gist from bash, and I have tried many versions scripts I could get, but none are working This seems like a correct one, but it does not work also curl -X POST -d '{"pub
database - data type character varying has no default operator class . . . ERROR: data type character varying has no default operator class for access method "gist" HINT: You must specify an operator class for the index or define a default operator class for the data type