|
churui007
新手上路

积分 12
发帖 12
注册 2010-8-3
状态 离线
|
『第 16 楼』:
不会?笑。
使用 LLM 解释/回答一下
是没时间,打那么长的东西,我做VBS表单爆破呢,要不咱们换换?
还有我一开就提供的是问题,没有什么冷嘲热讽,用比喻算是冷嘲热讽的话,干脆你建议那些研究语言的人取消比喻这个修辞算了。
你后来说的那些话,让我感觉就是来着不善,就只说了方法。看看你最后写的那些,果然,算我嘴贱。
Last edited by churui007 on 2010-8-9 at 09:54 ]
It's just that I don't have time to type such a long thing. I'm working on VBS form cracking. Otherwise, shall we change it?
And what I provided at the beginning was just a question. There's no sneering or sarcasm. If using a metaphor counts as sneering and sarcasm, then just suggest that those who study language cancel the figure of speech of metaphor.
The things you said later made me feel that you were not friendly. You just said the method. Look at what you wrote at the end. Sure enough, it's my own fault for talking too much.
Last edited by churui007 on 2010-8-9 at 09:54 ]
|
|
2010-8-9 09:44 |
|
|
laineve
新手上路

积分 18
发帖 18
注册 2010-6-11
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
没办法,婴儿总要有成长期
There's no way, infants always have a growth period
|
|
2010-8-9 22:24 |
|
|
laineve
新手上路

积分 18
发帖 18
注册 2010-6-11
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
16楼本来就是嘴贱,不懂装毛象啊,用比喻也没有这样比喻的,老子和儿子的比喻在平辈之间在中国从来只有讽刺
Floor 16 is just being mouthy, pretending to understand when they don't! You can't use a metaphor like that. The analogy of father and son between peers in China is only used sarcastically.
|
|
2010-8-9 22:27 |
|
|
laineve
新手上路

积分 18
发帖 18
注册 2010-6-11
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
别跟我说什么vbs,要是连个你嘴里说的那么简单的东西都要花上5分钟以上的时间,你就是就是说你要洗厕所也洗不出什么名堂
Don't talk to me about VBS. If it takes more than 5 minutes to do something as simple as you said, even if you were to clean the toilet, you wouldn't get anything meaningful done
|
|
2010-8-9 22:31 |
|
|
laineve
新手上路

积分 18
发帖 18
注册 2010-6-11
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
有空在这里跟我写那么多话,逛论坛,会没时间?说出来也要有人信
You have time to write so many words here with me, browse the forum, will there be no time? It has to be someone who believes it when you say it
|
|
2010-8-9 22:32 |
|
|
wangyang331407
初级用户
 
积分 28
发帖 28
注册 2010-7-28
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
照着你的要求又研究了一下。下面这个应该可以解决你的问题了。
@echo off
setlocal enabledelayedexpansion
set num=0
for /f "delims=." %%i in ('dir /a-d /b *.txt') do (
set /a num+=1
ren "%%i.txt" "!num!%%i.txt"
)
pause & exit
I have studied it again as per your request. The following should solve your problem.
@echo off
setlocal enabledelayedexpansion
set num=0
for /f "delims=." %%i in ('dir /a-d /b *.txt') do (
set /a num+=1
ren "%%i.txt" "!num!%%i.txt"
)
pause & exit
|
|
2010-8-9 22:34 |
|
|
wangyang331407
初级用户
 
积分 28
发帖 28
注册 2010-7-28
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
哎呀,都不要打口水仗了。忍一时风平浪静,退一步海阔天空。以和为贵,以和为贵。
Oh, don't have a war of words anymore. Endure for a while and there'll be peace and quiet, step back and there'll be room to breathe. Harmony is precious, harmony is precious.
|
|
2010-8-9 22:40 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
Originally posted by wangyang331407 at 2010-8-9 22:34:
照着你的要求又研究了一下。下面这个应该可以解决你的问题了。
@echo off
setlocal enabledelayedexpansion
set num=0
for /f "delims=." %%i in ('dir /a-d /b *.t ...
看下15楼的代码,你这样用.分割还是有很大缺陷的。 a.不.test.txt?还有空格存在的结果又是什么样子。。。
for既然带了 %~nI的扩展就直接用好了。
Originally posted by wangyang331407 at 20008-9 22:34:
After following your requirements and researching again, the following should solve your problem.
@echo off
setlocal enabledelayedexpansion
set num=0
for /f "delims=." %%i in ('dir /a-d /b *.t ...
Take a look at the code on floor 15. There are still major defects when you use the dot to split. What about a.test.txt? And what about the result with spaces...
Since for has the %~nI extension, just use it directly.
|

S smile 微笑,L love 爱,O optimism 乐观,R relax 放松,E enthusiasm 热情...Slore |
|
2010-8-10 13:00 |
|
|
wangyang331407
初级用户
 
积分 28
发帖 28
注册 2010-7-28
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
我试过15楼的了。运行后,那窗口很强悍的一闪而过。
I tried the one on the 15th floor. After running, that window flashed by very powerfully.
|
|
2010-8-10 22:44 |
|