2009年03月13日

原创 自动化前处理 Win32-GuiTest-1.56

前提条件:
·         安装 ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi ·         安装Win32-GuiTest-1.56.tar.gz,具体方法见README文件。·         显示器:1280*1024,或者修改 Autotrans.pl 中 MouseMoveAbsPix( 120, 674 ); 和 MouseMoveAbsPix( 120, 419 ); 的坐标值。
具体过程:
运行 update.bat 脚本,内容如下
@echo off
set LSCMD=C:\Program Files\LocStudio\LSCMD.exe
rem Note LanguageList has LanguageName;LCID, for example DEDE;0x0407
rem edit LanguageList.txt to your needs.
set Token1=LanguageList.txt
Set T阅读全文>

发表于 @ 2009年03月13日 15:30:00|评论(loading...)|举报|收藏

原创  使用gawk提取Excel中的camelwords列

 使用gawk提取Excel中的camelwords列1. 下载gawk for windows工具:UploadFiles/2008-8/813342190.zip2. 将.exe放到环境变量的path目录中3. 在命令行窗口输入 gawk --help, 看看是否安装成功4. 将excel 另存为以逗号分隔的 csv 格式, 记好目录和文件名5. 在命令行窗口中输入以下命令:gawk -F\, '$2 ~ /[a-z][A-Z]/ {print $0}' input.csv > output.csv
其中, -F\, 表示以逗号分隔列, $2 ~ /[a-z][A-Z]/  表示看第二列中是否带有小写字母与大写字母连写的词。最后,将结果保存到 output.csv文件阅读全文>

发表于 @ 2009年03月13日 15:26:00|评论(loading...)|举报|收藏

2007年02月08日

转载 海瑞在 1566

海瑞在 1566阅读全文>

发表于 @ 2007年02月08日 18:19:00|评论(loading...)|举报|收藏

2007年01月30日

翻译 ONJava.com -- Web 服务实现中的概念分离 --> page 3

Tieu Luu shows how to use Spring to separate out security concerns in an Axis-based web service.阅读全文>

发表于 @ 2007年01月30日 13:10:00|评论(loading...)|举报|收藏

2007年01月29日

翻译 ONJava.com -- Web 服务实现中的概念分离 --> page 2

Tieu Luu shows how to use Spring to separate out security concerns in an Axis-based web service.阅读全文>

发表于 @ 2007年01月29日 17:35:00|评论(loading...)|举报|收藏

翻译 ONJava.com -- Web 服务实现中的概念分离 --> page 1

Tieu Luu shows how to use Spring to separate out security concerns in an Axis-based web service.阅读全文>

发表于 @ 2007年01月29日 17:32:00|评论(loading...)|举报|收藏

翻译 ONJava.com -- JBoss Seam --> page 5

Thomas Heute introduces the JBoss Seam project, which allows you to eliminate much of the glue code needed to combine frameworks like EJB 3.0 and JSF.阅读全文>

发表于 @ 2007年01月29日 10:08:00|评论(loading...)|举报|收藏

翻译 ONJava.com -- JBoss Seam --> page 4

Thomas Heute introduces the JBoss Seam project, which allows you to eliminate much of the glue code needed to combine frameworks like EJB 3.0 and JSF.阅读全文>

发表于 @ 2007年01月29日 10:04:00|评论(loading...)|举报|收藏

翻译 ONJava.com -- JBoss Seam --> page 3

Thomas Heute introduces the JBoss Seam project, which allows you to eliminate much of the glue code needed to combine frameworks like EJB 3.0 and JSF.阅读全文>

发表于 @ 2007年01月29日 10:00:00|评论(loading...)|举报|收藏

2007年01月26日

翻译 ONJava.com -- Jboss-seam --> page 2

Thomas Heute introduces the JBoss Seam project, which allows you to eliminate much of the glue code needed to combine frameworks like EJB 3.0 and JSF.阅读全文>

发表于 @ 2007年01月26日 17:03:00|评论(loading...)|举报|收藏

用户操作
[即时聊天] [发私信] [加为好友]
墩子
订阅我的博客
XML聚合  FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
文章分类
收藏
    存档
    软件项目交易
    Csdn Blog version 3.1a
    Copyright © 墩子