英文字典中文字典


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







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

holmium    音标拼音: [h'olmiəm]
n. 钬



holmium
n 1: a trivalent metallic element of the rare earth group;
occurs together with yttrium; forms highly magnetic
compounds [synonym: {holmium}, {Ho}, {atomic number 67}]

Holmium \Hol"mi*um\, n. [NL., from Stockholm.] (Chem.)
A rare element of atomic number 67 said to be contained in
gadolinite. Chemical symbol Ho. Atomic weight 164.93. Valence
3. It was detected by spectral absorption bands in 1878 by
the Delafontaine and Soret, who called it "Element X". Later
the Swedish chemist Cleve independently discovered it in
erbia, and named it after his native city Stockholm. The
first preparation of pure Holmia, the yellow oxide, was not
made until 1911. --HCP61 -- {Hol"mic}, a.
[1913 Webster PJC]

holmium
Symbol: Ho
Atomic number: 67
Atomic weight: 167.26
Relatively soft and malleable silvery-white metallic element, which is
stable
in dry air at room temperature. It oxidizes in moist air and at high
temperatures. It belongs to the lanthanoids. A rare-earth metal, it is
found
in the minerals monazite and gadolinite. It possesses unusual magnetic
properties. One natural isotope, Ho-165 exists, six radioisotopes exist,
the
most stable being Ho-163 with a half-life of 4570 years. Holmium is used
in
some metal alloys, it is also said to stimulate the metabolism.
Discovered by
Per Theodor Cleve and J.L. Soret in Switzerland in 1879. The name homium
comes
from the Greek word Holmia which means Sweden. While all holmium
compounds
should be considered highly toxic, initial evidence seems to indicate
that
they do not pose much danger. The metal's dust however, is a fire
hazard.


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





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


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

































































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


  • Tauri 2. 0. 0-rc 使用open命令打开文件_tauri 打开文件夹 . . .
    本文介绍了在Tauri2项目中打开文件夹的三种方法:1)使用shell命令根据不同操作系统调用对应命令(macOS的open、Windows的explorer、Linux的xdg-open);2)使用Tauri提供的更安全的dialog API;3)使用平台特定API实现更精细控制。
  • tauri2项目打开某个文件夹,类似于mac系统中的 open
    在 Tauri 2 项目中,你可以使用以下几种方法来打开文件夹,类似于 macOS 中的 open 命令功能: #[tauri::command] async fn open_folder (path: String) -> Result <(), String> { #[cfg(target_os = "macos")] let command = "open"; #[cfg(target_os = "windows")] let command = "explorer"; #[cfg(target_os = "linux")] let command = "xdg-open"; std::process::Command:: new (command)
  • @tauri-apps plugin-opener | Tauri - Tauri 框架
    在配置对象上,open: true 表示 open API 可以与任何 URL 一起使用,因为参数已使用 ^((mailto:\w+)|(tel:\w+)|(https?: \w+)) + 正则表达式进行验证。 您可以通过将布尔值更改为字符串来更改该正则表达式,例如 open: ^https: github com 。
  • tauri2项目使用Opener来实现实现打开默认url或文件文件夹等 . . .
    摘要:该项目是基于Tauri框架构建的跨平台桌面应用,主要依赖open库实现文件和URL打开功能,并通过tauri::command封装为JS可调用的API。 其他核心依赖包括:serde处理数据序列化、serde_json解析JSON、thiserror自定义错误处理、glob文件匹配。
  • 基于Tauri2+Vue3搭建桌面端程序|tauri2+vite5多窗口|消息提醒 . . .
    tauri2 0相较于1 0版本api有了比较多的更改,而且tauri2支持创建android ios应用。至于具体的api变更,大家可以去官网查阅文档资料。 https: v2 tauri app start migrate from-tauri-1 Tauri2 0-DeepSeek电脑端Ai对话|tauri2+vite6+deepseek流式ai聊天系统
  • Tauri对话框实现 - tauri - Study with GPT
    Tauri 提供了一个对话框插件,允许开发者使用 JavaScript 和 Rust 实现原生系统对话框。 这些对话框可以用于文件操作和消息传递,支持多平台(如 Windows、macOS 和 Linux),为用户提供一致的体验。 要在 Tauri 项目中使用对话框插件,首先需要安装该插件。 以下是如何进行安装的步骤: 对话框插件可以在 JavaScript 和 Rust 中使用。 以下是如何使用它们的详细说明。 1 在 JavaScript 中使用对话框 JavaScript 提供了多种类型的对话框,开发者可以根据需要选择适合的类型。
  • Opener | Tauri - Tauri 框架
    此插件允许你在指定的或默认的应用程序中打开文件和 URL。 它还支持在系统的文件资源管理器中“显示”文件。 支持的平台
  • 【Tauri2】024——plugin(二)——opener - CSDN博客
    首先调用new方法,初始化,把插件的名字传进去——opener 然后使用setup函数,处理在移动端的插件,注册Opener状态。 接着注册通信函数 再接着初始化一个js文件 最后Builder结构体的build方法 大体上可以认为,注册了一个State,注册了三个通信函数,初始
  • 指南-Tauri中文网
    无论您是 Tauri 开发新手,还是想要将 Tauri 集成到现有项目中,或准备将您的应用程序交付给用户,亦或是想要学习如何使用常见的 Tauri 功能,我们都能为您提供帮助。





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