FindChannels

FindChannels[]

给出信道代理服务器在家庭区域的信道列表.

FindChannels[None]

给出你的未命名信道的列表.

FindChannels[All]

给出你拥有的所有信道的列表.

FindChannels[form]

给出家庭区域中名称与字符串模式 form 匹配的信道列表.

FindChannels["/abspath"]

给出名称与字符串模式 "/abspath" 匹配的信道列表.

FindChannels["mqtts://"]

给出名称与指定的表示 URL 的模式匹配的信道的列表.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (1)

在自己家所在的信道代理服务器上创建几个信道:

添加匿名信道:

从服务器中检索自己家所在区域的信道:

检索你的匿名信道:

你的所有信道:

删除信道:

范围  (7)

基本搜索  (6)

列出信道代理服务器上你家的信道:

列出服务器上公共区域内由你拥有的信道:

你拥有的所有信道:

使用缩写的字符串模式查找信道:

使用 StringExpression 查找信道:

你家的子目录内的信道:

删除由你拥有的所有信道:

高级搜索  (1)

在信道代理服务器上通过绝对路径搜索你的信道:

用 URL 指定模式:

删除信道:

属性和关系  (2)

CreateChannel 创建的信道可以通过 FindChannels 从服务器检索:

删除信道:

如果知道信道名称,可以立即创建信道的 ChannelObject 引用,而无需通过 FindChannels 查询服务器:

从服务器中检索相同的引用通常效率会较差:

删除信道:

可能存在的问题  (1)

用户名中未转义的 @ 字符被视为通配符:

转义 @ 字符,查找匹配项:

Wolfram Research (2016),FindChannels,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindChannels.html (更新于 2020 年).

文本

Wolfram Research (2016),FindChannels,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindChannels.html (更新于 2020 年).

CMS

Wolfram 语言. 2016. "FindChannels." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/FindChannels.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_findchannels, organization={Wolfram Research}, title={FindChannels}, year={2020}, url={https://reference.wolfram.com/language/ref/FindChannels.html}, note=[Accessed: 22-November-2024 ]}