英文: how to pass arguments to expect -c script? 问题 抱歉,我不能执行代码。如果你有关于代码的问题或需要帮助,我可以提供一般性的建议和指导。 英文: I ...
无法在以下目录中找到可用的init.tcl。这可能意味着Tcl没有正确安装。
英文: Can't find a usable init.tcl in the following directories This probably means that Tcl wasn&...
Expect脚本多行响应来自pfsense路由器
英文: Expect script multiline response from a pfsense router 问题 I am trying to write an expect script ...
在Tcl中打印负零的解决方法
英文: Work arounds to printing negative zero in tcl 问题 我正在重新编写脚本的一部分,以在tcl中执行,因为有一个只能在tcl中使用的工具。在这段代码中...
为什么ttk小部件只在配置更改事件发生后出现,而不是在按下按钮时出现?
英文: Why would the ttk widget only appears after there is a configuration change event and not when t...
Tcl代码用于比较重复的名称及其值。
英文: Tcl code for compare duplicate names with their values 问题 以下是修改后的代码,用于获取预期的输出: set inputFile [op...
如何在实例化期间正确使用ttk.Treeview.bbox?
英文: How to get ttk.Treeview.bbox to work correctly during instantiating? 问题 以下是翻译好的部分: 这个脚本的目的是暴露出一个...
How do you store the namespace variable and its nested namespace children (its variable, etc) states in a file in TCL?
英文: How do you store the namespace variable and its nested namespace children (its variable, etc) st...
如何在tclsh中隐藏一个命令(而不是禁用)
英文: How to hide a command (not disable) in tclsh 问题 在tclsh中,我想隐藏一个不能直接调用但可以以某种方式调用的命令。有没有一种好的方法或我可以研...
TclOO 日志混合组件
英文: TclOO Logging Mixin 问题 I wrote this code (below) trying to figure out more about TclOO mixin cla...