|
lililulula
中级用户
  
积分 302
发帖 138
注册 2007-3-29
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
不错 学到了 终于明白 延迟变量的意思了
Not bad, learned something. Finally understand the meaning of the delay variable.
|
|
2007-3-31 04:37 |
|
|
fd2000
初级用户
 
积分 24
发帖 11
注册 2007-3-30
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
先粗略的看了一下,留个名,有时间再好好学学!
I just took a rough look first, left a mark, and will study it carefully when I have time!
|
|
2007-4-2 12:44 |
|
|
fd2000
初级用户
 
积分 24
发帖 11
注册 2007-3-30
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
它是将“ S”替换为“o w”(注意S前面和w前面都有个空格)
是不是错了?
将“o w”替换为“ S” 应该这样吧?
It replaces "S" with "o w" (note that there is a space before S and before w)
Is it wrong?
Should it be replacing "o w" with " S"?
|
|
2007-4-2 13:17 |
|
|
nforce1
初级用户
 
积分 128
发帖 16
注册 2007-1-26
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
Originally posted by fd2000 at 2007-4-2 12:17 AM:
是不是错了?
将“o w”替换为“ S” 应该这样吧?
不好意思,是错了,呵!写作语法错误,把”为“字删除就可以了~
Last edited by nforce1 on 2007-4-2 at 09:25 AM ]
Originally posted by fd2000 at 2007-4-2 12:17 AM:
Is there a mistake?
Should it be replacing "o w" with " S"?
I'm sorry, it's a mistake. Hehe! It's a grammatical error in writing. Just delete the word "为".
Last edited by nforce1 on 2007-4-2 at 09:25 AM ]
|
|
2007-4-2 22:18 |
|
|
twotwo789
新手上路

积分 5
发帖 3
注册 2007-3-23
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
偶喜欢楼主.强.DOS联盟有福了. 学习了。
I like the LZ. Strong. China DOS Union is fortunate. Learned.
|
|
2007-4-3 02:55 |
|
|
myth126
初级用户
 
积分 47
发帖 16
注册 2007-4-2
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
真不错!正在找这方面的呢!顶!!!!
That's really great! I'm just looking for something in this area! Up!!!
|
|
2007-4-3 08:51 |
|
|
tommy725
初级用户
 
积分 36
发帖 14
注册 2007-3-31
状态 离线
|
|
2007-4-3 09:20 |
|
|
shaqiu
初级用户
 
积分 27
发帖 15
注册 2007-3-24
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
一直都在被这个困扰~
It has been bothering me all the time.
|
|
2007-4-7 06:25 |
|
|
logictianjin
初级用户
 
积分 58
发帖 25
注册 2006-11-29
状态 离线
|
『第 39 楼』:
为什么这个错误的例子我测试却没问题呢?
使用 LLM 解释/回答一下
CODE:
--------------------------------------------------------------------------------
@echo off
set mm=girl&echo %mm%
pause
为什么文中的这个例子在我测试的时候总是能正确显示 girl 呢?而作者说这个例子因为是错误的所以会显示 ECHO 处于关闭状态
Last edited by logictianjin on 2007-4-10 at 06:15 AM ]
CODE:
--------------------------------------------------------------------------------
@echo off
set mm=girl&echo %mm%
pause
Why does this example in the text always display girl correctly when I test it? But the author said that this example is wrong because it will display ECHO is off
Last edited by logictianjin on 2007-4-10 at 06:15 AM ]
|
|
2007-4-10 19:13 |
|
|
nforce1
初级用户
 
积分 128
发帖 16
注册 2007-1-26
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
Originally posted by logictianjin at 2007-4-10 06:13 AM:
CODE:
--------------------------------------------------------------------------------
为什么文中的这个例子在我测试的时候总是能正确显示 girl 呢?而作者说这个例子因为是错误的所以会显示 ECHO 处于关闭状态
请把这个例子保存为.BAT文件,双击运行~!例如TEST.BAT
这里讨论的是批处理的变量延迟,你应该是打开CMD窗口后在里面输入这个示例代码,才会出现你说的这种情况!
Last edited by nforce1 on 2007-4-10 at 09:42 AM ]
Originally posted by logictianjin at 2007-4-10 06:13 AM:
CODE:
--------------------------------------------------------------------------------
Why does the example in the text always display "girl" correctly when I test it? And the author said that this example is wrong so it will display "ECHO is off"
Please save this example as a.BAT file and double-click to run it~! For example, TEST.BAT
Here we are discussing batch variable delay. You should input this sample code in the CMD window to get the situation you mentioned!
Last edited by nforce1 on 2007-4-10 at 09:42 AM ]
|
|
2007-4-10 22:39 |
|
|
testdamao
新手上路

积分 13
发帖 8
注册 2007-4-17
状态 离线
|
|
2007-4-20 02:25 |
|
|
tongwandou
初级用户
 
积分 112
发帖 50
注册 2007-4-15
状态 离线
|
|
2007-4-22 05:36 |
|
|
senjieg
新手上路

积分 10
发帖 5
注册 2006-12-1
状态 离线
|
『第 43 楼』:
好东西
使用 LLM 解释/回答一下
好东西,找了很久了
Good stuff, I've been looking for it for a long time
|
|
2007-4-27 09:45 |
|
|
xixi27
新手上路

积分 14
发帖 6
注册 2007-4-28
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
辛苦楼主!
学习了,谢谢!
Hard work, LZ!
Learned it, thanks!
|
|
2007-4-29 07:06 |
|
|
ccuu668
初级用户
 
积分 57
发帖 29
注册 2006-12-27
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
LZ.强呀!扫盲贴.比较适合我们这些盲人.呵呵.
LZ. So powerful! A literacy post. It's more suitable for us blind people. Hehe.
|
|
2007-5-2 15:21 |
|