|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
|
2007-1-18 04:59 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
自己顶~~~沙发~~
Bump yourself up~~~Sofa~~~
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-18 06:17 |
|
|
Primalchaos
初级用户
 
积分 41
发帖 19
注册 2006-12-15
状态 离线
|
|
2007-1-18 06:19 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
呵呵,est的帖子要顶,不过工作还要别人来做,我精神支持你们。
Hehe, the post by est should be topped. But work still needs others to do, I'll support you spiritually.
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2007-1-18 06:22 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
很不错的综合
感觉需要做以下补充
bat/asm混合,较早使用的是自嵌后直接重定向的方案,仅晚于echo法,后期出现的find反过滤法也曾比较流行
bat与sed/awk/basic/html的混合编程,也曾先后有过讨论,建议多翻一翻老帖
另外,.Net作为一种架构,不具有与bat混合编程的层次,建议改为C#,或.NET/C#
It's a very good synthesis.
It feels that the following supplements need to be done:
The mixed use of bat/asm, the earlier one used the scheme of self-embedding and then direct redirection, only later than the echo method. The later appeared find anti-filter method was also relatively popular.
The mixed programming of bat with sed/awk/basic/html has also been discussed one after another. It is suggested to turn over more old posts.
In addition, as an architecture,.Net does not have the level of mixed programming with bat. It is suggested to change it to C#, or.NET/C#
|
|
2007-1-18 07:14 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
qzwqzw兄厉害,小弟愚昧,可否讲下 “自嵌后直接重定向的方案”,还有“find反过滤法”?
恩,bat与sed/awk/basic/HTML 小弟不是很了解,那个wiki是按自己的理解写的,兄如果不嫌麻烦的话,强烈建议qzwqzw把WIKI改了,wiki这个东西的好处就是大家都能改,大家说了算。
至于 .NET改成C#,个人觉得不妥,其实和 VB.NET/VC.NET/JScript.NET/IronPython 综合也一样的,而且都是调用的 .NET Framework,所以还是不改吧
再次强烈建议 qzwqzw 直接修改 wiki!
Last edited by electronixtar on 2007-1-27 at 12:58 AM ]
Brother qzwqzw is amazing. I'm ignorant. Could you please explain the "scheme of direct redirection after self-embedding" and the "find anti-filtering method"?
Well, I'm not very familiar with bat and sed/awk/basic/HTML. The wiki was written according to my own understanding. Brother, if you don't mind the trouble, it's strongly suggested that qzwqzw modify the WIKI. The good thing about wiki is that everyone can edit it and it's up to everyone.
As for changing.NET to C#, I personally think it's inappropriate. Actually, it's the same as integrating VB.NET/VC.NET/JScript.NET/IronPython, and they all call the.NET Framework, so it's better not to change it.
Once again, strongly suggest that qzwqzw directly modify the wiki!
Last edited by electronixtar on 2007-1-27 at 12:58 AM ]
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-20 08:10 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-27 01:12 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
  『第 8 楼』:
使用 LLM 解释/回答一下
以下面提到的最小动画为例
http://www.cn-dos.net/forum/viewthread.php?tid=25847&fpage=2
自嵌后直接重定向的例子
@echo off
goto start
e 100 B0 13 CD 10 C4 2F AA 13 C7 64 13 06 6C 04 50 B4 01 CD 16 58 74 F0 B8 03 00 CD 10 C3
r cx
1c
n mini_ani.com
w
q
:start
debug < %0 >nul
mini_ani.com
del mini_ani.com
pause
find反过滤的例子
它的优势在于可以通过find过滤嵌入多个脚本
@echo off
e 100 B0 13 CD 10 C4 2F AA 13 C7 64 13 06 6C 04 50 B4 01 CD 16 58 74 F0 B8 03 00 CD 10 C3
r cx
1c
n mini_ani.com
w
q
@find "@" /v < %0 | debug >nul
@mini_ani.com
@del mini_ani.com
@pause
Last edited by qzwqzw on 2007-1-27 at 11:33 AM ]
Take the following mentioned minimal animation as an example
http://www.cn-dos.net/forum/viewthread.php?tid=25847&fpage=2
Example of direct redirection after self-embedding
@echo off
goto start
e 100 B0 13 CD 10 C4 2F AA 13 C7 64 13 06 6C 04 50 B4 01 CD 16 58 74 F0 B8 03 00 CD 10 C3
r cx
1c
n mini_ani.com
w
q
:start
debug < %0 >nul
mini_ani.com
del mini_ani.com
pause
Example of find anti-filtering
Its advantage is that multiple scripts can be embedded and filtered through find
@echo off
e 100 B0 13 CD 10 C4 2F AA 13 C7 64 13 06 6C 04 50 B4 01 CD 16 58 74 F0 B8 03 00 CD 10 C3
r cx
1c
n mini_ani.com
w
q
@find "@" /v < %0 | debug >nul
@mini_ani.com
@del mini_ani.com
@pause
Last edited by qzwqzw on 2007-1-27 at 11:33 AM ]
此帖被 +14 点积分 点击查看详情 评分人:【 0401 】 | 分数: +4 | 时间:2007-1-28 04:54 | 评分人:【 redtek 】 | 分数: +10 | 时间:2007-1-29 00:22 |
|
|
|
2007-1-28 00:31 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
学习了
今天又添加了3种方法,呵呵
Last edited by electronixtar on 2007-1-28 at 04:09 AM ]
Learned.
Added 3 more methods today, heh.
Last edited by electronixtar on 2007-1-28 at 04:09 AM ]
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-28 04:00 |
|
|
无奈何
荣誉版主
      
积分 1338
发帖 356
注册 2005-7-15
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
用 wiki 管理零碎的知识是很不错的方法,非常便于归类整理。
sed、awk 我有所了解,我写一些简单的示例补充一下吧,不过要迟一些时日完成。
perl 的可以参考 ActivePerl 附带的脚本,php 的原理也类似。
Using wiki to manage fragmented knowledge is a very good method, which is very convenient for classification and organization.
I have some understanding of sed and awk. I will write some simple examples to supplement, but it will be completed after some time.
For Perl, you can refer to the scripts attached to ActivePerl, and the principle of PHP is similar.
|

☆开始\运行 (WIN+R)☆
%ComSpec% /cset,=何奈无── 。何奈可无是原,事奈无做人奈无&for,/l,%i,in,(22,-1,0)do,@call,set/p= %,:~%i,1%<nul&ping/n 1 127.1>nul
|
|
2007-1-29 00:20 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
顶无奈何版主~~~期待wiki收到越来越多的观注
Respect the helpless version master~~~Looking forward to the wiki receiving more and more attention
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-29 00:26 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
越来越觉得wiki简直就是在线多人协同同步出版系统,哈哈……
整理东东和写作简直太酷了~:)))
More and more, I feel that wiki is simply an online multi-person collaborative and synchronized publishing system, haha... Organizing things and writing are simply too cool~ :))))
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2007-1-29 00:31 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
越来越觉得wiki简直就是在线多人协同同步出版系统,哈哈……
整理东东和写作简直太酷了~:)))
……我已经倡导wiki很多年了……
起初不知道为什么大家不喜欢wiki,原来是大家对wiki没有一个概念,没有认识……汗~
More and more, I feel that wiki is simply an online multi-person collaborative synchronous publishing system, haha...
Organizing things and writing are simply too cool~ :)))
……I have been advocating wiki for many years...
At first, I didn't know why everyone didn't like wiki. It turned out that everyone didn't have a concept of wiki and didn't understand it... Sweat~
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2007-1-29 02:49 |
|
|
ccuu668
初级用户
 
积分 57
发帖 29
注册 2006-12-27
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
不错.建议直接做做成一本电子书就更GOOD了.
Not bad. It is suggested to directly make it into an e-book, which would be even better.
|
|
2007-5-2 16:05 |
|
|
chengbiner
初级用户
 
积分 105
发帖 44
注册 2006-10-5
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
资料是很杂,如果有ebook真的很好哦
The materials are quite miscellaneous. If there were an ebook, it would really be great.
|
|
2007-5-2 17:03 |
|