英文字典中文字典


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







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

peril    音标拼音: [p'ɛrəl]
n. 危险,冒险
vt. 置…于险境,冒险

危险,冒险置…于险境,冒险

peril
n 1: a source of danger; a possibility of incurring loss or
misfortune; "drinking alcohol is a health hazard" [synonym:
{hazard}, {jeopardy}, {peril}, {risk}, {endangerment}]
2: a state of danger involving risk [synonym: {riskiness}, {peril}]
3: a venture undertaken without regard to possible loss or
injury; "he saw the rewards but not the risks of crime";
"there was a danger he would do the wrong thing" [synonym:
{risk}, {peril}, {danger}]
v 1: pose a threat to; present a danger to; "The pollution is
endangering the crops" [synonym: {endanger}, {jeopardize},
{jeopardise}, {menace}, {threaten}, {imperil}, {peril}]
2: put in a dangerous, disadvantageous, or difficult position
[synonym: {queer}, {expose}, {scupper}, {endanger}, {peril}]

Peril \Per"il\, v. t. [imp. & p. p. {Periled}or {Perilled}; p.
pr. & vb. n. {Periling} or {Perilling}.]
To expose to danger; to hazard; to risk; as, to peril one's
life.
[1913 Webster]


Peril \Per"il\, n. [F. p['e]ril, fr. L. periculum, periclum,
akin to peritus experienced, skilled, and E. fare. See
{Fare}, and cf. {Experience}.]
Danger; risk; hazard; jeopardy; exposure of person or
property to injury, loss, or destruction.
[1913 Webster]

In perils of waters, in perils of robbers. --2 Cor. xi.
26.
[1913 Webster]

Adventure hard
With peril great achieved. --Milton.
[1913 Webster]

{At one's peril}, or {On one's peril}, with risk or danger to
one; at the hazard of. "On thy soul's peril." --Shak.
[1913 Webster]

Syn: Hazard; risk; jeopardy. See {Danger}.
[1913 Webster]


Peril \Per"il\, v. i.
To be in danger. [Obs.] --Milton.
[1913 Webster]

75 Moby Thesaurus words for "peril":
breakers ahead, cardhouse, cause for alarm, compromise, crisis,
danger, dangerous ground, desultoriness, emergency,
encounter danger, endanger, endangerment, expose, exposure, gamble,
gamble with, gaping chasm, gathering clouds, hazard,
house of cards, imperil, imperilment, incur danger, infirmity,
insecurity, insolidity, instability, insubstantiality, jeopard,
jeopardize, jeopardy, lay open, liability, menace, openness, pass,
perilousness, pinch, plight, precariousness, predicament,
put in danger, put in jeopardy, quicksand, risk, riskiness,
rocks ahead, shakiness, shiftiness, shiftingness, slipperiness,
speculativeness, storm clouds, strait, subjection, susceptibility,
thin ice, threat, ticklishness, treacherousness, treachery,
unauthenticity, unauthoritativeness, uncertainty, undependability,
unfaithworthiness, unreliability, unsolidity, unsoundness,
unsteadfastness, unsteadiness, unsubstantiality, unsureness,
untrustworthiness, vulnerability


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





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


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

































































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


  • cert-manager
    cert-manager is a powerful and extensible X 509 certificate controller for Kubernetes and OpenShift workloads It will obtain certificates from a variety of Issuers, both popular public Issuers as well as private Issuers, and ensure the certificates are valid and up-to-date, and will attempt to renew certificates at a configured time before expiry
  • cert-manager - cert-manager Documentation
    cert-manager can obtain certificates from a variety of certificate authorities, including: Let's Encrypt, HashiCorp Vault, CyberArk Certificate Manager and private PKI With cert-manager's Certificate resource, the private key and certificate are stored in a Kubernetes Secret which is mounted by an application Pod or used by an Ingress controller
  • Certificate resource - cert-manager Documentation
    In cert-manager, the Certificate resource represents a human readable definition of a certificate request cert-manager uses this input to generate a private key and CertificateRequest resource in order to obtain a signed certificate from an Issuer or ClusterIssuer
  • Installation - cert-manager Documentation
    Continuous deployment If you know how to configure your cert-manager setup and want to automate this, you can use the cert-manager Helm chart directly with tools like Flux, ArgoCD and Anthos Or you can output YAML using helm template to generate customized cert-manager installation manifests, which can be piped into your preferred deployment tool
  • ACME - cert-manager Documentation
    With the correct permissions, cert-manager will automatically present this TXT record for your given DNS provider Configuration Creating a Basic ACME Issuer All ACME Issuers follow a similar configuration structure - a clients email, a server URL, a privateKeySecretRef, and one or more solvers Below is an example of a simple ACME issuer:
  • Helm - cert-manager Documentation
    Installing cert-manager as subchart If you have configured cert-manager as a subchart all the components of cert-manager will be installed into the namespace of the helm release you are installing There may be a situation where you want to specify the namespace to install cert-manager different to the umbrella chart's namespace This is a known issue with helm and subcharts, that you can't
  • Issuer Configuration - cert-manager Documentation
    Issuer Configuration The first thing you'll need to configure after you've installed cert-manager is an Issuer or a ClusterIssuer These are resources that represent certificate authorities (CAs) able to sign certificates in response to certificate signing requests This section documents how the different issuer types can be configured
  • Upgrading cert-manager - cert-manager Documentation
    Upgrading cert-manager In the releases section of the documentation, you can find the release notes and upgrade instructions for each release of cert-manager It also contains information on the breaking changes between each release and things to look out for when upgrading
  • CertificateRequest resource - cert-manager Documentation
    CertificateRequest resource apiVersion: cert-manager io v1 kind: CertificateRequest The CertificateRequest is a namespaced resource in cert-manager that is used to request X 509 certificates from an Issuer The resource contains a base64 encoded string of a PEM encoded certificate request which is sent to the referenced issuer
  • Annotated Gateway resource - cert-manager Documentation
    🚧 cert-manager 1 14+ is tested with v1 Kubernetes Gateway API It should also work with v1beta1 and v1alpha2 because of resource conversion, but has not been tested with it





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