|
icydawn
初级用户
 
积分 54
发帖 22
注册 2007-2-10
状态 离线
|
『第 61 楼』:
使用 LLM 解释/回答一下
用ping -n 1 127.1>nul 是用来延迟的!!
一般的批处理要是进行循环的话,不需要那么高的执行频率,往往5-10s就可以了,但是你不加延迟,不断执行有些指令会占用很多的CPU资源.寻求一个平衡!
Using ping -n 1 127.1>nul is used for delaying!! Generally, for batch processing that involves loops, a high execution frequency is not needed. Often, 5 - 10 seconds is sufficient. But if you don't add a delay, continuously executing some commands will consume a lot of CPU resources. Seek a balance!
|
|
2007-12-2 19:43 |
|
|
airufo
新手上路

积分 9
发帖 5
注册 2007-5-5
状态 离线
|
|
2007-12-3 16:27 |
|
|
8277533
新手上路

积分 16
发帖 8
注册 2007-12-21
状态 离线
|
『第 63 楼』:
使用 LLM 解释/回答一下
我喜欢这种解释方法再自己去实践一下
I like this explanation method and then practice it by myself
|
|
2007-12-22 00:26 |
|
|
bbs4033
初级用户
 
积分 22
发帖 10
注册 2008-1-1
状态 离线
|
|
2008-1-6 17:36 |
|
|
hsyxh
初级用户
 
积分 25
发帖 13
注册 2007-3-17
状态 离线
|
|
2008-2-14 20:17 |
|
|
woshiff
新手上路

积分 3
发帖 2
注册 2008-2-14
状态 离线
|
|
2008-2-15 20:23 |
|
|
yuehong
初级用户
 
积分 64
发帖 37
注册 2007-3-14
状态 离线
|
|
2008-3-5 16:54 |
|
|
lbccyxs
初级用户
 
积分 54
发帖 27
注册 2006-12-2
状态 离线
|
|
2008-3-14 17:10 |
|
|
shuiyin313
初级用户
 
积分 177
发帖 85
注册 2007-12-1
状态 离线
|
『第 69 楼』:
使用 LLM 解释/回答一下
nul是内部参数吗?
为什么会在各版本的DOS下都会出现?
是不是于C&C++中NULL类似?
Is `nul` an internal parameter?
Why does it appear in various versions of DOS?
Is it similar to `NULL` in C&C++?
|
|
2008-3-15 00:59 |
|
|
shuiyin313
初级用户
 
积分 177
发帖 85
注册 2007-12-1
状态 离线
|
『第 70 楼』:
使用 LLM 解释/回答一下
对了 还问个比较低级的问题
是不是DELAY.EXE的原理也和ping -n 1 127.1>nul 一样 或者就是这样做的呢?
By the way, I also have a relatively basic question.
Is the principle of DELAY.EXE the same as or exactly doing the same thing as ping -n 1 127.1>nul?
|
|
2008-3-15 01:01 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 71 楼』:
RE shuiyin313:
使用 LLM 解释/回答一下
1、nul 不是什么参数,只是DOS/Windows下面的设备名,表示空设备,什么都没有,可以理解成宇宙中的黑洞。
2、Delay.exe 的原理肯定是不是通过ping来实现的了,想知道原理的话可以反汇编Delay.exe来看看它的反汇编代码来分析分析。
1、nul is not a parameter, but a device name under DOS/Windows, indicating an empty device, which has nothing, and can be understood as a black hole in the universe.
2、The principle of Delay.exe is definitely not achieved by pinging. If you want to know the principle, you can disassemble Delay.exe to look at its disassembly code for analysis.
|
|
2008-3-15 01:11 |
|
|
shuiyin313
初级用户
 
积分 177
发帖 85
注册 2007-12-1
状态 离线
|
『第 72 楼』:
使用 LLM 解释/回答一下
Originally posted by lxmxn at 2008-3-15 01:11 AM:
1、nul 不是什么参数,只是DOS/Windows下面的设备名,表示空设备,什么都没有,可以理解成宇宙中的黑洞。
2、Delay.exe 的原理肯定是不是通过ping来实 ...
thank you for your answer.
Originally posted by lxmxn at 2008-3-15 01:11 AM:
1、nul is not a parameter, but a device name under DOS/Windows, representing the null device, which has nothing, and can be understood as a black hole in the universe.
2、The principle of Delay.exe is definitely not achieved by pinging...
thank you for your answer.
|
|
2008-3-18 03:35 |
|
|
smtdd
新手上路

积分 2
发帖 1
注册 2008-3-24
状态 离线
|
『第 73 楼』:
使用 LLM 解释/回答一下
这里的人很热情...哈哈
感谢!学习了!!非常感谢!!!
The people here are very enthusiastic... Haha
Thanks! Learned it!! Very grateful!!!
|
|
2008-3-24 23:45 |
|
|
wkanging
新手上路

积分 1
发帖 1
注册 2008-11-21
状态 离线
|
『第 74 楼』:
使用 LLM 解释/回答一下
的确学到不少,但还是立足于际工作应用中就好!
Indeed, I have learned a lot, but it's better to focus on practical work applications!
|
|
2008-12-10 11:11 |
|