发信人: ANSIeditor (走自己的路), 信区: ASCIIArt
标 题: ASCIIArt短期培训班第五讲
发信站: 南京大学小百合站 (Sat Oct 30 13:25:39 2004)
ASCIIArt短期培训班第五讲
终于讲完了Ascii控制码,好累,今天开始介绍ASCIIArt的应用。
本讲先介绍签名档的制作,众所周知每个签名档只有六行(显示可以超过6行)。
以百合系统为例,操作如下:
主选单 >> (I)nfo 个人工具箱 >> (W)rite 编辑个人档案 >> [2] 签名档
屏幕左上方显示如下:
编修个人档案
(E)编辑 (D)删除 签名档? [E]:
选E进行编辑,用 Ctrl﹢w 保存
在百合每个ID可以有5个签名档,其中每个签名档都占6行。也
就是说第1~6行是第1个签名档,第7~12行是第2个签名档,
第13~18行是第3个签名档,第19~24行是第4个签名档,
第25~30行是第5个签名档。
发文时会出现如下界面:
发表文章于 ASCIIArt
使用标题: 选择签名档
使用第 0 个签名档
0~5 V 选/看签名档 X 随机签名档,T 改标题,Enter 接受设定:
这表示你有5个签名档,分别按1~5就可以选择相应的签名档,
按0则表示不用签名档,系统会记住你的选择作为下一次发文时的默认值。
使用乱数签名档的设置:
主选单 >> (I)nfo 个人工具箱 >> (U)serDefine 个人参数设定
V. 使用乱数签名档 选□表示发文时默认使用随机签名档
选×表示发文时使用指定签名档
签名档可以用AnsiEditor来设计,相关操作相信大家都已熟悉。
上节课我讲了基本的Ascii控制码,在精简代码时会用得着的。
签名档不一定要做的很复杂,有时候简简单单也能给别人留下
深刻的印象,看下面这个例子(作者 robinpb):
--
你认为考试拿高分最需要哪种能力?
A.记忆力
B.逻辑思维能力
√C.视力
D.想象力
同志们切记,保护眼睛少灌水......
--
上面这个签名档并不需要很强的的技术,也没有找偏怪的字符,
更没有花哨的颜色和显示效果,但给很多网友留下深刻的印象。
签名档和其他所有的ASCIIArt最忌讳的就是在有限的空间里运
用了无限的色彩,一般用3种左右颜色,包括高亮和暗色的变
化,5种左右就差不多啦。。。
签名档切记不能喧宾夺主,如用很多控制符,且颜色刺眼,别人看到
你的签名档后可能就不会看你文章啦,如果使用光标定位一定要谨慎,
否则会影响他人正常阅读你的文章。
签名档的主色调最好不要使用暗青色,因为回帖的时候默认的颜色也
是暗青色,这样签名档就没有效果啦。。。
本节作业
这节只讲了签名档的制作,作业就是给自己做个签名档。
文字包括: 转载须保持作品完整
借用须征得作者同意
ASCIIArt版提示
文字可随意摆放,请添加其他图案和合理设置前背景色,注意我上面
讲的颜色问题,如使用他人作品中的内容请注明,请各位学员在11
月4日21时前把自己的作业用信件形式寄给各组指定老师。
ANSIeditor@lily
超过6行的签名档(选读)
① 使用光标定位
一般结合使用*[B和*[D就不难完成超过6行的签名档,
使用这种签名档,文章不要太长,最好所有内容都在一屏之内
显示完毕,过长的话或许会有问题,影响到效果。
② 输入超过79个可显示字符
可显示字符就是最后会出现在屏幕上的符号,而不是控制代码,
每行允许79个字符(一个汉字算两个字符)。
当设置签名档时,一行输入79个字符后会自动换行,在下一行
显示出来,我做的有些签名档就是用这种方法,注意一点,不
要在web下发帖,web下不会换行的,^_^
③ 其实想要长的签名档还有一种变通的方法,那就是发文时直接
在--这两横下面写内容,那么要写多长就写多长了,但不像前
两种方法发帖时自动帖出,只好用剪贴板来减少重复劳动啦。
彩色ID、彩色昵称(选读)
签名档中编辑如下代码
*[1;9H*[1;32mANSIeditor *[m(*[1;36m走自己的路*[m)
发帖后屏幕左上角显示如下:
发信人: ANSIeditor (走自己的路), 信区: ASCIIArt
标 题: 彩色ID、彩色昵称
发信站: 南京大学小百合站 (Fri Oct 29 21:00:00 2004)
使用这种方法的也有很多弊端,举例来说:
如果文章较长,翻页才解释到光标定位这行,这时候第一行已经不是
原来的发信人等内容了,会将其他内容覆盖掉,也有可能造成乱码。
如果别人用A引言模式回你的文章,是会引用你的签名档的,而代码
并不认人,还是会去覆盖第一行内容,明明是他的文章,显示的却是
你的ID,这就不妙了。而且这是个没有办法解决的问题,好在默认
的方式不会引用你的签名档(注意不要在文章正文里面写这种代码)。
右方垂直签名档(选读)
有的人将签名档放在右边,原理和彩色ID、彩色昵称是一样的,也是
使用光标控制符,在屏幕的指定位置书写。
这种签名档可能会覆盖正文内容,如果不巧造成半个汉字还可能有乱码。
因此,使用这类签名档是应该记得控制正文中每行的字符数,免得被签
名档覆盖。
为了最大限度避免乱码的出现,可以考虑开始覆盖某一行时,以 *[K删
掉当前光标位置起直至行末的内容,并以一个空格开始。
例如: *[s*[7;75H*[K *[1;32m 小 *[u
*[s*[8;75H*[K *[1;32m 百 *[u
*[s*[9;75H*[K *[1;32m 合 *[u
这样可以把竖写的"小百合"3个字放在屏幕右边,用 *[K删除原有内容
以免覆盖半个汉字造成乱码。
下节预告 制作活动看版
Sender: ANSIeditor go your own way, message area: ASCIIArt
Title: Lecture 5 of ASCIIArt short-term training course
Sending station: Nanjing University Sayuri Station Sat Oct 30 13:25:39 2004
Lecture 5 of ASCIIArt short-term training course
Finally finished talking about scii control codes. I’m so tired. Today I’m going to introduce the application of ASCIIArt.
This lecture first introduces the production of signature files. As we all know, each signature file only has six lines, and the display can exceed lines.
Taking Lily system as an example, the operation is as follows
Main Menu >> I nfo Personal Toolbox >> W rite Edit Personal File >> [2] Signature File
The upper left corner of the screen displays as follows
Edit profile
E Edit D Delete signature file? [E]:
Select to edit Save with Ctrl+
In Baihe, each can have a signature file, each of which occupies rows.
That is to say, line 1 is the signature file and line 1 is the signature file
The line is the signature file. The line is the signature file.
Line 1 is the signature file
When posting, the following interface will appear
Posted in ASCIIArt
Use title: Select signature file
Use the 0th signature file
0 5 V Select View signature file X Random signature file T Change title Enter Accept settings:
This means you have a signature file. Click on each to select the corresponding signature file.
Press to indicate that no signature file is required. The system will remember your choice as the default for the next time you publish.
Settings for using random signature files
Main Menu >> I nfo Personal Toolbox >> U serDefine Personal Parameter Settings
V. Use random signature file Select to use random signature file by default when sending a message
Select to use the specified signature file when posting.
The signature file can be designed using AnsiEditor. I believe everyone is familiar with the relevant operations.
In the last class, I talked about basic scii control codes, which will be useful when streamlining the code.
The signature file does not have to be complicated. Sometimes it can be simple enough to leave it for others.
Deeply impressed, look at the example below by robinpb
Which ability do you think is most needed to get high scores in exams?
A.Memory
B. Logical thinking ability
C. Vision
D. Imagination
Comrades, please remember to protect your eyes and avoid watering...
The signature file above does not require strong technical skills, and there are no strange characters.
There are no fancy colors and display effects, but it left a deep impression on many netizens.
The most taboo thing about signature files and all other ASCIIArt is operating in a limited space.
Infinite colors are used. Generally, about 3 colors are used, including highlights and dark colors.
It's almost enough to change the species.
Remember not to overwhelm others with your signature file. For example, if you use a lot of control symbols and the colors are eye-catching, others will see it.
I may not read your article after signing your signature file. Be careful when using cursor positioning.
Otherwise, it will affect others’ normal reading of your article.
It is best not to use dark cyan as the main color of the signature file because the default color when replying is also
It's dark cyan, so the signature file will have no effect.
Homework for this section
This section only talks about the creation of signature files. The homework is to make a signature file for yourself.
Text includes: Reprinting must keep the integrity of the work
Borrowing requires permission from the author
ASCIIArt version tips
The text can be placed as desired. Please add other patterns and set the front and background colors appropriately. Pay attention to me above.
Regarding color issues, if you use content from other people’s works, please indicate
Send your homework by letter to the designated teacher of each group by month day
ANSIeditor@lily
Signature file longer than lines Optional
① Use cursor positioning
Generally, it is not difficult to complete a signature file exceeding lines by using *[B and *[D together.
Use this kind of signature file. The article should not be too long. It is best to have all the content within one screen.
Display completed. If it is too long, there may be problems and affect the effect.
② Enter more than 79 displayable characters
Displayable characters are symbols that will eventually appear on the screen, not control codes.
Each line allows 79 characters. One Chinese character counts as two characters.
When setting up a signature file, after entering 79 characters in one line, it will automatically wrap to the next line.
Display it. Some of the signature files I made use this method. Pay attention. No.
Please post below without line breaks ^ ^
③ In fact, if you want a longer signature file, there is another way to do it. That is to directly
Write the content below these two lines. You can write it as long as you want, but it’s not like before.
Both methods automatically post when posting. I have to use the clipboard to reduce duplication of work.
Color Color Nickname Selected Reading
Edit the following code in the signature file
*[1;9H*[1;32mANSIeditor *[m *[1;36mGo your own way*[m
After posting, the upper left corner of the screen displays as follows
Sender: ANSIeditor go your own way, message area: ASCIIArt
Title: Color Color Nickname
Sending station: Nanjing University Sayuri Station Fri Oct 29 21:00:00 2004
There are also many disadvantages to using this method. For example
If the article is long, it takes turning the page to explain the line where the cursor is positioned. At this time, the first line is no longer
The original sender and other contents will overwrite other contents and may also cause garbled characters.
If others use the introduction mode to reply to your article, they will quote your signature file and the code
Even though he doesn’t recognize the person, he still overwrites the first line of content. It’s obviously his article, but what’s displayed is
Yours This is not good, and it is an unsolvable problem. Fortunately, the default
The method will not quote your signature file. Be careful not to write this kind of code in the body of the article.
Vertical signature file on the right Optional reading
Some people put the signature file on the right. The principle is the same as the color nickname.
Use the cursor control to write at a specific location on the screen
This kind of signature file may cover the main text content, and if it happens to cause half a Chinese character, it may also be garbled.
Therefore, when using this type of signature file, you should remember to control the number of characters in each line of the text to avoid being signed.
celebrity coverage
In order to avoid the appearance of garbled characters to the greatest extent, you can consider deleting it with *[K when starting to overwrite a certain line.
Delete the content from the current cursor position to the end of the line and start with a space
For example *[s*[7;75H*[K *[1;32m small *[u
*[s*[8;75H*[K *[1;32m hundred *[u
*[s*[9;75H*[K *[1;32m together *[u
In this way, the word "Sayuri" written vertically can be placed on the right side of the screen. Use *[K to delete the original content.
In order to avoid covering half of the Chinese characters and causing garbled characters
Preview of the next section Production event version