- 浏览: 219564 次
- 性别:
- 来自: 杭州
文章分类
最新评论
-
Wangwei86609:
非常好的规则引擎框架,支持决策树和多线程运行规则https:/ ...
规则引擎 -
hzxlb910:
真详细,收藏哈
maven setting.xml配置说明 -
东方胜:
[b][/b]
脚本语言 Tcl -
345161974:
hyw520110 写道345161974 写道这个Visua ...
Visual Tcl Binary 完整版(完美中文支持) -
hyw520110:
345161974 写道这个Visual Tcl Binary ...
Visual Tcl Binary 完整版(完美中文支持)
在Windows中,最简单的方法的Tcl / Tk的到你的机器是要安装“ActiveTcl”从ActiveState,其中包括TCL,传统知识,加上其他扩展库数分布。
In your web browser, go to www.activestate.com , and follow along the links to download the standard version of ActiveTcl for Windows.在Web浏览器,转到www.activestate.com,沿链接遵循下载ActiveTcl标准版本的Windows。 Make sure you're downloading an 8.5.x version, not an older 8.4.x version.确保您下载一个8.5.x版本,而不是旧的8.4.x版本。
Run the installer, and follow along.运行安装程序,并按照沿。 You'll end up with a fresh install of ActiveTcl, usually located in C:\Tcl.你会拥有一个新的安装ActiveTcl,通常位于C:\ Tcl的。 From a DOS command prompt, or the Start Menu's "Run..."从DOS命令提示符,或开始菜单的“运行...” command, you should then be able to run a Tcl/Tk 8.5 shell via:命令,你应该能够运行Tcl / Tk的8.5外壳通过:
% C:\Tcl\bin\wish85 %ç:\的Tcl \本\ wish85
This should pop up a small window titled "wish85", which will contain your application.这应该弹出一个小窗口,标题为“wish85”,其中将包含您的应用程序。 A second, larger window titled "Console" is where you can type in Tcl/Tk commands.第二,更大的窗口标题为“控制台”在这里,您可以输入Tcl / Tk的命令。 Type "exit" in the console window to exit. You may also want to add C:\Tcl\bin to your PATH environment variable.键入“exit在控制台窗口中退出”。您可能还需要添加C:\ Tcl的\ bin到你的PATH环境变量。
RubyTk is a binding that links against an existing but separate Tk library. RubyTk是有约束力的联系,对现有的但独立的塔卡库。 So, to get the latest version of Tk for Ruby, we're going to have to do two things, first download the latest 8.5.x Tcl/Tk version from ActiveState, and then compile Ruby to use it.因此,要获取最新塔卡的Ruby版本,我们将不得不做两件事,首先下载最新的8.5.x Tcl / Tk的从ActiveState版本,然后编译Ruby的使用它。
Install ActiveTcl安装ActiveTcl
The "ActiveTcl" distribution from ActiveState contains the latest Tk, as well as the latest version of Tcl (which Ruby's Tk bindings use internally to talk to Tk).在“ActiveTcl”从ActiveState分配包含最新的塔卡,以及Tcl的最新版本(Ruby的内部使用塔卡绑定交谈塔卡)。 In your web browser, go to www.activestate.com , and follow along the links to download the standard version of ActiveTcl for Windows.在Web浏览器,转到www.activestate.com,沿链接遵循下载ActiveTcl标准版本的Windows。 Again, make sure you're downloading an 8.5.x version, not an older 8.4.x version.同样,请确保你下载一个8.5.x版本,而不是旧的8.4.x版本。
Run the installer and ActiveTcl will be loaded onto your machine, in "C:\Tcl".运行安装程序并ActiveTcl将加载到你的机器,在“C:\ Tcl的”。
Compile Ruby编译红宝石
In this section, we'll describe how to compile Ruby using Visual C++ (usually available as part of Visual Studio).在本节中,我们将描述如何编译红宝石使用Visual C + +(通常作为Visual Studio的一部分提供)。
Yes, it can be done using tools like cygwin, but I still recommend doing it with Visual C++. This shouldn't be an issue even for the rabid "free software" types since they wouldn't touch a Windows machine anyway...是的,这是可以做到使用类似Cygwin的工具,但我还是推荐做它用Visual C + +。这是不应该即使是狂热的“自由软件”类型,因为他们不会触及Windows机器反正一个问题...
Compiling Ruby so that it finds the correct Tk distribution and so on is incredibly finicky, and depends on environment variables that have to be defined before compiling.编译红宝石,以便找到正确的Tk的分布等,是令人难以置信的挑剔,和有环境变量的定义取决于在编译之前。 If everything isn't just right, it will compile okay, but doing "require 'tk'" will fail.如果一切不仅是正确的,将编译好的,但是这样做“需要'传统知识'”将失败。
Install Visual C++安装Visual C + +
Make sure you have a version of Visual C++ installed on your machine, including the command line tools (eg nmake).请确保你有一个版本的Visual C + +在机器上安装,包括命令行工具(例如nmake)。 This can be done for example by installing Visual Studio.这可以例如通过安装Visual Studio。
Even fairly old versions (but at least 5.0) of Visual C++ should work.即使是小幅度(但至少有5.0)的Visual C + +旧版本应该工作。 As well, Microsoft does offer an "Express" edition of Visual C++ for free, which also works just fine.此外,微软也提供了一个“快速的Visual C 版”+ +自由,这也工作得很好。
Make sure the Visual C++ environment variables are set, and that the Visual C++ tools are in your PATH; this can normally be done by running the "vcvars32.bat" script that is installed as part of Visual C++ (depending on your system, you may need to use the "vcvarsall.bat" script instead).确保在Visual C + +环境变量设置,并在Visual C + +工具在您的路径,这通常可以通过运行“的vcvars32.bat”脚本是一部分的Visual C + +安装完成(取决于您的系统,您可能需要使用“vcvarsall.bat”脚本而不是)。
Download Ruby Source下载Ruby源
Go to www.ruby-lang.org and download the latest stable (1.8.x, not 1.9.x) source code version of Ruby.转到www.ruby - lang.org和下载最新的稳定(1.8.x,而不是1.9.x)Ruby的源代码版本。
Create a directory that will contain both the source and compiled version, eg "C:\ruby".创建一个目录将包含源和编译的版本,如的“C:\红宝石”。 Unpack the source into a subdirectory of that eg "C:\ruby\ruby187".解压缩源成子目录,例如的“C:\红宝石\ ruby187”。
The download will be in the form of a ".tar.gz" or ".tar.bz2" file; Winzip can unpack this for you.下载将在一个“。tar.gz”或形式“。tar.bz2保存”文件; WinZip可以为你解开这个。
Set Environment Variables设置环境变量
Open a command line, and execute the following DOS commands.打开命令行,并执行下面的DOS命令。 Again, this is so that when you compile Ruby it will find the appropriate version of Tcl/Tk on your system.这又是这样,当您编译红宝石会找到相应版本的Tcl / Tk的您的系统上。 We add these items to the beginning of each environment variable to ensure they are found before anything else that might already by on our paths.我们将这些项目每个环境开始变量,以确保他们在任何可能对我们已经找到其他途径。
set INCLUDE=c:\tcl\include;%INCLUDE%设置的INCLUDE = ç:\ TCL集团\包括:%包括% set LIB=c:\ruby\lib;c:\tcl\lib;%LIB%设置LIB = ç:\红宝石\ lib;荤:\ TCL集团\ lib;%LIB% set LIBPATH=c:\ruby\lib;c:\tcl\bin;c:\tcl\lib;%LIBPATH%设置LIBPATH = ç:\红宝石\ lib;荤:\ TCL集团\本;荤:\ TCL集团\ lib;%LIBPATH% set PATH=c:\ruby\bin;c:\tcl\bin;%PATH%设置路径= C:\红宝石\本;荤:\ TCL集团\本;%路径% set RUBYPATH=c:\ruby设置RUBYPATH = ç:\红宝石
You and your users will probably want most of these environment variables set to run your program, even after you've compiled Ruby.您和您的用户将可能需要一套运行程序,这些环境变量大多数,即使你已经编译红宝石。 If you later get errors, particularly when trying to do a "require 'tk'", checking these environment variables is a good first step at troubleshooting.如果您以后发现错误,特别是在试图做一个“需要'传统知识'”,检查这些环境变量是一个善于解决的第一步。
Compile and Install编译和安装
In the same command line window, type the following:在同一命令行窗口,键入以下内容:
cd \ruby\ruby187光盘\红宝石\ ruby187 win32\configure.bat --prefix=c:\ruby win32 \ configure.bat -前缀=荤:\红宝石 nmake nmake即可 nmake DESTDIR=c:\ruby install nmake即可了DESTDIR = ç:\ ruby的安装
To verify that everything worked, start up your newly compiled copy of 'irb' (which would have been installed in "c:\ruby\bin" which is on your PATH), and type:要确认一切正常工作,启动你的新编译的'副本内部评级'(将已在“安装在C:\红宝石\本”,这是你的路径),然后键入:
% require 'tk' % 需要'传统知识' % Tk::TK_PATCHLEVEL % 塔卡::TK_PATCHLEVEL
The first line should load RubyTk; typically if there was a problem with compiling it would show up here.第一行应加载RubyTk;通常如果有一个编制,将在这里显示的问题。 The second line will return the version of Tk that you're running, which should be something like "8.5.2".第二行将返回塔卡的版本正在运行,应该像“8.5.2”。
For modern Tk programming using Perl, the "Tkx" module is highly recommended, and we'll be using that here.现代Tk编程使用Perl的“Tkx”模块强烈建议,我们将使用在这里。 The easiest way to get set up is to use the "ActivePerl" distribution from www.activestate.com .最简单的方法获取设置是使用“的ActivePerl”从www.activestate.com分配。
Install ActivePerl >= 5.10安装的ActivePerl“= 5.10
The "ActivePerl" distribution from ActiveState includes not only Perl, but also recent versions of Tk and Tcl (which Tkx uses internally to talk to Tk).在“你是ActivePerl”从ActiveState的分配不仅包括Perl的,但也塔卡和Tcl最新版本(其中Tkx内部使用的交谈塔卡)。 In your web browser, go to www.activestate.com , and follow along the links to download the standard version of ActivePerl.在Web浏览器,转到www.activestate.com,沿遵循的链接下载的是ActivePerl标准版本。
Run the installer and everything will be loaded onto your machine.运行安装程序,一切都将载入到您的机器。
To find out what version of Tk Perl and Tkx are using, run this from the command line:要了解什么样的Perl和Tkx塔卡正在使用的版本,运行在命令行是:
% perl -MTkx -e 'print Tkx::info("patchlevel");' %perl的- MTkx娥'打印Tkx::信息(“patchlevel”);'
We want this to be returning something like "8.5.4".我们希望这是返回如“8.5.4的东西”。
Versions of ActivePerl prior to 5.10 (and some of the first 5.10 builds) included earlier versions of Tcl/Tk (8.4.x rather than 8.5.x).在之前的ActivePerl版本5.10(和一些基础的第一个5.10),包括早期版本的Tcl / Tk的(8.4.x,而不是8.5.x)。 We therefore very highly recommend upgrading to at least ActivePerl 5.10, and verify that you do have Tk 8.5 or newer.因此,我们非常强烈建议升级到至少是ActivePerl 5.10,并确认您有塔卡8.5或更新版本。
Tkinter (and, since Python 3.1, ttk) are included with all standard Python distributions. Tkinter(和,因为Python 3.1,报警科技)中包括了所有标准的Python发行。 It is important that you use a version of Python supporting Tk 8.5 or greater, and ttk.重要的是,您使用的Python版本支持塔卡8.5或更高版本,并报警科技。 We recommend installing the "ActivePython" distribution from ActiveState, which includes everything you'll need.我们建议您安装“从ActiveState的ActivePython,其中包括您需要的一切”的分配。
In your web browser, go to www.activestate.com , and follow along the links to download the standard version of ActivePython for Windows.在Web浏览器,转到www.activestate.com,沿链接遵循下载的ActivePython标准版本的Windows。 Make sure you're downloading a 3.1 or newer version.确保您下载一个3.1或更新版本。
Run the installer, and follow along.运行安装程序,并按照沿。 You'll end up with a fresh install of ActivePython, usually located in C:\python31.你会拥有一个新安装的ActivePython,通常位于C:\ python31。 From a DOS command prompt, or the Start Menu's "Run..."从DOS命令提示符,或开始菜单的“运行...” command, you should then be able to run a Python shell via:命令,你应该能够运行一个Python外壳通过:
% C:\python31\python %ç:\ python31 \的python
This should give you the Python command prompt.这应该给您的Python命令提示符。 From the prompt, enter these two commands:从提示,输入这两个命令:
>>> import tkinter “”>“ 导入tkinter >>> tkinter._test() “”“tkinter._test()
This should pop up a small window; the first line at the top of the window should say "This is Tcl/Tk version 8.5"; make sure it is not 8.4!这应该弹出一个小窗口,在窗口顶部的第一行应该说:“这是Tcl / Tk的8.5版”,以确保它不是8.4!
发表评论
-
Tcl 基础知识精华20句
2011-03-30 09:47 1434最近在巩固Tcl的基础知 ... -
tcl 字符串操作 替换
2011-03-30 09:47 5672CL:字符串命令 有一个关于TCL的哲学探讨:TCL语法中的 ... -
Tcl/Tk--文件操作
2011-03-29 17:41 2775wikibook上的文章很有水平,特翻译出来,晒晒。(译自wi ... -
tcl中如何产生随机数
2011-03-25 14:27 2333[前言] 亂數產生器在NS2中是非常重要的, ... -
TCL 取时间、格式化时间
2011-03-25 14:03 3729clock seconds 取一个整型值 用命令可以格式化时 ... -
Visual Tcl Binary 完整版(完美中文支持)
2011-03-22 17:24 1927Visual Tcl Binary 是我为可视化开发工具 Vi ... -
ASED Tile for Linux/Windows 正式发布。
2011-03-22 16:42 1369ASED Tile 项目主页: http://co ... -
正式发布 Visual Tcl Binary 1.6.1 加强版
2011-03-22 16:41 1231Visual Tcl Binary 1.6.1 版 ... -
Tcl/Tk 开发者的常备编程工具
2011-03-22 16:38 2639工欲善其事,必先利其器”,选择正确的工具,可以让 Tcl/Tk ... -
Tcl/Tk 在 Windows XP 系统中的 pixmap 错误。
2011-03-22 16:36 975Tc/Tk,Ubuntu 7.04,中文缺字 在程序 ... -
Tcl/Tk Web Browser Plugin v3
2011-03-22 16:35 1063相信大家一定非常熟悉 Java Applet,许多网页的特效就 ... -
如何将 *.tcl *.tbc 文件转换为 Linux/Windows 二进制可执行文件。
2011-03-22 16:32 3209=============================== ... -
Visual Tcl Binary for Linux/Windows 完整版发布。
2011-03-22 16:27 1424Visual Tcl Binary 项目主页: http ... -
tcl 小技巧
2011-03-21 14:51 9311,expr 【expr arg ?arg ...?】可以有一 ... -
Tcl语言cmdline包
2011-03-21 14:51 1383Cmdline包主要用来处理命令行输入。 getopt ... -
Tcl语言包搜索机制
2011-03-21 14:51 1058“pkg_mkIndex”是一个Tcl命令,它用来建立包索引, ... -
Tcl语言自动加载机制
2011-03-21 14:49 1150“pkg_mkIndex”是一个Tcl ... -
tcl/tk/expect(转)
2011-03-21 14:49 962Tcl pronounced &quo ... -
Tcl编程简介(六)
2011-03-21 14:42 845lsort -mode list 排列列表。 -mode ... -
Tcl编程简介(五)
2011-03-21 14:42 1008Error命令 error message ...
相关推荐
[Unity教程]仿杀戮尖塔卡牌游戏教程(完结) 我是看了B站的一个UP主,跟着学习,最后照着他的做出来的。 Unity版本:Unity 2022.3.15f1c1 代码编写工具:Visual Studio 2022 视频链接:【[Unity教程]仿杀戮尖塔卡...
Deep_Diagnose:使用深度学习检测Tinea微生物创作者和贡献者: Santhosh Narayanan: ://www.linkedin.com/in/santhosh1634/ 达哈·塔卡(Dhaval Thakkar): ://www.linkedin.com/in/dhaval-thakkar-dt/ Aakanch ...
本文评估了喀麦隆西南部塔卡曼达(Takamanda)雨林中土壤的物理化学特性及其对农业生产力和粮食安全的影响。 在50公顷Takamanda森林动态区的左侧,中部和右侧,使用斗式土壤钻随机取样土壤。 从三个侧面取样深度为0...
通过贝塞尔曲线实现跟随鼠标移动的曲线选择箭头,适用于unity的脚本
塔卡项目 该项目是使用版本9.1.3生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component ...
安装此扩充套件步骤2. 拜访「神魔之塔健检中心」网站http://review.towerofsaviors.com/步骤3. 登入你的 UID & 活动验证码步骤4. 点击「公开」让网站可以取用你的神魔之塔背包资料步骤5. 造访健检网
Unity杀戮尖塔地图算法实现 项目引擎:Unity 语言:C# 主要实现逻辑 一....①房间数量规则 起点层:房间数量动态配置 中间层:房间数量 :{最小值:2 ,最大值起点数量*2-1} boss 层:房间数量=1 ②房间位置 ...
对塔卡提铅锌矿形成的地质背景、矿区地质特征、成矿机制和成矿远景进行了初步分析.结果表明: 塔卡提铅锌矿床位于西昆仑塔木-卡兰古铅锌铜成矿构造带的远景区,区域上受西昆仑构造带和康西瓦构造 带共同控制.矿体产出...
包括所有泰语经文,泰蒂皮卡(Tipitaka),琅勃拉邦(Luang Maha Chula Maha Mongkut),巴厘巴厘岛(Bali Bali),暹罗(Siamrath),这些语言将在将来的英语版本中进行更新。
这个绝对可以秒杀电脑一切360的东西!使360完全无效!达到秒杀效果!
在Windows操作系统中,.exe文件是可执行程序的扩展名,用户双击或通过命令行运行这个文件,就能执行一键退出的功能。需要注意的是,描述中建议“右键用管理员权限打开”,这是因为某些系统级操作可能需要更高的权限...
二元logistic回归分析显示,以下变量与贫血显着相关:家庭月收入(11,000-20,000塔卡)[AOR(95%CI)= 0.45(0.21-0.98)],家庭规模(联合)[AOR(95%) CI)= 1.59(1.03-2.45)],孕龄(孕晚期)[AOR(95%CI...
IRCTC一键自动预订塔卡/普通机票 TicketNow是Chrome中的自动订票扩展程序/插件/插件。 它预订普通票和tatkal票而没有任何会话到期或超时。 登录并输入火车详细信息。 自动选择合适的火车和班级,并同时输入乘客详细...
埃斯塔卡·埃菲卡兹节目埃斯蒂卡吉奥·埃菲卡兹节目预告片。 Para rodar o projeto,vocade pode fazer o下载do projeto que esta compactado [ ] git clone ...
埃斯塔卡·埃菲卡兹节目 埃斯蒂卡·埃菲卡兹·埃斯特·普罗图托·阿科斯塔·波多黎各 Para rodar o projeto,vocade pode fazer o下载do projeto que esta compactado [ ] git clone ...
塔卡奇语加上电报通知器
该研究通过审查IBBL五年年度报告(2013-2017)揭示了总计35.28亿塔卡的企业社会责任支出,其中涵盖了人道主义领域(47%),教育领域(29%)的绝对最佳增长率和健康问题(12%)。 它导致其他部门的增长乏力,在...
从提供的文件内容中,可以提炼出以下知识点: ...这些知识点详细地描述了泰国班塔卡侬村庄中大象的生活状况,驯象师的生活和工作方式,以及在现代旅游业影响下,传统驯象文化所面临的挑战和矛盾。
改善塔卡的用户体验的工具 更新版本:0.3 1.取消TAMBA和Klichalist的自动储备 2.停止自动旋律,无烦人的按钮... 用于改善塔卡的用户体验的工具 更新版本:0.3 1.取消TAMBA和Klichalist的自动储备 2.在没有刺激性的...