首页 | 社区 | 乐铺 | 电驴 | 网址大全

相关主题

正在读取……

主题: [经验交流]VeryCD / 社区 / 小组的一些BBCODE使用指南。

相关分类: 经验交流

g950g950 (楼主) 2007/08/26 07:36:23 顶楼 举报

BBCODE使用指南目录

IPB Image


二楼 BBCODE简介

三楼 发帖框上的BBCODE按钮

四楼 BBCODE常用功能

五楼 BBCODE高级功能

六楼 BBCODE技巧与心得


2007/08/26 07:46:53g950g950 最后编辑 | 查看全部

g950g950 (楼主) 2007/08/26 07:36:56 2楼 举报

BBCode简介

IPB Image


什么是BBCode?

BBCode 是Bulletin Board Code的缩写,属于轻量标记语言(Lightweight Markup Language)的一种使用直译器(interpreter)而非编译器(compiler)的一种语言,如字面上所显示的,它主要是使用在BBS、论坛、Blog等网络应用上。BBCode的语法通常为 [标记] 这种形式,即语法左右用两个中括号包围,以作为与正常文字间的区别。系统解译时遇上中括号便知道该处是BBCode,会在解译结果输出到用户端时转换成最为通用的HTML语法(为简单型HTML语言)。

BBcode有两个主要目的:

1.便利

最为通用的HTML语法虽然已相当简单易懂,但仍需要一定时间学习后才能上手,因此BBcode采用更为直觉易学的语法,转换为HTML的工作则交由系统来代劳。

2.安全

过去BBS、论坛、Blog也曾经设计开放HTML语法让用户使用,但却衍生出语法输入错误时造成整页排版错乱、有心人利用HTML语法进行XSS式的攻击与破坏等问题。由于BBcode的转换为系统机械式的行为,所以可以有效避免人为输入错误的问题,而BBcode为预先设计好的语法,也就是说意图以BBcode达成所有的HTML语法效果是不可能的,相当于一种语法过滤,如此便可避免所有可能发生的恶意破坏。

PS:BBcode并没有一个共同的标准,各个BBS、论坛、Blog等网络应用程序可能会有自己独创的BBcode,但基本上仍有一些语法因为被广泛采用而成为共通语法。

g950g950 (楼主) 2007/08/26 07:37:09 3楼 举报

发帖框上的BBCode按钮

IPB Image


1.IPB Image:粗体
2.IPB Image:斜体
3.IPB Image:下划线
4.IPB Image:链结
5.IPB Image:引用
6.IPB Image:带码
7.IPB Image:图片
8.IPB Image:添加电驴发布码


PS:在没有选中文字时,点击按钮会让用户输入需要显示为该效果的文字。在弹出的内容输入框中超过一行的文字会被丢弃掉。一般的用法是,先选中文字,然后再点击按钮,这样就会在选中文字上的前后插上该按钮的代码。

g950g950 (楼主) 2007/08/26 07:37:45 4楼 举报

BBCode常用功能

IPB Image


例:本文采用一段BBCode紧跟着代码所展示的效果的方式;关于代码原始码我用家空白键显示用时请去掉空白键、RUN出的结果我使用图片来展示,其他的内容依照体例。

原始码:
[ code ]这是一段代码[ /code ]
RUN:
代码
这是一段代码



原始码:
代码
[b]字体加粗[/b]

RUN:
字体加粗


原始码:
代码
[i]字体倾斜[/i]

RUN:
字体倾斜


原始码:
代码
[u]下划线[/u]

RUN:
下划线


原始码:
代码
[s]删除线[/s]

RUN:
删除线

插入图片

原始码:
代码
[img]http://i166.photobucket.com/albums/u83/g950g950/emule-download.gif[/img]

RUN:
IPB Image

链接

原始码:
代码
[url=http://www.VeryCD.com/]http://www.VeryCD.com/[/url]

RUN:
http://www.VeryCD.com/

原始码:
代码
标准格式 [url=http://www.VeryCD.com/]http://www.VeryCD.com/[/url]
快捷格式 [url]http://www.VeryCD.com/[/url]
快捷格式 直接输入链接地址而不使用BBcode,条件是链接的前后要与其他的文字分开,可使用空格或换行等方式使链接独立,如 http://www.VeryCD.com/
图片格式[url=http://www.VeryCD.com/][img]http://statics.VeryCD.com/images/group/logo.png[/img][/url]

RUN:
标准格式:http://www.VeryCD.com/
快捷格式:http://www.VeryCD.com/
快捷格式:直接输入链接地址而不使用BBcode,条件是链接的前后要与其他的文字分开,可使用空格或换行等方式使链接独立,如 http://www.VeryCD.com/
图片格式:IPB Image

eMule下载链接

原始码:
代码
ed2k://|file|Free%20AP-Windows%20XP%E6%94%B9%E8%A3%9D%E6%88%90Vista+Mac+Linux%20v7.0%E5%A4%9A%E5%9C%8B%E8%AA%9E%E8%A8%80%E7%A0%B4%E8%A7%A3%E7%89%88.iso|361000960|2A98AB3B215542B8550A74B941C7A055|h=XU3VGZLY42QJAEY73JJJL552CLMV4JNV|/

RUN:
[ emule ]ed2k://|file|Free.AP-Windows.XP改裝成Vista.Mac.Linux.v7.0多國語言破解版.iso[ /emule ]

颜色代码

原始码:
[ color=darkred ]深红色[ /color ]
[ color=red ]红色[ /color ]
[ color=orange ]橙色[ /color ]
[ color=brown ]棕色[ /color ]
[ color=yellow ]黄色[ /color ]
[ color=green ]绿色[ /color ]
[ color=olive ]橄榄色[ /color ]
[ color=cyan ]青色[ /color ]
[ color=blue ]蓝色[ /color ]
[ color=darkblue ]深蓝色[ /color ]
[ color=indigo ]靛蓝色[ /color ]
[ color=violet ]紫色[ /color ]
[ color=black ]黑色[ /color ]

RUN:
深红色
红色
橙色
棕色
黄色
绿色
橄榄色
青色
蓝色
深蓝色
靛蓝色
紫色
黑色

对齐方式

原始码:
代码
[left]文字置左[/left]

RUN:
文字置左


原始码:
[ right ]图片置右[ img ]http://i166.photobucket.com/albums/u83/g950g950/emule-download.gif[ /img ][ /right ]

RUN:
图片置右IPB Image


原始码:
代码
[center][url=http://www.VeryCD.com/]链结置中[/url][/center]

RUN:


字体大小

原始码:
[ size=1~7 ]字号1~7[ /size ]
RUN:
字号3

字体

原始码:
代码
[font=Arial]Arial[/font]
[font=Arial Black]Arial Black[/font]
[font=Arial Narrow]Arial Narrow[/font]
[font=Book Antiqua]Book Antiqua[/font]
[font=Century Gothic]Century Gothic[/font]
[font=Comic Sans Ms]Comic Sans Ms[/font]
[font=Courier New]Courier New[/font]
[font=Fixedsys]Fixedsys[/font]
[font=Franklin Gothic Medium]Franklin Gothic Medium[/font]
[font=Garamond]Garamond[/font]
[font=Georgia]Georgia[/font]
[font=Impact]Impact[/font]
[font=Lucida Console]Lucida Console[/font]
[font=Lucida Sans Unicode]Lucida Sans Unicode[/font]
[font=Microsoft Sans Serif]Microsoft Sans Serif[/font]
[font=Palatino Linotype]Palatino Linotype[/font]
[font=System]System[/font]
[font=Tahoma]Tahoma[/font]
[font=Times New Roman]Times New Roman[/font]
[font=Trebuchet Ms]Trebuchet Ms[/font]
[font=Verdana]Verdana[/font]

RUN:
Arial
Arial Black
Arial Narrow
Book Antiqua
Century Gothic
Comic Sans Ms
Courier New
Fixedsys
Franklin Gothic Medium
Garamond
Georgia
Impact
Lucida Console
Lucida Sans Unicode
Microsoft Sans Serif
Palatino Linotype
System
Tahoma
Times New Roman
Trebuchet Ms
Verdana /fonto-->Trebuchet Ms[/font]
Verdana

g950g950 (楼主) 2007/08/26 07:39:03 5楼 举报

BBCODE高级功能

IPB Image


链接下划线的颜色控制

对链接的文字添加颜色时,由于链接的下划线是系统自动添加上的,所有颜色对下划线不起作用,只有文字部分有颜色;所以需要先对链接强制下划线,然后在对链接文字和下划线添加颜色,最后才是链接,即从内而外的优先级分别是,下划线,颜色,链接,例:

原始码:
代码
[url=http://beta.VeryCD.com/groups/faq/98752.topic][color=red][u]VeryCD.com帮助信息总索引[/u][/color][/url]

RUN:
VeryCD.com帮助信息总索引

添加图片的支持格式

支持格式:.jpg, .png, .gif
有些相册不支持外部链接,所以可能会显示不出图片。

BBCode的快捷格式与标准格式的转化

快捷的代码在提交修后都会转化成标准的代码,在编辑帖子内容的时候显示的就是标准的代码,例:

原始码:
代码
[url]http://www.VeryCD.com/[/url]

RUN:
代码
[url=http://www.VeryCD.com/]http://www.VeryCD.com/[/url]


空格的使用

在编辑窗口中多余的空格(键盘输入的)是被忽略的,如段首两个空格的缩进;但有些从网页上复制而来空格是不会被忽略的。双空格的BBcode标签是[indent],是对其内容的缩进,而并非首行缩进,用来整体性的缩进一段文本。

代码
 一个空格,前面的空格可复制使用
  两个空格,前面的空格可复制使用
    四个空格,前面的空格可复制使用


使用“bbcode添加eMule下载链接[emule]”与“上传附件/发布资源”的区别

使用[emule]添加的eMule资源可以放在任意位置;使用“上传附件/发布资源”添加的eMule资源位置上强制放在最前面,特点是文件资源的相对位置通过拖动非常容易调整,在主题发布的资源会产生一个资源标记。

g950g950 (楼主) 2007/08/26 07:39:23 6楼 举报

BBCode技巧与心得

IPB Image


简易贴图方法:步骤 鼠标指向图片→右键→属性→复制地址→发布栏→IPB Image右第2个添加图片→粘贴地址即可。
新添加VC论坛表情代码对照表

dry.gif sad.gif smile.gif biggrin.gif tongue.gif mad.gif blink.gif huh.gif laugh.gif mellow.gif ohmy.gif rolleyes.gif unsure.gif wink.gif cool.gif huh.gif happy.gif mellow.gif huh.gif ohmy.gif tongue.gif wink.gif laugh.gif sleep.gif dry.gif smile.gif wub.gif mad.gif sad.gif unsure.gif wacko.gif blink.gif ph34r.gif angry.gif blush.gif closedeyes.gif excl.gif glare.gif ninja.gif


代码
<_<  :(  :)  :D  :P  :angry:  :blink:  :huh:  :lol:

代码
:mellow:  :o  :rolleyes:  :unsure:;)  B)  :huh:  ^_^

代码
:mellow:  :huh:  :o  :P;)  :lol:  -_-  <_<

代码
:)  :wub:  :angry:  :(  :unsure:  :wacko:  :blink:

代码
:ph34r:  :angry2:  :blush:  :closedeyes:  :excl:  :glare:  :ninja:



IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

g950g950 (楼主) 2007/08/26 07:40:07 7楼 举报

IPB Image
======================================================================
IPB Image
======================================================================
IPB Image
======================================================================
IPB Image

g950g950 (楼主) 2007/08/26 07:40:32 8楼 举报

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image
灌水..........没创意.......欠揍.......乱发.......没图片.......欠打.......回帖.......不复杂.......欠K
IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image
灌水..........没创意.......欠揍.......乱发.......没图片.......欠打.......回帖.......不复杂.......欠K
IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image
灌水..........没创意.......欠揍.......乱发.......没图片.......欠打.......回帖.......不复杂.......欠K

g950g950 (楼主) 2007/08/26 07:41:00 9楼 举报

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

g950g950 (楼主) 2007/08/26 07:41:13 10楼 举报

改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改

g950g950 (楼主) 2007/08/26 07:42:01 11楼 举报

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image
I Love you.......I Love you.......I Love you.......I Love you.......I Love you.......I Love you.......I Love you.......I Love you.......I Love you.......

g950g950 (楼主) 2007/08/26 07:42:18 12楼 举报

IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

g950g950 (楼主) 2007/08/26 07:43:00 13楼 举报

IPB Image IPB Image IPB Image IPB Image IPB Image
IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image IPB Image

g950g950 (楼主) 2007/08/26 07:43:34 14楼 举报

Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.
Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.Z.L.

g950g950 (楼主) 2007/08/26 07:44:09 15楼 举报

最神奇的图片!看到的人将会幸福

一定要聚精会神地盯着中央的十字看,你会发现,周围紫色的圆点渐渐淡下来,甚至消失。最后只剩下一个绿色的圆点在哪里转!我试过真的很神奇啊```PS:一定要聚精会神如果看出来,再回复一下````你将会得到幸福``````1周内你将走运哦````(这是听神讲的,信不信由你,回不回由你)无论怎样我都希望大家过得幸福快乐。

IPB Image


g950g950 (楼主) 2007/08/26 07:44:51 16楼 举报

IPB Image



IPB Image



IPB Image

2007/08/26 07:45:48g950g950 最后编辑 | 查看全部

g950g950 (楼主) 2007/08/26 07:46:17 17楼 举报

TCP/IP Superman Protocol

IPB Image———— 强者应用层

IPB ImageIPB Image———— 强者传输层

IPB ImageIPB ImageIPB Image———— 强者网络层

IPB ImageIPB ImageIPB ImageIPB Image———— 强者链结层

IPB ImageIPB ImageIPB ImageIPB ImageIPB Image———— 强者实体层

g950g950 (楼主) 2007/08/26 07:46:32 18楼 举报

IPB Image


任何新的、有异于你的经验的事都有其神秘和令你畏惧的色彩。但是,对这类事,你每尝试一次,就获得一次新的经验,随着这些经验的积累,世界就向你敞开。把焦虑(渴望成功而又怯于失败的复杂心态)视作挑战,你就可能创造奇迹,甚至成为不同凡响的奇才。—— 林格隆·考利阿

g950g950 (楼主) 2007/08/26 23:47:53 19楼 举报

方便新组员早点认识社区,特别设计此帖期望能置顶,跪求无尽组长大发慈悲,动之以情、说之以理这是我的真情流露的肺腑真情之言,望组长能了解。

2007/08/26 23:48:12g950g950 最后编辑 | 查看全部

jiaru 2007/08/27 14:23:10 20楼 举报