英文字典中文字典


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







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

confiscation    音标拼音: [k,ɑnfəsk'eʃən]
n. 没收,充公,征发

没收,充公,征发

confiscation
n 1: seizure by the government [synonym: {confiscation},
{arrogation}]

Confiscation \Con`fis*ca"tion\, n. [L. confiscatio.]
The act or process of taking property or condemning it to be
taken, as forfeited to the public use.
[1913 Webster]

The confiscations following a subdued rebellion.
--Hallam.
[1913 Webster]

CONFISCATION. The act by which the estate, goods or chattels of a person
who has been guilty of some crime, or who is a public enemy, is declared to
be forfeited for the benefit of the public treasury. Domat, Droit Public,
liv. 1, tit. 6, s. 2, n. 1. When property is forfeited as a punishment for
the commission of crime, it is usually called a forfeiture. 1 Bl. Com. 299.
2. It is a general rule that the property of the subjects of an enemy
found in the country may be appropriated by the government, without notice,
unless there be a treaty to the contrary. 1 Gallis. R. 563; 8 Dall. R. 199;
N. Car. Cas. 79. It has been frequently provided by treaty that foreign
subjects should be permitted to remain and continue their business,
notwithstanding a rupture between the governments, so long as they conducted
themselves innocently and when there was no such treaty, such a liberal
permission has been announced in the very declaration of war. Vattel, liv.
3, c. 4, Sec. 63. Sir Michael Poster, (Discourses on High Treason, p. 185,
6, mentions several instances of such declarations by the king of Great
Britain; and he says that aliens were thereby enabled to acquire personal
chattels and to maintain actions for the recovery of their personal rights,
in as full a manner as alien friends. 1 Kent, Coin. 57.
3. In the United States, the broad principle has been assumed "that war
gives to the sovereign full right to take the persons and confiscate the
property of the enemy, wherever found. The mitigations of this rigid rule,
which the policy of modern times has introduced into practice, will more or
less affect the exercise of this right, but cannot impair the right itself."
8 Cranch, 122-3. Commercial nations have always considerable property in the
possession of their neighbors: and when war breaks out the question, what
shall be done with enemies property found in the country, is one rather of
policy than of law, and is properly addressed to the consideration of the
legislature, and not to courts of law. The strict right of confiscation
exists in congress; and without a legislative act authorizing the
confiscation of enemies' property, it cannot be condemned. 8 Cranch, 128,
129. See Chit. Law of Nations, c. 3; Marten's Law of Nat. lib. 8, c. 3, s.
9; Burlamaqui, Princ. of Pol. Law, part 4, c. 7; Vattel, liv. 3, c. 4, Sec.
63.
4. The claim of a right to confiscate debts, contracted by individuals
in time of peace, and which remain due to subjects of the enemy in time of
war, rests very much upon the same principles as that concerning the enemy's
tangible property, found in the country at the commencement of the war. But
it is the universal practice to forbear to seize and confiscate debts and
credits. 1 Kent, Com. 64, 5; vide 4 Cranch, R. 415 Charlt. 140; 2 Harr. &
John. 101, 112, 471 6 Cranch, R. 286; 7 Conn. R. 428: 2 Tayl. R. 115; 1 Day,
R. 4; Kirby, R. 228, 291 C. & N. 77, 492.


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





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


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

































































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


  • How to create a Save Load function on Scratch? - Stack Overflow
    I am trying to make a game on Scratch that will use a feature to generate a special code, and when that code is input into a certain area it will load the stats that were there when the code was generated
  • Cannot save project in Scratch - Stack Overflow
    My project no longer saves in Scratch 3 0 I tried refreshing and going to My Stuff but that did not help The project does not contain any large files, but there are large blocks of code To try t
  • How to create gravity in Scratch? - Stack Overflow
    For people looking to advance their skills in Scratch and add gravity and jumping to your 2D game Simple to use and easily optimizable This can work for platformers or other fun-skilled games
  • Why is my Scratch Cloud Variable not Updating? - Stack Overflow
    0 Cloud variables have limitations, for example, you cannot store letters and symbols in cloud variables Also cloud variables always would take an eternity to reload, like I tried in my scratch game It is better used for keeping track of a WR instead of an encrypted account variable Also fun fact: griffpatch's multiplayer games don't work
  • How to change the resolution of the stage in MIT Scratch
    Hey! Compiling scratch from source would be a lot of work, there are better ways for this I think there are two efficient ways to solve that problem: You can embed the project into a website, using the following snippet: Change the height and width of the snippet like you want This only works, when your project is published Replace [Project ID] with the id at the end of the URL when opening
  • scratch sprite not registering hit consistently - Stack Overflow
    This simple shooter game is supposed to result in the sprite shattering and disappearing when hit It will work maybe 40% of the time Here's the link to the project and the relevant code block: ht
  • Trouble using microphone in Scratch - Stack Overflow
    When I try to record a sound for my sprite in Scratch, nothing happens I click on the microphone to record a new sound, then click on the circle to start recording, click on "allow" when that warn
  • How to create a cloud variable in Scratch - Stack Overflow
    But when I create a variable (I've used scratch 2 and 3) I get But I would like to get is this: I just watch a youtube tutorial in which was told that for cloud to work you have to be a scratcher for at least 3 month (I have an account for 4 months now) So what do I have to do to get the cloud checkbox?
  • What is dockers scratch image? - Stack Overflow
    The scratch image is the most minimal image in Docker This is the base ancestor for all other images The scratch image is actually empty It doesn't contain any folders files The scratch image is mostly used for building other base images For instance, the debian image is built from scratch as such: FROM scratch ADD rootfs tar xz CMD ["bash"] The rootfs tar xz contains all the files
  • Attaching to a docker container with base image scratch?
    30 You need to add a shell to your empty base image (SCRATCH) in order to attach to it Right now, your image only include an executable, which is not enough As mentioned in issue 17896 FROM scratch literally is an empty, zero-byte image filesystem, where you add everything yourself





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