Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML language:Java

Filter by

61.6M results  (847 ms)

61.6M results

SECTION Client registration - Client Details ISSUE The registration form lacks fields to capture the treatment supporter s relationship to the client, resulting in incomplete client support information ...
NCD

JavaScript Object.hasOwn() 方法 Object.hasOwn() 是 ES2022 引入的静态方法,用于判断指定对象是否拥有指定的自有属性(非继承属性)。 基本用法 const obj = { name: Alice , age: 30 }; console.log(Object.hasOwn(obj, name )); // true console.log(Object.hasOwn(obj, ...
javascript
question

问题描述 数据预处理页当前「缺失值摘要和处理方式」区域只提供一个全局的缺失值处理方式下拉框,无法针对每一列分别选择处理方式。 需要支持按列配置缺失值处理方式,并给出系统建议的默认处理方式。 复现位置 1. 打开 FedPrivTab 页面 2. 进入「数据预处理页」 3. 上传包含缺失值的 CSV 数据 4. 查看「3. 缺失值摘要和处理方式」模块 5. 当前表格只展示 column、missing、missing_rate,下方只有一个全局「缺失值处理方式」选择框 ...

CSS currentColor 关键字 CSS currentColor 是 CSS 中的一个颜色关键字,表示从元素的 color 属性继承的颜色值。 基本概念 currentColor 本质上等价于当前元素的 color 属性值: .element { color: red; border: 1px solid currentColor; /* 边框颜色 = red */ ...
css
question

CSS backface-visibility 属性 backface-visibility 属性用于控制 3D 空间中元素的背面是否可见。 基本语法 .card { backface-visibility: visible; /* 默认值 - 背面可见 */ backface-visibility: hidden; /* 背面不可见 */ } 核心应用:卡片翻转效果 ...
css
question

Description Second Phase 3 ETL source, following the #9 IV pattern (etl/sources/iv.py). Ingest the two published CBOE commodity volatility indices as their own rows in iv_metrics: - GVZ — CBOE Gold ...
enhancement

CSS shape-outside 属性 CSS shape-outside 属性用于控制浮动元素周围的文字如何环绕,允许文字沿着非矩形的形状排列。 基本概念 传统的 CSS 浮动只能让文字环绕矩形框,而 shape-outside 允许定义任意形状,使文字沿着该形状环绕。 .float-element { float: left; shape-outside: circle(50%); ...
css
question

CSS calc() 函数 calc() 是 CSS 的一个 CSS 函数,允许在声明 CSS 属性值时执行简单的算术运算。 基本语法 /* 加法 */ .element { width: calc(100% - 80px); } /* 减法 */ .element { height: calc(100vh - 60px); } /* 乘法 - 至少一个操作数是数值 */ .element ...
css
question

The following ISO-19139 record: gmd:identificationInfo gmd:MD_DataIdentification gmd:pointOfContact gmd:CI_ResponsibleParty gmd:individualName gco:CharacterString ...

CSS 文本换行控制 CSS 中控制文本换行的三个核心属性:word-break、overflow-wrap 和 line-break。 1. overflow-wrap(原名 word-wrap) 控制是否允许在单词内断行。 | 取值 | 说明 | | --- | --- | | normal | 默认值。仅在正常的断字点换行 | | anywhere | 无断字点时在任何字符间断行 | ...
css
question
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.