1)批量更改文件扩展名@echo off ren *.tif *.jpgecho. & pause2)如何删除文件名中某几个字符串?.bat@echo off& setlocal enabledelayedexpansionfor /f "delims=" %%1 in ('dir /a /b') do (set wind=%%1ren "%%~1" "!wind:后缀=!")3)如何在文件名最后加一个字符串?.bat@echo off& for %%1 in (*)do ren "% Read More
posted @ 2010-12-29 18:02 Fandy Xie Views(319) Comments(0) Diggs(0) Edit
Wel all know the small dialog that gives the user usefull information about what is happening in Ax. In this post I will tell u some more about this.You can add information to the Infolog by calling:Infolog.add(…) info(…) warning(…) or checkfailed(…) error(…) You can add some structure in it by u Read More
posted @ 2010-12-29 15:50 Fandy Xie Views(738) Comments(0) Diggs(0) Edit
Sometimes you need to call a function on the calling form. You can use the following x++ code to achieve this. Read More
posted @ 2010-12-29 15:12 Fandy Xie Views(290) Comments(0) Diggs(0) Edit
static void Jimmy_statusLine_CustomText(Args _args) { str 6 msg; ; PRINT xSession::numSession();//对话数 print Con2str(xSession::xppCallStack(),",");//当前的堆栈位置 print Session::aosClie... Read More
posted @ 2010-12-29 13:58 Fandy Xie Views(463) Comments(0) Diggs(0) Edit
1.I’ve come to make sure that your stay in Beijing is a pleasant one. 我特地为你们安排使你们在北京的逗留愉快。 2.You’re going out of your way for us, I believe. 我相信这是对我们的特殊照顾了。 3.It’s just the matter of the schedule, that is, if it is convenient for you right now. 如果你们感到方便的话,我想现在讨论一下日程安排的问题。 4.I think we can draw up a Read More
posted @ 2010-12-29 10:18 Fandy Xie Views(201) Comments(0) Diggs(0) Edit
“30秒批改四六级作文”的真相  作为一名高校英语老师,我参加过两次四六级作文阅卷工作。看了7月8日《新京报》“30秒批改四六级作文”的报道,我有话说。   四六级作文阅卷工作制度是这样的,在阅卷过程中,考试中心要求每位阅卷老师在  作文右下角标上自己的编号。阅卷进行几天后,每个小组会抽出一两本已经批阅的试卷,把分数擦掉,采取自评或互评的方式,然后对两次的分数进行比较,以考察老师的改卷情况,同时对分数相差太大的进行调整。考试中心还会对每位阅卷老师的改卷情况进行统计数据分析。如果该老师的评分波动太大,考试中心会给予批评,评分比较平稳,中心可能会给予一定的奖励。  如此的制度,按理可以保障分数的客 Read More
posted @ 2010-12-29 09:37 Fandy Xie Views(179) Comments(0) Diggs(0) Edit