PartProtection

PartProtection

是云表达式的一个选项,控制结构的哪些部分可以改变.

更多信息

  • PartProtection 的设置指定云表达式中列表和相关性的哪些部分可以受保护,而不被改变.
  • 可能的设置包括:
  • Automatic只能改变单个元素
    All表达式中的任何内容都无法改变
    None所有内容都可以改变
  • 当在云表达式的某一部分的改变不被 PartProtection 的设置允许时,返回 Failure 对象.
  • 设置 PartProtection->All 下,使用 DeleteCloudExpression 删除云表达式,并且使用 Put 也可以重设.

范例

基本范例  (2)

创建存储计分板的 CloudExpression

检查 PartProtection 是否设为 Automatic:

增加用户 "user2" 的尝试次数,这是 cloud 表达式的一个原子部分:

添加新用户:

获取最新数值:

尝试修改键值 "user1",其中的数值是一个关联:

禁用部分保护:

应用修改:

创建具有完全部分保护的新云表达式:

尝试添加数值:

把部分保护设置为 None,并且再次尝试:

接受更新数值:

Wolfram Research (2016),PartProtection,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PartProtection.html.

文本

Wolfram Research (2016),PartProtection,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PartProtection.html.

CMS

Wolfram 语言. 2016. "PartProtection." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/PartProtection.html.

APA

Wolfram 语言. (2016). PartProtection. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/PartProtection.html 年

BibTeX

@misc{reference.wolfram_2024_partprotection, author="Wolfram Research", title="{PartProtection}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/PartProtection.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_partprotection, organization={Wolfram Research}, title={PartProtection}, year={2016}, url={https://reference.wolfram.com/language/ref/PartProtection.html}, note=[Accessed: 18-November-2024 ]}