英文字典中文字典


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







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

disinclination    音标拼音: [dɪsɪnklən'eʃən]
n. 不起劲,不感兴趣,厌恶

不起劲,不感兴趣,厌恶

disinclination
n 1: that toward which you are inclined to feel dislike; "his
disinclination for modesty is well known" [ant:
{inclination}]
2: a certain degree of unwillingness; "a reluctance to commit
himself"; "his hesitancy revealed his basic indisposition";
"after some hesitation he agreed" [synonym: {reluctance},
{hesitancy}, {hesitation}, {disinclination}, {indisposition}]

Disinclination \Dis*in`cli*na"tion\, n.
The state of being disinclined; want of propensity, desire,
or affection; slight aversion or dislike; indisposition.
[1913 Webster]

Disappointment gave him a disinclination to the fair
sex. --Arbuthnot.
[1913 Webster]

Having a disinclination to books or business.
--Guardian.

Syn: Unwillingness; disaffection; alienation; dislike;
indisposition; distaste; aversion; repugnance.
[1913 Webster]


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





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


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

































































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


  • Converting an integer to a string in PHP - Stack Overflow
    There are a number of ways to "convert" an integer to a string in PHP The traditional computer science way would be to cast the variable as a string: $int = 5; $int_as_string = (string) $int; echo $int ' is a ' gettype($int) "\n"; echo $int_as_string ' is a ' gettype($int_as_string) "\n";
  • How to convert an Integer Into a String in PHP - GeeksforGeeks
    Concatenating an integer with an empty string in PHP converts the integer to a string This approach leverages the automatic type conversion in PHP, making it simple and intuitive For example, `$string = $integer "";` effectively turns `$integer` into a string
  • Cómo convertir un entero en una cadena en PHP | Delft Stack
    Usando la función strval() para convertir un entero en una cadena en PHP La función strval() es una función incorporada en PHP para convertir cualquier tipo de variable en una string La variable se pasa como un parámetro
  • php - Pasar variable int a string - Stack Overflow en español
    Con laravel no necesito escribir el tipico insert into, sino que llamo a la tabla y sus campos con la varibles Si lo que necesitas es agregar ceros a la izquierda puede usar la función str_pad (): $input = 88; echo str_pad($input, 3, "0", STR_PAD_LEFT); produce "088" echo str_pad($input, 3, "0", STR_PAD_RIGHT); produce "880"
  • Converting an integer to a string in PHP - Sentry
    How do I convert an integer to a string in PHP? You can convert an integer to a string by concatenating it to a string In this example, we concatenate the $myInteger to an empty string: Output:
  • php - How can I convert an integer to string? - Stack Overflow
    PHP is dynamically typed, so your var is both a string and an integer However, you can do type casting like so $intval = (int) $string; $string = (string) $intval; or simply by saying $string = "$intval"; But it shouldn't matter, because the string you make will still work as an integer





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