|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
    『楼 主』:
[发布]中国DOS联盟批处理室经典帖子合集(2008-A)
使用 LLM 解释/回答一下
中国DOS联盟论坛批处理室经典帖子合集2008A
http://upload.cn-dos.net/img/1160.zip
1. 本来的计划是,要和上次的合集电子书在风格上保持一致。经过咨询上次合集电子书的制作者前辈,得知其过程相当复杂,涉及到html文件内容的修改、编码格式的转换、CSS的设计等等。因此放弃花费大量时间和精力去做这些表面功夫(其实很大一个原因是,我不知道怎么做,嘿嘿:)。
2. 批量下载帖子是用的 lxmxn 版主提供的 Perl 代码,为了防止别有用心之人拿它来恶意下载增加论坛服务器负担,在此不予公布代码。
3. 批量下载以后的 html 文件由 HAT 进行了一些简单处理,代码如下:
@echo off
set "htmlDir=C:\test\a"
echo Please wait for minutes...
for /r "%htmlDir%" %%a in (*.html) do (
sed -i "s/<img src=\"images\/default\/logo\.gif\" alt=\"Board logo\" border=\"0\">//g" "%%a"
)
for /r "C:\Test\批处理室经典帖子合集初步整理结果2008A\" %%a in (*.txt) do (
for /f "usebackq tokens=2-3 delims={}" %%h in ("%%a") do (
ren "%htmlDir%\%%h".html "%%i.html"
)
)
相关帖子:
批处理室经典帖子合集初步整理结果2008A
http://www.cn-dos.net/forum/viewthread.php?tid=44324
中国DOS联盟批处理室经典帖子合集2004年至2007-6-14
http://www.cn-dos.net/forum/viewthread.php?tid=31551
经 asnahu 重新编译电子书,添加了搜索功能。http://www.cn-dos.net/forum/viewthread.php?tid=44836&page=4#pid329815
本地下载: http://upload.cn-dos.net/img/1409.7z
电子书已经重新编译,有积分限制的帖子可以正常浏览。
Last edited by HAT on 2010-6-4 at 10:15 ]
Collection of Classic Posts in the Batch Processing Room of China DOS Union Forum 2008A
http://upload.cn-dos.net/img/1160.zip
1. Originally, the plan was to maintain consistency in style with the previous collection e-book. After consulting the senior producer of the previous collection e-book, it was learned that the process was quite complicated, involving modifications to html file content, conversion of encoding formats, design of CSS, etc. Therefore, the idea of spending a lot of time and energy on these superficial tasks was abandoned (actually, a big reason is that I don't know how to do it, heh heh :)).
2. The Perl code provided by moderator lxmxn was used for batch downloading posts. In order to prevent malicious people with malicious intentions from using it to maliciously download and increase the burden on the forum server, the code is not released here.
3. The html files after batch downloading were simply processed by HAT. The code is as follows:
@echo off
set "htmlDir=C:\test\a"
echo Please wait for minutes...
for /r "%htmlDir%" %%a in (*.html) do (
sed -i "s/<img src=\"images\/default\/logo\.gif\" alt=\"Board logo\" border=\"0\">//g" "%%a"
)
for /r "C:\Test\Preliminary Arrangement Results of Classic Posts in the Batch Processing Room 2008A\" %%a in (*.txt) do (
for /f "usebackq tokens=2-3 delims={}" %%h in ("%%a") do (
ren "%htmlDir%\%%h".html "%%i.html"
)
)
Related posts:
Preliminary Arrangement Results of Classic Posts in the Batch Processing Room 2008A
http://www.cn-dos.net/forum/viewthread.php?tid=44324
Collection of Classic Posts in the Batch Processing Room of China DOS Union from 2004 to 2007-6-14
http://www.cn-dos.net/forum/viewthread.php?tid=31551
Re-compiled e-book by asnahu, added search function.http://www.cn-dos.net/forum/viewthread.php?tid=44836&page=4#pid329815
Local download: http://upload.cn-dos.net/img/1409.7z
E-book re-compiled, posts with point restrictions can be viewed normally.
Last edited by HAT on 2010-6-4 at 10:15 ]
此帖被 +31 点积分 点击查看详情 评分人:【 BC 】 | 分数: +4 | 时间:2008-12-7 14:40 | 评分人:【 yishanju 】 | 分数: +8 | 时间:2009-1-17 02:57 | 评分人:【 alex9527 】 | 分数: +2 | 时间:2009-2-25 12:28 | 评分人:【 523066680 】 | 分数: +15 | 时间:2009-2-27 05:38 | 评分人:【 zhouhuang 】 | 分数: +2 | 时间:2009-4-26 14:29 |
|
|

 |
|
2008-12-2 00:19 |
|
|
chenying1988
新手上路

积分 10
发帖 7
注册 2008-11-26
状态 离线
|
|
2008-12-2 10:46 |
|
|
kissbill
初级用户
 
积分 61
发帖 35
注册 2008-10-4
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
辛苦 辛苦
发现个问题,有的帖子浏览还需要权限.
Last edited by kissbill on 2008-12-2 at 16:09 ]
Hard work, hard work
Found a problem, some posts need permissions to browse.
Last edited by kissbill on 2008-12-2 at 16:09 ]
|
|
2008-12-2 16:04 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 4 楼』:
Re 3楼
使用 LLM 解释/回答一下
电子书里面的吗?第几章?标题是什么?
Is it from an e-book? Which chapter? What's the title?
|

 |
|
2008-12-2 16:16 |
|
|
kissbill
初级用户
 
积分 61
发帖 35
注册 2008-10-4
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
一、理论讲解、资料类/cmd下有关变量延迟及命令扩展的控制试验
I. Theoretical Explanation, Material Category / Control Experiment on Variable Delay and Command Expansion in cmd
此帖被 +2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: +2 | 时间:2008-12-7 15:53 |
|
|
|
2008-12-2 16:23 |
|
|
wxcute
中级用户
  
积分 458
发帖 211
注册 2006-7-26
状态 离线
|
『第 6 楼』:
好东西 ↑
使用 LLM 解释/回答一下
多谢版主辛苦收集。也多谢各位幕后工作者。
Thanks to the moderator for hard collecting. Also thanks to all the behind-the-scenes workers.
|

┌───────┐
├→学习→实践→┤
└───────┘ |
|
2008-12-2 19:03 |
|
|
radem
高级用户
    CMD感染者
积分 691
发帖 383
注册 2008-5-23
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
谢谢分享
下来慢慢研究
Thanks for sharing. I'll study it slowly later.
|

 |
|
2008-12-3 23:59 |
|
|
czzp2004
初级用户
 
积分 23
发帖 18
注册 2007-11-2
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
感谢了,下来好好学学!
Thanks, I'll study hard from now on!
|
|
2008-12-4 21:51 |
|
|
czzp2004
初级用户
 
积分 23
发帖 18
注册 2007-11-2
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
[2008-1-19]{37175}for的tokens细节或者缺陷,有权限限制!
{37175}Details or defects of for tokens, there are permission restrictions!
|
|
2008-12-4 22:07 |
|
|
czzp2004
初级用户
 
积分 23
发帖 18
注册 2007-11-2
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
[2008-1-19]{37175}for的tokens细节或者缺陷
[2008-5-30]{40867}再读世界编程大赛第一名的作品
[2008-5-26]{40727}字符转换ASCII码
[2008-1-14]{37059}禁用启用USB设备原来如此简单
[2008-4-4]{39053}屏蔽端口
[2008-2-6]{37581}支持N台机器的自动改IP、机名、DNS、网关、掩码
[2008-3-2]{38064}拨号连接一步到位
[2008-6-20]{41094}端口查询程序
[2008-1-8]{36868}数据FTP备份工具
这些打不开! 都点击测试过了...
{37175}Details or defects of for's tokens
{40867}Reading again the works of the first place in the World Programming Contest
{40727}Character to ASCII code conversion
{37059}It's so simple to disable and enable USB devices
{39053}Blocking ports
{37581}Automatically change IP, computer name, DNS, gateway, mask for N machines
{38064}One-step setup for dial-up connection
{41094}Port query program
{36868}Data FTP backup tool
These can't be opened! I have clicked and tested them all...
此帖被 +2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: +2 | 时间:2008-12-7 15:54 |
|
|
|
2008-12-4 22:15 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
[2008-12-05]电子书已经重新编译,有积分限制的帖子可以正常浏览。
The e-book has been recompiled, and posts with score restrictions can be viewed normally.
|

 |
|
2008-12-5 11:37 |
|
|
373061200
初级用户
  DOS-CN
积分 52
发帖 33
注册 2008-11-17
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
感谢各位大虾的无私奉献。收藏了
Thanks to the selfless contributions of all you great大虾 (here "大虾" can be roughly translated as "experts" or "masters", but since it's a specific term in the forum, maybe just keep it as "experts" for simplicity in this context). Collected it.
|

一万年太久,只争朝夕! |
|
2008-12-6 11:54 |
|
|
nforce1
初级用户
 
积分 128
发帖 16
注册 2007-1-26
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
支持..收藏学习..感谢
Support..Collect and study..Thanks
|
|
2008-12-6 18:15 |
|
|
BC
中级用户
  
积分 338
发帖 175
注册 2007-10-21
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
一个小建议,能不能在贴内加上原文链接?
Last edited by BC on 2008-12-7 at 14:37 ]
A small suggestion, can you add the original text link in the post?
Last edited by BC on 2008-12-7 at 14:37 ]
此帖被 +2 点积分 点击查看详情 评分人:【 HAT 】 | 分数: +2 | 时间:2008-12-11 22:18 |
|
|

C:\
C:\Del BC |
|
2008-12-7 14:35 |
|
|
xing3019
初级用户
 
积分 33
发帖 13
注册 2007-10-26
状态 离线
|
|
2008-12-8 18:44 |
|