We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
OpenACS 有一个 房间预订模块 包括在内。 OpenACS 是用 TCL 编写的。 此处提供了教程。
OpenACS has a room reservation module included. OpenACS is written in TCL. There are tutorials available here.
请注意,Tk 是一个用于对 GUI 进行编程的库;它不是 Tcl 的一部分,Tcl 是一种语言(及其参考实现)。
但是有一个项目以类似于使用 Tk 编程 GUI 的方式提供 Web 表示层编程 - 它称为 Æjaks。
Note that Tk is a library to program GUIs; it's not a part of Tcl which is a language (and its reference implementation).
But there is a project which provides for programming web presentation layer in a way resembling programming GUIs with Tk—it's called Æjaks.