发信人: Spirit (妖精雨·雨之魂·天凉好个妖), 信区: ANSI
标 题: [合集]提问...
发信站: 日月光华 (2007年02月04日19:30:38 星期天), 站内信件
☆──────────────────────────────────────☆
Syracuse (MssCmm·雪) 于 2007年01月28日15:30:25 星期天 提到:
为什么用“↓”翻页的时候就会出现断行......@@
用空格翻页就不会……
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
█ █ █ █
▌▌ ▌▌ ▌▌ ▌
▌
█ █ █ █
▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄
▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
◣ ┃ ◢ ◣ ┃ ◢
┃ ┃
SpiritRain ┃ RYGH ▄ SpiritRain ┃ RYGH ▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄ ▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
☆──────────────────────────────────────☆
juejuereal (变成猪再变回来!) 于 2007年01月28日15:41:58 星期天 提到:
对哦
好诡异
: 为什么用“↓”翻页的时候就会出现断行......@@
: 用空格翻页就不会……
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
[:
: ▌▌ ▌▌ ▌▌ ▌
: ▌
: .................(以下省略)
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月28日15:50:33 星期天 提到:
这个解释起来比较复杂,要不妖精根据BBS代码来解说吧,反正服务器的处理方式是不
同的,而且并不是把屏幕涉及区域的代码重新向客户端发一遍,只发新增加行的代码
屏幕现有内容的移动和新的行起始添加的位置用一些算法算出来的。没有移位也没有
某一行显示内容超80字符时计算是准确的,不然就难说了,一般至少有一种方式会出
问题
: 为什么用“↓”翻页的时候就会出现断行......@@
: 用空格翻页就不会……
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
[:
: ▌▌ ▌▌ ▌▌ ▌
: ▌
: .................(以下省略)
☆──────────────────────────────────────☆
MssSmm (mfor·醉清風) 于 2007年01月28日16:09:33 星期天 提到:
那是说光标定位常会出问题么·。·?
bow~~~谢谢!!
: 这个解释起来比较复杂,要不妖精根据BBS代码来解说吧,反正服务器的处理方式是不
: 同的,而且并不是把屏幕涉及区域的代码重新向客户端发一遍,只发新增加行的代码
: 屏幕现有内容的移动和新的行起始添加的位置用一些算法算出来的。没有移位也没有
: 某一行显示内容超80字符时计算是准确的,不然就难说了,一般至少有一种方式会出
: 问题
: : 为什么用“↓”翻页的时候就会出现断行......@@
: : 用空格翻页就不会……
: :
: : ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
: .................(以下省略)
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月28日16:15:52 星期天 提到:
如果是光标移动,那要看情况,只在同一行内移动一般没问题(要求显示字符控制在80个
以内),用[A和[B跨行的,如果控制得好,问题应该也不大。
: 那是说光标定位常会出问题么·。·?
: bow~~~谢谢!!
: : 这个解释起来比较复杂,要不妖精根据BBS代码来解说吧,反正服务器的处理方式是不
: : 同的,而且并不是把屏幕涉及区域的代码重新向客户端发一遍,只发新增加行的代码
: : 屏幕现有内容的移动和新的行起始添加的位置用一些算法算出来的。没有移位也没有
: : 某一行显示内容超80字符时计算是准确的,不然就难说了,一般至少有一种方式会出
: : 问题
: : .................(以下省略)
☆──────────────────────────────────────☆
Syracuse (MssCmm·雪) 于 2007年01月28日16:23:33 星期天 提到:
那我肯定少加了什么结束字符之类的自己缪发现
再bow~~
: 如果是光标移动,那要看情况,只在同一行内移动一般没问题(要求显示字符控制在80个
: 以内),用[A和[B跨行的,如果控制得好,问题应该也不大。
: : 那是说光标定位常会出问题么·。·?
: : bow~~~谢谢!!
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月28日16:25:30 星期天 提到:
不是结束字符的问题,呵呵,与行数计算,显示位置有关
: 那我肯定少加了什么结束字符之类的自己缪发现
: 再bow~~
: : 如果是光标移动,那要看情况,只在同一行内移动一般没问题(要求显示字符控制在80个
: : 以内),用[A和[B跨行的,如果控制得好,问题应该也不大。
☆──────────────────────────────────────☆
Syracuse (MssCmm·雪) 于 2007年01月28日16:34:02 星期天 提到:
酱紫啊,把显示字符控制在80个以内。。。
恩我研究研究 ^^*
不好意思字符控制还是小白,
你这么耐心的,谢谢!~
: 不是结束字符的问题,呵呵,与行数计算,显示位置有关
: : 那我肯定少加了什么结束字符之类的自己缪发现
: : 再bow~~
☆──────────────────────────────────────☆
tile (tile) 于 2007年01月28日16:38:33 星期天 提到:
不客气气气气气气气气气 //esc
: 酱紫啊,把显示字符控制在80个以内。。。
: 恩我研究研究 ^^*
: 不好意思字符控制还是小白,
: 你这么耐心的,谢谢!~
: : 不是结束字符的问题,呵呵,与行数计算,显示位置有关
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月28日16:46:13 星期天 提到:
显示字符是指去掉控制码后所有的字符,这个你没有超
但是行数和尾行的位置不好
: 酱紫啊,把显示字符控制在80个以内。。。
: 恩我研究研究 ^^*
: 不好意思字符控制还是小白,
: 你这么耐心的,谢谢!~
: : 不是结束字符的问题,呵呵,与行数计算,显示位置有关
☆──────────────────────────────────────☆
hw (好玩) 于 2007年01月28日16:47:11 星期天 提到:
为什么用“↓”翻页的时候就会出现断行......@@
用空格翻页就不会……
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
█ █ █ █
▌▌ ▌▌ ▌▌ ▌
▌
█ █ █ █
▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄
▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
◣ ┃ ◢ ◣ ┃ ◢
┃ ┃
SpiritRain ┃ RYGH ▄ SpiritRain ┃ RYGH ▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄ ▄▄▄◤▄▄▄▄▄▄▄▄◥▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
☆──────────────────────────────────────☆
kirsten (0327·桔子橘子·做快乐的水果) 于 2007年01月28日16:50:14 星期天 提到:
眼睛,错了一点点
: 为什么用“↓”翻页的时候就会出现断行......@@
: 用空格翻页就不会……
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
[:
: ▌▌ ▌▌ ▌▌ ▌
: ▌
: .................(以下省略)
☆──────────────────────────────────────☆
Syracuse (MssCmm·雪) 于 2007年01月28日17:35:41 星期天 提到:
啊原来这样的,明白怎么可以不出错了
: 为什么用“↓”翻页的时候就会出现断行......@@
: 用空格翻页就不会……
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
[:
: ▌▌ ▌▌ ▌▌ ▌
: .................(以下省略)
☆──────────────────────────────────────☆
monopoly (谢绝投条 ==> [信件过量,请整理信件!]) 于 2007年01月28日22:51:35 星期天 提到:
...算了不解释了
: 为什么用“↓”翻页的时候就会出现断行......@@
: 用空格翻页就不会……
:
: ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
:
: ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: █ █ █ █
[:
: ▌▌ ▌▌ ▌▌ ▌
: ▌
: .................(以下省略)
☆──────────────────────────────────────☆
tuliptears (郁金香之泪·姐姐发话了,于是改nick = =+) 于 2007年01月28日22:52:06 星期天 提到:
偶想听
: ...算了不解释了
: : 为什么用“↓”翻页的时候就会出现断行......@@
: : 用空格翻页就不会……
: :
: : ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
: :
: : ◤ ▄▄▄ ▄▄▄ ◥ ◤ ▄▄▄ ▄▄▄ ◥
: : █ █ █ █
: [:
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年01月28日22:53:54 星期天 提到:
我想问我的qmd为什么超频了就会断。。。
: 偶想听
: : ...算了不解释了
: : [:
: : .................(以下省略)
☆──────────────────────────────────────☆
monopoly (谢绝投条 ==> [信件过量,请整理信件!]) 于 2007年01月28日22:57:44 星期天 提到:
↓的话是一行一行读ANSI的
你一行一行分析代码就知道了
: 偶想听
: : ...算了不解释了
: : [:
: : .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年01月28日22:59:07 星期天 提到:
嗯,所以频外的代码显示不了
但是qmd为啥会断呢
: ↓的话是一行一行读ANSI的
: 你一行一行分析代码就知道了
: : 偶想听
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年01月28日23:02:31 星期天 提到:
很多人的qmd超频时都会断,期待答复。。。
: 我想问我的qmd为什么超频了就会断。。。
: : 偶想听
Sender: Spirit Fairy Rain, Soul of Rain, It’s a Cool Day, What a Monster, Message Area: ANSI
Title: [Collection] Question...
Sending site: Sun and Moon Guanghua February 4, 2007 19:30:38 Sunday, site mail
Syracuse MssCmm Snow mentioned on Sunday, January 28, 2007 15:30:25
Why do line breaks appear when turning pages...@@
It won’t work if you use spaces to turn pages.
SpiritRain RYGH SpiritRain RYGH
juejuereal turned into a pig and back again mentioned on Sunday, January 28, 2007 at 15:41:58
Yes
So weird
: Why do line breaks appear when turning pages...@@
: It won’t work if you use spaces to turn pages.
:
:
:
:
:
[:
:
:
: ............. omitted below
hw Fun mentioned on Sunday, January 28, 2007 at 15:50:33
This is a bit complicated to explain. How about the fairy explain it based on the BBS code? Anyway, the server's processing method is not
The same thing, and it does not re-send the code for the area involved in the screen to the client. Only the code for the newly added lines is sent.
The movement of the existing content on the screen and the starting position of the new line are calculated using some algorithms. There is no shift or anything.
The calculation is accurate when the display content of a certain line exceeds 80 characters. Otherwise, it is difficult to tell. Generally, there is at least one way to solve the problem.
question
: Why do line breaks appear when turning pages...@@
: It won’t work if you use spaces to turn pages.
:
:
:
:
:
[:
:
:
: ............. omitted below
MssSmm mfor Zui Qingfeng mentioned on Sunday, January 28, 2007 at 16:09:33
Does that mean there are often problems with cursor positioning?
bow thank you
: This is a bit complicated to explain. How about the fairy explain it based on the BBS code? Anyway, the server’s processing method is not
: The same thing, and it does not re-send the code for the area involved in the screen to the client. Only the code for the newly added lines is sent.
: The movement of the existing content on the screen and the starting position of the new line are calculated using some algorithms. There is no shift or anything.
: The calculation is accurate when the display content of a certain line exceeds 80 characters. Otherwise, it is difficult to tell. Generally, there is at least one way to solve the problem.
: question
: : Why do line breaks appear when turning pages...@@
: : It will not work if you use spaces to turn pages.
: :
: :
: ............. omitted below
hw fun mentioned on Sunday, January 28, 2007 16:15:52
If it's cursor movement, it depends on the situation. It's generally fine if the cursor is moved within the same line. It is required that the number of displayed characters be limited to 80.
If [A and [B are used across lines] are well controlled, there shouldn’t be much of a problem.
: Does that mean there are often problems with cursor positioning?
: bow thank you
: : This is a bit complicated to explain. How about the fairy explain it based on the BBS code? Anyway, the server's processing method is not
: : Same, and it does not re-send the code for the area involved in the screen to the client. Only the code for the newly added lines is sent.
: : The movement of the existing content on the screen and the starting position of the new line are calculated using some algorithms. There is no shift or anything.
: : The calculation is accurate when the display content of a certain line exceeds 80 characters. Otherwise, it is difficult to tell. Generally, there is at least one way to solve the problem.
: : question
: : ............. omitted below
Syracuse MssCmm Snow mentioned on Sunday, January 28, 2007 16:23:33
Then I must have added some ending characters or something, and I discovered it myself.
Bow again
: If it is a cursor movement, it depends on the situation. It is generally no problem if it only moves within the same line. It is required to control the display characters to 80.
: Within, use [A and [B to cross lines). If the control is good, there shouldn’t be much of a problem.
: : Does that mean there are often problems with cursor positioning?
: : bow thank you
hw Fun mentioned on Sunday, January 28, 2007 at 16:25:30
It’s not a problem with the ending character. Haha, it’s related to the calculation of the number of lines and the display position.
: Then I must have added some ending characters or something, and I discovered it myself.
: Bow again
: : If it is a cursor movement, it depends on the situation. It is generally no problem if it only moves within the same line. It is required to control the display characters to 80.
: : Within, use [A and [B to cross lines). If the control is good, the problem should not be big.
Syracuse MssCmm Snow mentioned on Sunday, January 28, 2007 16:34:02
Jiang Zi, control the display characters within 80
Let me do some research ^^*
Sorry, character control is still a noob.
Thank you for being so patient
: It’s not a problem with the ending character. Haha, it’s related to the calculation of the number of lines and the display position.
: : Then I must have added some ending characters or something, and I discovered it myself.
: : Bow again
tile tile mentioned on Sunday, January 28, 2007 16:38:33
You're welcome, gas, gas, gas, gas, gas, esc
: Jiang Zi, control the display characters within 80
: Let me do some research ^^*
: Sorry, I’m still a noob on character control.
: Thank you for being so patient.
: : It’s not a problem with the ending character. Haha, it’s related to the calculation of the number of lines and the display position.
hw fun mentioned on Sunday, January 28, 2007 16:46:13
The displayed characters refer to all the characters after removing the control code. You have not exceeded
But the number of lines and the position of the last line are not good
: Jiang Zi, control the display characters within 80
: Let me do some research ^^*
: Sorry, I’m still new to character control.
: Thank you for being so patient.
: : It’s not a problem with the ending character. Haha, it’s related to the calculation of the number of lines and the display position.
hw Fun mentioned on Sunday, January 28, 2007 at 16:47:11
Why do line breaks appear when turning pages...@@
It won’t work if you use spaces to turn pages.
SpiritRain RYGH SpiritRain RYGH
kirsten 0327 orange orange make happy fruit mentioned on Sunday, January 28, 2007 16:50:14
The eyes are a little wrong
: Why do line breaks appear when turning pages...@@
: It won’t work if you use spaces to turn pages.
:
:
:
:
:
[:
:
:
: ............. omitted below
Syracuse MssCmm Snow mentioned on Sunday, January 28, 2007 17:35:41
Ah, so it’s like this. I understand how I can avoid making mistakes.
: Why do line breaks appear when turning pages...@@
: It won’t work if you use spaces to turn pages.
:
:
:
:
:
[:
:
: ............. omitted below
monopoly declined to post > [Too many letters, please sort them out!] mentioned on Sunday, January 28, 2007 at 22:51:35
...Forget it, I won’t explain it.
: Why do line breaks appear when turning pages...@@
: It won’t work if you use spaces to turn pages.
:
:
:
:
:
[:
:
:
: ............. omitted below
tuliptears Tulip Tears My sister spoke, so I changed my name to nick. Mentioned on Sunday, January 28, 2007 at 22:52:06
I'd like to hear it
: ...Forget it, I won’t explain.
: : Why do line breaks appear when turning pages...@@
: : It will not work if you use spaces to turn pages.
: :
: :
: :
: :
: :
:[:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Sunday, January 28, 2007 at 22:53:54
I want to ask why my qmd breaks after overclocking.
: I want to hear it
: : ...Forget it, I won’t explain it.
: : [:
: : ............. omitted below
monopoly declined to post > [Too many letters, please sort them out!] mentioned on Sunday, January 28, 2007 at 22:57:44
If so, read ANSI line by line.
You can figure it out by analyzing the code line by line.
: I want to hear it
: : ...Forget it, I won’t explain it.
: : [:
: : ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Sunday, January 28, 2007 at 22:59:07
Hmm, so the off-frequency code cannot be displayed.
But why does qmd break?
: is to read ANSI line by line.
: You will know by analyzing the code line by line.
: : I want to hear it
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Sunday, January 28, 2007 at 23:02:31
Many people's qmd will break when overclocking. Looking forward to the reply.
: I want to ask why my qmd breaks after overclocking.
: : I want to hear it