上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 53 下一页
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
1、漂泊 漂泊不是一种不幸,而是一种资格。趁著没有家室拖累,趁著身体健康,此时不飘何时飘?2、稳定    三十岁之前就在乎稳定的生活,那只有两种可能,要么就是中了彩票,要么就是未老先衰。 3、评价 我们最不应该做出的牺牲就是因为别人的评价而改变自我,因为那些对你指手画脚的人自己也不知道他们遵从的规则是什么。千万不要只遵从规矩做事,规矩还在创造之中,要根据自己的判断做每一件事,虽然这样会麻烦点。 4、幼稚 不要怕人说我们幼稚,这正说明你还年轻,还充满活力。「成熟」是个吓人的词儿,也是个害人的词儿。成熟和幼稚是对一个人最大而无当、最不负责任、最没用的概括。那些庸人,绝不会有人说他们幼稚。不信,到哪 Read More
posted @ 2010-12-28 23:25 Fandy Xie Views(157) Comments(0) Diggs(0) Edit
When I open or active the report in Dynamics AX 2009,system will pop up this Error message.Error message as below: OpenPrinter_1: rc:0 lastError:1801(0x709) The printer name is invalid.Recently we were able to solve an issue with the print medium on certain reports. It is not changed immediately in Read More
posted @ 2010-12-28 18:42 Fandy Xie Views(3467) Comments(0) Diggs(0) Edit
Wrote by Jimmy on DEC 28th 20101) active show or hide ContentPane2) forever disable to be ContentPane3)selection statuson the dialog Read More
posted @ 2010-12-27 19:27 Fandy Xie Views(430) Comments(0) Diggs(0) Edit
wrote by Jimmy on DEC 27th 2010 Read More
posted @ 2010-12-27 17:22 Fandy Xie Views(290) Comments(0) Diggs(0) Edit
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 53 下一页